summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2016-02-17 14:23:32 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-02-17 14:23:32 -0800
commita5df3210a641c175138052037fcdad34298bfa4d (patch)
tree50aad63ae76931a697f758ca6dc6ab6a409cc2c3 /ChangeLog
parente9db92d3acfe1822d56d11abcea5bfc4c41cf6ca (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de3f55d315..ec7d6bc40d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]