(_dl_start_address): Rename to _dl_function_address.
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 03:22:20 +0000 (03:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 03:22:20 +0000 (03:22 +0000)
sysdeps/hppa/dl-symaddr.c

index 038404a..49c1216 100644 (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);
 }