summaryrefslogtreecommitdiff
path: root/gdb/somsolib.h
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-11-13 02:19:03 +0000
committerRandolph Chung <tausq@debian.org>2004-11-13 02:19:03 +0000
commit4764f48a98113b892c2acf46fc89383e98012d84 (patch)
treec2f474bebeb01641eeafdd070a3775f002cc6354 /gdb/somsolib.h
parent3ac1b362c4c6ed16360ea05a3445993e21ff4ff9 (diff)
downloadgdb-4764f48a98113b892c2acf46fc89383e98012d84.tar.gz
2004-11-12 Randolph Chung <tausq@debian.org>
* pa64solib.c (pa64_solib_thread_start_addr): Rename from so_lib_thread_start_addr. * pa64solib.h (so_list): Forward declare. (pa64_solib_thread_start_addr): Prototype. * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined. (no_shared_libraries): Remove. (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr. * somsolib.h (som_solib_thread_start_addr): Likewise; prototype. * hpread.c (hpread_process_one_debug_symbol): Use either the som or the elf solib handler to find the start address. * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support files to the target makefile. * config/pa/hpux1020.mh (NATDEPFILES): Likewise. * config/pa/hpux11.mh (NATDEPFILES): Likewise. * config/pa/hpux11w.mh (NATDEPFILES): Likewise. * config/pa/hppa64.mt (TDEPFILES): Put target-specific support files for symbol reading and shared library handling here. * config/pa/hppahpux.mt (TDEPFILES): Likewise. (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target without bringing in 64-bit support.
Diffstat (limited to 'gdb/somsolib.h')
-rw-r--r--gdb/somsolib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somsolib.h b/gdb/somsolib.h
index c2414118843..952718bda40 100644
--- a/gdb/somsolib.h
+++ b/gdb/somsolib.h
@@ -171,7 +171,7 @@ extern char *som_solib_address (CORE_ADDR); /* somsolib.c */
extern CORE_ADDR som_solib_get_solib_by_pc (CORE_ADDR addr);
struct so_list;
-extern CORE_ADDR so_lib_thread_start_addr (struct so_list *so);
+extern CORE_ADDR som_solib_thread_start_addr (struct so_list *so);
extern void no_shared_libraries (char *ignored, int from_tty);