Check PIC instead of __PIC__.

This commit is contained in:
Ulrich Drepper 1997-07-26 02:33:13 +00:00
parent 4ce95ed21a
commit 2cf49ef8cd
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
.set noreorder
ENTRY(__syscall_error)
#ifdef __PIC__
#ifdef PIC
.set noat
move $1, $31
bltzal $0, 0f

View File

@ -37,7 +37,7 @@
.text
NESTED(__clone,4*SZREG,sp)
#ifdef __PIC__
#ifdef PIC
.set noreorder
.cpload $25
.set reorder