diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-10 10:31:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-10 10:31:37 +0000 |
commit | 79cdbec85c2c0154c8d5c6abeedee2f088300e0d (patch) | |
tree | 62bef6f8d40e6668521201745422e03fbc2a89a4 /libc/sysdeps/linux/arm | |
parent | e9860612b314dfc57596b60e8a817222195a166e (diff) |
oops. I'd left some junk in there
Diffstat (limited to 'libc/sysdeps/linux/arm')
-rw-r--r-- | libc/sysdeps/linux/arm/crt1.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/arm/crt1.S b/libc/sysdeps/linux/arm/crt1.S index 69357a913..65f27d0dc 100644 --- a/libc/sysdeps/linux/arm/crt1.S +++ b/libc/sysdeps/linux/arm/crt1.S @@ -71,9 +71,6 @@ _start: adr r8, .L_main ldr r0, .L_main add r0, r0, r8 - - ldr r4, .L_init + 4 - add r4, r4, r8 #else ldr r0, =main #endif |