From 802af2a812ce0e450136cb1257249a30b7fbe43f Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Sat, 25 Jun 2005 22:39:44 +0000 Subject: Change L_Scrt1 to __PIC__ and delete old crt0.S --- libc/sysdeps/linux/i386/crt1.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386/crt1.S') 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: -- cgit v1.2.3