* sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move

PIC indirect jump.
	* sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
	PIC indirect jump.
This commit is contained in:
Jakub Jelinek 2007-10-16 09:23:09 +00:00
parent 0308ad66c1
commit 8d137b6098
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2007-10-16 Jakub Jelinek <jakub@redhat.com>
* sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
PIC indirect jump.
* sysdeps/x86_64/memset.S: Jump from bzero to memset using
a local label rather than HIDDEN_JUMPTARGET.

View File

@ -915,7 +915,7 @@ L(sse2_nt_move):
#else
movslq (%r11,%r8,4),%rcx
lea (%rcx,%r11,1),%r11
jmpq *(%r11)
jmpq *%r11
#endif
.balign 16