From 33cb8b0f854ed9a15db4f601866f11b1357d8ad3 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 19 Mar 2004 17:43:34 +0000 Subject: [PATCH] 2004-03-19 Andrew Cagney * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro. Index: doc/ChangeLog 2004-03-19 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Delete reference to GDB_TARGET_IS_HPPA. --- gdb/ChangeLog | 2 ++ gdb/config/pa/tm-hppa.h | 2 -- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 1 - 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 715ee15dfa2..c0f256effec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2004-03-19 Andrew Cagney + * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro. + * PROBLEMS: Delete note that ARM does not use frame code, problem fixed. diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 13dbd2876c3..1a78c6ceb6f 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -103,8 +103,6 @@ extern int hppa_instruction_nullified (void); #define REG_PARM_STACK_SPACE 16 -#define GDB_TARGET_IS_HPPA - /* * Unwind table and descriptor. */ diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8a3f7f94e66..6d70a7e4ddb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-03-19 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Delete + reference to GDB_TARGET_IS_HPPA. + 2004-03-18 Andrew Cagney * gdbint.texinfo (Coding): Update section on gdbarch_data, diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 394870a98cb..b66fbd98523 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3725,7 +3725,6 @@ reserved for that breakpoint, and @var{real_pc} set to @var{funaddr}. This method replaces @code{DEPRECATED_CALL_DUMMY_WORDS}, @code{DEPRECATED_SIZEOF_CALL_DUMMY_WORDS}, @code{CALL_DUMMY}, @code{CALL_DUMMY_LOCATION}, @code{DEPRECATED_REGISTER_SIZE}, -@code{GDB_TARGET_IS_HPPA}, @code{DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET}, and @code{DEPRECATED_FIX_CALL_DUMMY}. -- 2.30.2