]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-alpha-mq.patch
- alpha update: tls builds now, nptl is possible (but untested)
[packages/glibc.git] / glibc-alpha-mq.patch
CommitLineData
972b4427
JB
1===================================================================
2RCS file: /cvs/glibc/libc/sysdeps/unix/alpha/sysdep.S,v
3retrieving revision 1.16
4retrieving revision 1.17
5diff -u -r1.16 -r1.17
6--- libc/sysdeps/unix/alpha/sysdep.S 2003/01/17 19:19:55 1.16
7+++ libc/sysdeps/unix/alpha/sysdep.S 2004/06/28 21:02:47 1.17
8@@ -1,4 +1,5 @@
9-/* Copyright (C) 1993, 1996, 1998, 2002, 2003 Free Software Foundation, Inc.
10+/* Copyright (C) 1993, 1996, 1998, 2002, 2003, 2004
11+ Free Software Foundation, Inc.
12 This file is part of the GNU C Library.
13 Contributed by Brendan Kehoe (brendan@zen.org).
14
15@@ -95,7 +96,7 @@
16 PROLOGUE
17
18 /* Find our per-thread errno address */
19-#ifdef PIC
20+#if defined PIC && !defined IS_IN_librt
21 bsr ra, __errno_location !samegp
22 #else
23 jsr ra, __errno_location
This page took 0.025274 seconds and 4 git commands to generate.