summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-12-09 02:44:52 +0000
committerAndrew Cagney <cagney@redhat.com>2002-12-09 02:44:52 +0000
commit69a09bef56cc37df7000fc137117941e41faae3a (patch)
treeda41b6dca5a48073b64a3b71ee3aa4a3e90a4029 /gdb/ChangeLog
parent0c86eb7e716566c8f315f26100a51584ddc6d442 (diff)
downloadgdb-69a09bef56cc37df7000fc137117941e41faae3a.tar.gz
2002-12-08 Andrew Cagney <ac131313@redhat.com>
* config/rs6000/tm-rs6000.h (init_frame_pc_noop): Add declaration. * dwarf2cfi.c (cfi_init_frame_pc): Cast the PC to a pointer.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 305199471be..2b20999f50e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2002-12-08 Andrew Cagney <ac131313@redhat.com>
+ * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Add declaration.
+ * dwarf2cfi.c (cfi_init_frame_pc): Cast the PC to a pointer.
+
+2002-12-08 Andrew Cagney <ac131313@redhat.com>
+
* gdbarch.sh (INIT_FRAME_PC_FIRST, INIT_FRAME_PC_DEFAULT): Convert
to pure functions.
* gdbarch.h, gdbarch.c: Re-generate.