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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8a3f7f9..6d70a7e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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, diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 394870a..b66fbd9 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}. |