diff options
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/pa64solib.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 24523d3..12f994f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -18,10 +18,10 @@ * config/pa/hpux11w.mh (NATDEPFILES): Likewise. * config/pa/hppa64.mt (TDEPFILES): Put target-specific support - files for symbol reading and shared library handling here. + 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. + (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target + without bringing in 64-bit support. 2004-11-12 Andrew Cagney <cagney@gnu.org> diff --git a/gdb/pa64solib.c b/gdb/pa64solib.c index 076d6cb..06237df 100644 --- a/gdb/pa64solib.c +++ b/gdb/pa64solib.c @@ -923,7 +923,7 @@ threshold in megabytes. Is ignored when using `sharedlibrary'.", /* Get some HPUX-specific data from a shared lib. */ CORE_ADDR -so_lib_thread_start_addr (struct so_list *so) +pa64_solib_thread_start_addr (struct so_list *so) { return so->pa64_solib_desc.tls_start_addr; } |