diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-03 09:45:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-03 09:45:09 +0000 |
commit | 958528b013e8cef95565105d5bd06f36826448b0 (patch) | |
tree | 679872c5d0a64d8eaf3de3464826472821fcca28 /sysdeps/ia64/dl-machine.h | |
parent | e9104e55305a1b896474684299839f12681923a7 (diff) | |
download | glibc-958528b013e8cef95565105d5bd06f36826448b0.tar.gz glibc-958528b013e8cef95565105d5bd06f36826448b0.tar.xz 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-machine.h')
-rw-r--r-- | sysdeps/ia64/dl-machine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/dl-machine.h b/sysdeps/ia64/dl-machine.h index 6268fb3e53..be09ae81e6 100644 --- a/sysdeps/ia64/dl-machine.h +++ b/sysdeps/ia64/dl-machine.h @@ -52,8 +52,8 @@ struct ia64_fdesc_table struct ia64_fdesc fdesc[0]; }; -extern Elf64_Addr __ia64_make_fptr (const struct link_map *, - const Elf64_Sym *, Elf64_Addr); +extern Elf64_Addr __ia64_make_fptr (struct link_map *, const Elf64_Sym *, + Elf64_Addr); static inline void __ia64_init_bootstrap_fdesc_table (struct link_map *map) |