diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-03-12 07:15:33 +0000 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-08-19 12:29:12 -0700 |
commit | c76220840488e257c8b47fc71ea9355ad5b2397a (patch) | |
tree | d5aeedc0a1d0c43e405654522e4745731803d5f6 /libc | |
parent | 2ed29b851bd9a8c86252ec3009f5f6d9ef1893a0 (diff) | |
download | uClibc-alpine-c76220840488e257c8b47fc71ea9355ad5b2397a.tar.bz2 uClibc-alpine-c76220840488e257c8b47fc71ea9355ad5b2397a.tar.xz |
Blackfin: no need to load P5 for shared FLAT
The register is already loaded for us upon entry by the kernel.
Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/bfin/crt1.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/crt1.S b/libc/sysdeps/linux/bfin/crt1.S index 06905f1e7..3dd95fa26 100644 --- a/libc/sysdeps/linux/bfin/crt1.S +++ b/libc/sysdeps/linux/bfin/crt1.S @@ -114,7 +114,6 @@ __start: #ifdef __BFIN_FDPIC__ R3 = [P3 + __init@FUNCDESC_GOT17M4]; #elif defined USE_GOT - P5 = [P5 + _current_shared_library_p5_offset_]; R3 = [P5 + ___shared_flat_init@GOT]; #else R3.H = __init; |