summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-19 17:43:34 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-19 17:43:34 +0000
commit9169099ca907f7354036e229c20c685bd7728aaf (patch)
treefbedf67a8ccbada1d2a6318360b677b9b69d45b9
parent53f8741af0d088051ea593ce86fe0dc8258d560e (diff)
downloadgdb-9169099ca907f7354036e229c20c685bd7728aaf.tar.gz
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.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/config/pa/tm-hppa.h2
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo3
4 files changed, 8 insertions, 4 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 <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.
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 <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 20f0647ddc5..55b3c886ec5 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -38,7 +38,7 @@ Free Documentation License''.
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.191 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.192 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Solutions\par
\hfill \manvers\par
@@ -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}.