diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-12-09 02:44:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-12-09 02:44:52 +0000 |
commit | 408400e7f61453203c3e294ba75649bc1fce0b2f (patch) | |
tree | 6edc9f7605a54be8ea2e18735aeadffcab41a320 /gdb/ChangeLog | |
parent | 97f46953947f21e2b8f1cac99546b7d6b51a84cc (diff) | |
download | gdb-408400e7f61453203c3e294ba75649bc1fce0b2f.zip gdb-408400e7f61453203c3e294ba75649bc1fce0b2f.tar.gz gdb-408400e7f61453203c3e294ba75649bc1fce0b2f.tar.bz2 |
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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3051994..2b20999 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. |