Browse Source

Change L_Scrt1 to __PIC__

Joakim Tjernlund 19 years ago
parent
commit
e82535f90a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/sysdeps/linux/arm/crt1.S

+ 2 - 2
libc/sysdeps/linux/arm/crt1.S

@@ -93,7 +93,7 @@ _start:
 	/* Push rtld_fini */
 	str a1, [sp, #-4]!
 
-#ifdef L_Scrt1
+#ifdef __PIC__
 	ldr sl, .L_GOT
 .L_GOT_OFF:
 	add sl, pc, sl
@@ -126,7 +126,7 @@ _start:
 	b __uClibc_main
 #endif
 
-#ifdef L_Scrt1
+#ifdef __PIC_
 .L_GOT:
 	.word	_GLOBAL_OFFSET_TABLE_-(.L_GOT_OFF+8)
 	.word _fini(GOT)