aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-07 01:43:08 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-07 01:45:00 -0400
commitbe144ba68c918a5d7bc964be06fbeb51a0df84fc (patch)
treea768dc2e0f78cd5279570d96bd843d200fedd833 /ChangeLog
parentedd4cbcf83fb466dd8a1b5d63d55b1fea96356fe (diff)
downloadglibc-be144ba68c918a5d7bc964be06fbeb51a0df84fc.zip
glibc-be144ba68c918a5d7bc964be06fbeb51a0df84fc.tar.gz
glibc-be144ba68c918a5d7bc964be06fbeb51a0df84fc.tar.bz2
hppa: _dl_symbol_address: add missing hidden def
Commit 2a6ad8142d14c998e6c5eb51418aac1f598b621e updated the headers and the common dl-symaddr.c, but missed that hppa has its own dedicated source file for this func. Update that too to fix build errors due to missing exports of the symbol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1994e44..2f7b409 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-07 Mike Frysinger <vapier@gentoo.org>
+
+ * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
+
2015-08-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
Fix gcrt0.o compilation