mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Check PIC instead of __PIC__.
This commit is contained in:
parent
4ce95ed21a
commit
2cf49ef8cd
@ -29,7 +29,7 @@
|
||||
.set noreorder
|
||||
|
||||
ENTRY(__syscall_error)
|
||||
#ifdef __PIC__
|
||||
#ifdef PIC
|
||||
.set noat
|
||||
move $1, $31
|
||||
bltzal $0, 0f
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
.text
|
||||
NESTED(__clone,4*SZREG,sp)
|
||||
#ifdef __PIC__
|
||||
#ifdef PIC
|
||||
.set noreorder
|
||||
.cpload $25
|
||||
.set reorder
|
||||
|
Loading…
Reference in New Issue
Block a user