diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-03 17:27:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-03 17:27:54 +0000 |
commit | b87178c354804b7715956b01f13341ed554c67a0 (patch) | |
tree | fc823e62c1850f1d217a285b4e475a5ae885e1a9 /gdb/ChangeLog | |
parent | 43e2e1a04b04f8c5c2c323262591b05c853acfaa (diff) | |
download | gdb-b87178c354804b7715956b01f13341ed554c67a0.zip gdb-b87178c354804b7715956b01f13341ed554c67a0.tar.gz gdb-b87178c354804b7715956b01f13341ed554c67a0.tar.bz2 |
2004-04-03 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
(FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
(hppa32_hpux_frame_find_saved_regs_in_sigtramp)
(FRAME_BASE_BEFORE_SIGTRAMP)
(hppa32_hpux_frame_base_before_sigtramp)
(hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
* config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
(hppa64_hpux_frame_find_saved_regs_in_sigtramp)
(FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
(FRAME_BASE_BEFORE_SIGTRAMP)
(hppa64_hpux_frame_base_before_sigtramp)
(FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 65f612f..618ea23 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,20 @@ 2004-04-03 Andrew Cagney <cagney@redhat.com> + * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP) + (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) + (hppa32_hpux_frame_find_saved_regs_in_sigtramp) + (FRAME_BASE_BEFORE_SIGTRAMP) + (hppa32_hpux_frame_base_before_sigtramp) + (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete. + * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp) + (hppa64_hpux_frame_find_saved_regs_in_sigtramp) + (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) + (FRAME_BASE_BEFORE_SIGTRAMP) + (hppa64_hpux_frame_base_before_sigtramp) + (FRAME_SAVED_PC_IN_SIGTRAMP): Delete. + +2004-04-03 Andrew Cagney <cagney@redhat.com> + * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00. 2004-04-02 Andrew Cagney <cagney@redhat.com> |