diff options
Diffstat (limited to 'sysdeps/ia64/dl-symaddr.c')
-rw-r--r-- | sysdeps/ia64/dl-symaddr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/dl-symaddr.c b/sysdeps/ia64/dl-symaddr.c index 52c5a12e14..c1d6f7295e 100644 --- a/sysdeps/ia64/dl-symaddr.c +++ b/sysdeps/ia64/dl-symaddr.c @@ -1,5 +1,5 @@ /* Get the symbol address. IA-64 version. - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003 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 @@ -21,7 +21,7 @@ #include <dl-machine.h> void * -_dl_symbol_address (const struct link_map *map, const Elf64_Sym *ref) +_dl_symbol_address (struct link_map *map, const Elf64_Sym *ref) { Elf64_Addr value = (map ? map->l_addr : 0) + ref->st_value; |