diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-25 22:39:44 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-25 22:39:44 +0000 |
commit | 802af2a812ce0e450136cb1257249a30b7fbe43f (patch) | |
tree | b97b364c8e8f1788d5529b8a080def70b78cd625 /libc/sysdeps/linux/i386/crt1.S | |
parent | a0f9a1d5094b0d10d2d4e737fd6468a49743e321 (diff) |
Change L_Scrt1 to __PIC__ and delete old crt0.S
Diffstat (limited to 'libc/sysdeps/linux/i386/crt1.S')
-rw-r--r-- | libc/sysdeps/linux/i386/crt1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/crt1.S b/libc/sysdeps/linux/i386/crt1.S index fe927d9eb..53a545526 100644 --- a/libc/sysdeps/linux/i386/crt1.S +++ b/libc/sysdeps/linux/i386/crt1.S @@ -87,7 +87,7 @@ _start: pushl %edx /* Push address of the shared library termination function. */ -#if defined L_Scrt1 +#ifdef __PIC__ /* Load PIC register. */ call .L0 .L0: |