Browse Source

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>
Jie Zhang 16 years ago
parent
commit
7c837e1b2d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/sysdeps/linux/bfin/crt1.S

+ 0 - 1
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;