diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-03-15 10:37:54 +0000 |
---|---|---|
committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-03-15 10:37:54 +0000 |
commit | 03598e757657cd81760708b7803c55a1ba76a8df (patch) | |
tree | df4fc3fdc8cabfc2e0f7a5b72208c7597f261e6f /ldso | |
parent | 9e4aaecaedec718490e7c343b0da99c6668a896c (diff) |
Made it compile again (and it even seems to work).
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/cris/dl-sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/cris/dl-sysdep.h b/ldso/ldso/cris/dl-sysdep.h index d12644a2d..11872b5fa 100644 --- a/ldso/ldso/cris/dl-sysdep.h +++ b/ldso/ldso/cris/dl-sysdep.h @@ -102,8 +102,8 @@ static inline Elf32_Addr elf_machine_load_address (void) { Elf32_Addr gotaddr_diff; - __asm__ ("sub.d [$r0+_dl_boot:GOT16],$r0,%0\n\t" - "add.d _dl_boot:GOTOFF,%0" : "=r" (gotaddr_diff)); + __asm__ ("sub.d [$r0+_dl_parse:GOT16],$r0,%0\n\t" + "add.d _dl_parse:GOTOFF,%0" : "=r" (gotaddr_diff)); return gotaddr_diff; } |