diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-19 17:43:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-19 17:43:34 +0000 |
commit | 33cb8b0f854ed9a15db4f601866f11b1357d8ad3 (patch) | |
tree | 22b6d997027340ce62da30c1ffc2c7b8110f5c69 /gdb/config | |
parent | d400d2a669400b37d481d43e771e7cd01f897bc2 (diff) | |
download | gdb-33cb8b0f854ed9a15db4f601866f11b1357d8ad3.zip gdb-33cb8b0f854ed9a15db4f601866f11b1357d8ad3.tar.gz gdb-33cb8b0f854ed9a15db4f601866f11b1357d8ad3.tar.bz2 |
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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 13dbd28..1a78c6c 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. */ |