OSDN Git Service

2004-04-17 Randolph Chung <tausq@debian.org>
authortausq <tausq>
Sat, 17 Apr 2004 17:41:10 +0000 (17:41 +0000)
committertausq <tausq>
Sat, 17 Apr 2004 17:41:10 +0000 (17:41 +0000)
commitb7d19248d78937a58d95efebc776e49f9b15e423
tree628530da0a4368d809f28b302c1fee25461d36f6
parent2b8950d93d57c7d363fff06be633cb00251d3588
2004-04-17  Randolph Chung  <tausq@debian.org>

* Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
* hppa-hpux-tdep.c (hppa-tdep.h): Include.
  (hppa_hpux_som_init_abi): Set is_elf to 0.
  (hppa_hpux_elf_init_abi): Set is_elf to 1.
* hppa-tdep.c (low_text_segment_address): Remove global.
(record_text_segment_lowaddr): Pass in low address as parameter. Use
section offset to calculate segment address.
(internalize_unwinds): Define low_text_segment_address as local and
pass to record_text_segment_lowaddr for ELF targets.
(hppa_gdbarch_init): Zero fill tdep structure.
(hppa_dump_tdep): Print tdep structure.
* hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
gdb/ChangeLog
gdb/Makefile.in
gdb/hppa-hpux-tdep.c
gdb/hppa-tdep.c
gdb/hppa-tdep.h