2004-03-19 Andrew Cagney <cagney@redhat.com>

* config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.

Index: doc/ChangeLog
2004-03-19  Andrew Cagney  <cagney@redhat.com>

	* gdbint.texinfo (Target Architecture Definition): Delete
	reference to GDB_TARGET_IS_HPPA.
This commit is contained in:
Andrew Cagney 2004-03-19 17:43:34 +00:00
parent d400d2a669
commit 33cb8b0f85
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2004-03-19 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
* PROBLEMS: Delete note that ARM does not use frame code, problem
fixed.

View File

@ -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.
*/

View File

@ -1,3 +1,8 @@
2004-03-19 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
reference to GDB_TARGET_IS_HPPA.
2004-03-18 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Coding): Update section on gdbarch_data,

View File

@ -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}.