aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/dl-fptr.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-03 09:45:09 +0000
committerRoland McGrath <roland@gnu.org>2003-03-03 09:45:09 +0000
commit958528b013e8cef95565105d5bd06f36826448b0 (patch)
tree679872c5d0a64d8eaf3de3464826472821fcca28 /sysdeps/ia64/dl-fptr.c
parente9104e55305a1b896474684299839f12681923a7 (diff)
downloadglibc-958528b013e8cef95565105d5bd06f36826448b0.tar
glibc-958528b013e8cef95565105d5bd06f36826448b0.tar.gz
glibc-958528b013e8cef95565105d5bd06f36826448b0.tar.bz2
glibc-958528b013e8cef95565105d5bd06f36826448b0.zip
2003-03-03 Roland McGrath <roland@redhat.com>
* sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change. * sysdeps/ia64/dl-machine.h: Likewise. * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from argument type. * sysdeps/ia64/dl-lookupcfg.h: Update decl.
Diffstat (limited to 'sysdeps/ia64/dl-fptr.c')
-rw-r--r--sysdeps/ia64/dl-fptr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/ia64/dl-fptr.c b/sysdeps/ia64/dl-fptr.c
index 3a4d8247a8..3c362b0f87 100644
--- a/sysdeps/ia64/dl-fptr.c
+++ b/sysdeps/ia64/dl-fptr.c
@@ -191,8 +191,7 @@ make_fptr_table (struct link_map *map)
}
Elf64_Addr
-__ia64_make_fptr (const struct link_map *map,
- const Elf64_Sym *sym, Elf64_Addr ip)
+__ia64_make_fptr (struct link_map *map, const Elf64_Sym *sym, Elf64_Addr ip)
{
Elf64_Addr *ftab = map->l_mach.fptr_table;
const Elf64_Sym *symtab;