summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/crt1.S
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-06-26 07:52:45 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-06-26 07:52:45 +0000
commitb077887e4131946ddceaced9554a76615ec9d37d (patch)
treea1857039cbe7fa83c0a2b4cf7bbba9210136fe36 /libc/sysdeps/linux/arm/crt1.S
parent8ccf1631d32e06e4ca17a784f7a16041e03b61f4 (diff)
Oops.
Diffstat (limited to 'libc/sysdeps/linux/arm/crt1.S')
-rw-r--r--libc/sysdeps/linux/arm/crt1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/crt1.S b/libc/sysdeps/linux/arm/crt1.S
index d37c2d421..01e1f61d3 100644
--- a/libc/sysdeps/linux/arm/crt1.S
+++ b/libc/sysdeps/linux/arm/crt1.S
@@ -126,7 +126,7 @@ _start:
b __uClibc_main
#endif
-#ifdef __PIC_
+#ifdef __PIC__
.L_GOT:
.word _GLOBAL_OFFSET_TABLE_-(.L_GOT_OFF+8)
.word _fini(GOT)