diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-18 16:01:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-18 16:01:12 +0000 |
commit | 5402eed1c4143564801a79e25c6e9147e63e09cf (patch) | |
tree | 7777e1065812aaaa27486903444c7c55b0893b3d /gdb/ChangeLog | |
parent | dc9feb5c97ab95cb328406040f47f20f986f0e58 (diff) | |
download | gdb-5402eed1c4143564801a79e25c6e9147e63e09cf.zip gdb-5402eed1c4143564801a79e25c6e9147e63e09cf.tar.gz gdb-5402eed1c4143564801a79e25c6e9147e63e09cf.tar.bz2 |
* MAINTAINERS: Note that cris-elf target can be compiled with
-Werror.
* cris-tdep.c (cris_register_name): Make return type constant.
(cris_breakpoint_from_pc): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e84bb6f..4d97346 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-06-18 Andrew Cagney <cagney@redhat.com> + + * MAINTAINERS: Note that cris-elf target can be compiled with + -Werror. + * cris-tdep.c (cris_register_name): Make return type constant. + (cris_breakpoint_from_pc): Ditto. + 2002-06-18 Michal Ludvig <mludvig@suse.cz> * frame.h (struct frame_info): Change type of context to |