mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
* 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:
parent
0308ad66c1
commit
8d137b6098
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user