about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/mips/mips64/n32
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-21 20:27:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-21 20:27:45 +0000
commit04453c56259c2f167e74cbfa4ce3e3d6b9a289bb (patch)
treef7bc2f2e47526d3b99aa433a47cbb715dc58bf0d /ports/sysdeps/unix/sysv/linux/mips/mips64/n32
parent47c22455d4502b1262e9d7def5d4da64e58aa304 (diff)
downloadglibc-04453c56259c2f167e74cbfa4ce3e3d6b9a289bb.tar.gz
glibc-04453c56259c2f167e74cbfa4ce3e3d6b9a289bb.tar.xz
glibc-04453c56259c2f167e74cbfa4ce3e3d6b9a289bb.zip
Fix MIPS n32 cancellation in static libc (bug 15506).
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/mips/mips64/n32')
-rw-r--r--ports/sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
index 452c2c70eb..b2a9a95796 100644
--- a/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
+++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
@@ -39,9 +39,7 @@
 
 /* We don't want the label for the error handler to be visible in the symbol
    table when we define it here.  */
-#ifdef __PIC__
 # define SYSCALL_ERROR_LABEL 99b
-#endif
 
 #else   /* ! __ASSEMBLER__ */