Skip to content

Commit

Permalink
hppa: _dl_symbol_address: add missing hidden def
Browse files Browse the repository at this point in the history
Commit 2a6ad81 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.
  • Loading branch information
Mike Frysinger committed Aug 7, 2015
1 parent edd4cbc commit be144ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions sysdeps/hppa/dl-symaddr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit be144ba

Please sign in to comment.