diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/brk.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/brk.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/brk.S b/sysdeps/unix/sysv/linux/i386/brk.S index 754ec5ef09..e54e311f23 100644 --- a/sysdeps/unix/sysv/linux/i386/brk.S +++ b/sysdeps/unix/sysv/linux/i386/brk.S @@ -21,15 +21,7 @@ Cambridge, MA 02139, USA. */ .data .globl C_SYMBOL_NAME(__curbrk) C_LABEL(__curbrk) -#ifdef PIC - .long 0 -#else -# ifdef HAVE_GNU_LD .long C_SYMBOL_NAME(_end) -# else - .long C_SYMBOL_NAME(end) -# endif -#endif .text |