OSDN Git Service

2004-11-12 Randolph Chung <tausq@debian.org>
authortausq <tausq>
Sat, 13 Nov 2004 02:19:01 +0000 (02:19 +0000)
committertausq <tausq>
Sat, 13 Nov 2004 02:19:01 +0000 (02:19 +0000)
commite4463739da8d91f26c9166eeecdc383c2d30e9f2
tree1d2e880022f355599a06aaac6605bd84a7902202
parent8898a0c287f645a5c11f773f40a7628682a752d4
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.
gdb/ChangeLog
gdb/config/pa/hppa64.mt
gdb/config/pa/hppahpux.mh
gdb/config/pa/hppahpux.mt
gdb/config/pa/hpux1020.mh
gdb/config/pa/hpux11.mh
gdb/config/pa/hpux11w.mh
gdb/hpread.c
gdb/pa64solib.h
gdb/somsolib.c
gdb/somsolib.h