diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-26 07:52:45 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-26 07:52:45 +0000 |
commit | b077887e4131946ddceaced9554a76615ec9d37d (patch) | |
tree | a1857039cbe7fa83c0a2b4cf7bbba9210136fe36 | |
parent | 8ccf1631d32e06e4ca17a784f7a16041e03b61f4 (diff) |
Oops.
-rw-r--r-- | libc/sysdeps/linux/arm/crt1.S | 2 |
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) |