summaryrefslogtreecommitdiff
path: root/sysdeps/hppa/dl-symaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hppa/dl-symaddr.c')
-rw-r--r--sysdeps/hppa/dl-symaddr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/hppa/dl-symaddr.c b/sysdeps/hppa/dl-symaddr.c
index b707c19e94..e03a9489ad 100644
--- a/sysdeps/hppa/dl-symaddr.c
+++ b/sysdeps/hppa/dl-symaddr.c
@@ -1,5 +1,5 @@
/* Get the symbol address. HPPA version.
- Copyright (C) 1999-2015 Free Software Foundation, Inc.
+ Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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)