mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-15 06:41:47 +03:00
hppa: _dl_symbol_address: add missing hidden def
Commit 2a6ad8142d
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.
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user