about summary refs log tree commit diff
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:46:31 -0400
commit0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f (patch)
treefa3e2e677122c20d9ee5efebca20ce4675b579dc
parent7bc2cafecb7b32902f85ef39112fcb5537f28b04 (diff)
downloadglibc-0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f.tar.gz
glibc-0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f.tar.xz
glibc-0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f.zip
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.

(cherry picked from commit be144ba68c918a5d7bc964be06fbeb51a0df84fc)
-rw-r--r--sysdeps/hppa/dl-symaddr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/hppa/dl-symaddr.c b/sysdeps/hppa/dl-symaddr.c
index b707c19e94..89d8bafcd3 100644
--- a/sysdeps/hppa/dl-symaddr.c
+++ b/sysdeps/hppa/dl-symaddr.c
@@ -33,3 +33,4 @@ _dl_symbol_address (struct link_map *map, const ElfW(Sym) *ref)
   else
     return (void *) value;
 }
+rtld_hidden_def (_dl_symbol_address)