mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
(_dl_start_address): Rename to _dl_function_address.
This commit is contained in:
parent
9c56436673
commit
c358f9f787
@ -33,7 +33,7 @@ _dl_symbol_address (const struct link_map *map, const ElfW(Sym) *ref)
|
||||
}
|
||||
|
||||
ElfW(Addr)
|
||||
_dl_start_address (const struct link_map *map, ElfW(Addr) start)
|
||||
_dl_function_address (const struct link_map *map, ElfW(Addr) start)
|
||||
{
|
||||
return __hppa_make_fptr (map, start, &__fptr_root, NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user