diff options
author | Andreas Jaeger <aj@suse.de> | 2000-04-21 22:03:39 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-04-21 22:03:39 +0000 |
commit | 5c7cf668512da2e96fca7935385c2622ecf32aea (patch) | |
tree | 2b8342e60a24079ba1eb5ba6b453e2e6ee463b7e /sysdeps | |
parent | 3f9f3fb26c63da41551314f31aecafa55defdf94 (diff) | |
download | glibc-5c7cf668512da2e96fca7935385c2622ecf32aea.tar.gz glibc-5c7cf668512da2e96fca7935385c2622ecf32aea.tar.xz glibc-5c7cf668512da2e96fca7935385c2622ecf32aea.zip |
2000-04-21 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/mips/sysdep.S: Use __PIC__ instead of PIC.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/mips/sysdep.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/mips/sysdep.S b/sysdeps/unix/mips/sysdep.S index f3974bf589..d4b9945ed6 100644 --- a/sysdeps/unix/mips/sysdep.S +++ b/sysdeps/unix/mips/sysdep.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1992,93,94,97,98,99 Free Software Foundation, Inc. +/* Copyright (C) 1992,93,94,97,98,99,2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -24,7 +24,7 @@ #ifdef _LIBC_REENTRANT ENTRY(__syscall_error) -#ifdef PIC +#ifdef __PIC__ .set noreorder .set noat move $1, $31 |