mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +00:00
2000-04-21 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/mips/sysdep.S: Use __PIC__ instead of PIC.
This commit is contained in:
parent
5494bc3a50
commit
8ef0fc0495
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user