]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Check PIC instead of __PIC__.
authorUlrich Drepper <drepper@redhat.com>
Sat, 26 Jul 1997 02:33:13 +0000 (02:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 26 Jul 1997 02:33:13 +0000 (02:33 +0000)
sysdeps/unix/mips/sysdep.S
sysdeps/unix/sysv/linux/mips/clone.S

index ac8335fe5b443b7b33ba96304ebbe27c2c9091ba..4275d664ec019c457fae55d8712f0a40f38ca6d4 100644 (file)
@@ -29,7 +29,7 @@
        .set noreorder
 
 ENTRY(__syscall_error)
-#ifdef __PIC__
+#ifdef PIC
        .set    noat
        move    $1, $31
        bltzal  $0, 0f
index 357f70e47fba10e7e877099d11869572e7f4b70b..4d6408dc97bf3a3172bb8c9b994c0435fa45a1ed 100644 (file)
@@ -37,7 +37,7 @@
 
        .text
 NESTED(__clone,4*SZREG,sp)
-#ifdef __PIC__
+#ifdef PIC
        .set            noreorder
        .cpload         $25
        .set            reorder