aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-22 17:01:04 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-22 17:01:04 +0000
commite963316fd5e5fc422afda43ff8f3409ea7144284 (patch)
tree42e630ac59312ad8af3d6df0be230c4fba58271e /gdb/ChangeLog
parentcf7c5c23609e3810e5de6af220dd15f5e098b4d8 (diff)
downloadgdb-e963316fd5e5fc422afda43ff8f3409ea7144284.zip
gdb-e963316fd5e5fc422afda43ff8f3409ea7144284.tar.gz
gdb-e963316fd5e5fc422afda43ff8f3409ea7144284.tar.bz2
2004-02-22 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into runtime if(0).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 770aba1..f9eb986 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,9 +1,12 @@
2004-02-22 Andrew Cagney <cagney@redhat.com>
+ * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
+ runtime if(0).
+
* hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
unsigned.
(hppa_frame_find_saved_regs): Fix "std" instruction pattern
-
+
* config/pa/tm-hppa.h: Update copyright.
(DEPRECATED_INIT_FRAME_PC): Delete macro.
(deprecated_init_frame_pc_default): Delete declaration.