(_dl_start_address): Rename to _dl_function_address.

This commit is contained in:
Ulrich Drepper 2001-04-22 03:22:20 +00:00
parent 9c56436673
commit c358f9f787

View File

@ -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);
}