diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-10 09:42:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-10 09:42:10 +0000 |
commit | 08d5305588d484c9ed15035a066f0d55f3b1e123 (patch) | |
tree | 47e2204ad2461a70563ba239d88dae36faad93f9 /gdb/config | |
parent | 5922e7530ea97d9ce05d87a4882c607dfefbcdb4 (diff) | |
download | ppe42-binutils-08d5305588d484c9ed15035a066f0d55f3b1e123.tar.gz ppe42-binutils-08d5305588d484c9ed15035a066f0d55f3b1e123.zip |
* hppa-hpux-tdep.c: Include "regset.h".
(HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
(HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
(HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
(HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
(hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
(hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
functions.
(hppa_hpux_regset): New variable.
(hppa_hpux_regset_from_core_section): New function.
(hppa_hpux_init_abi): Set regset_from_core_section.
(hppa_hpux_core_osabi_sniffer): New function.
(_initialize_hppa_hpux_tdep): Register
hppa_hpux_core_osabi_sniffer.
* Makefile.in (hppa-hpux-tdep.o): Update dependencies.
* config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/hppahpux.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/hppahpux.mt b/gdb/config/pa/hppahpux.mt index 8b2b5c8caf..b4e9ba025d 100644 --- a/gdb/config/pa/hppahpux.mt +++ b/gdb/config/pa/hppahpux.mt @@ -1,4 +1,4 @@ # Target: HP PA-RISC running hpux MT_CFLAGS = -DPA_SOM_ONLY=1 -TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o somread.o hpread.o somsolib.o +TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o corelow.o somread.o hpread.o somsolib.o DEPRECATED_TM_FILE= tm-hppah.h |