mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Use PIC relocation in ALIAS_IMPL
Since libmvec_nonshared.a may be linked into shared objects, ALIAS_IMPL should use PIC relocation. [BZ #19590] * sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC relocation.
This commit is contained in:
parent
e9db92d3ac
commit
a5df3210a6
@ -1,3 +1,10 @@
|
||||
2016-02-17 Andrew Senkevich <andrew.senkevich@intel.com>
|
||||
H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #19590]
|
||||
* sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
|
||||
relocation.
|
||||
|
||||
2016-02-15 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
[BZ #18665]
|
||||
|
@ -23,8 +23,7 @@
|
||||
|
||||
#define ALIAS_IMPL(alias, target) \
|
||||
ENTRY (alias); \
|
||||
call target; \
|
||||
ret; \
|
||||
jmp *target@GOTPCREL(%rip); \
|
||||
END (alias)
|
||||
|
||||
.text
|
||||
|
Loading…
Reference in New Issue
Block a user