aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-04-19 15:14:23 +0000
committerPedro Alves <palves@redhat.com>2013-04-19 15:14:23 +0000
commite4286e57c527e5b92e0d1458a71dbca7b9b96cec (patch)
treefbd0dd3807bcccbbd82abf981450120c12bb367e /gdb/ChangeLog
parent001f13d822104158239fe26a05d9154d967cbe56 (diff)
downloadgdb-e4286e57c527e5b92e0d1458a71dbca7b9b96cec.zip
gdb-e4286e57c527e5b92e0d1458a71dbca7b9b96cec.tar.gz
gdb-e4286e57c527e5b92e0d1458a71dbca7b9b96cec.tar.bz2
cris-tdep.c: Use unsigned variable for unsigned command.
"set cris-version" is an unsigned command: /* CRIS-specific user-commands. */ add_setshow_uinteger_cmd ("cris-version", class_support, &usr_cmd_cris_version, _("Set the current CRIS version."), _("Show the current CRIS version."), _("\ Set to 10 for CRISv10 or 32 for CRISv32 if autodetection fails.\n\ Defaults to 10. "), Tested by building on x86_64 Fedora 17. 2013-04-19 Pedro Alves <palves@redhat.com> * cris-tdep.c (usr_cmd_cris_version): Make unsigned. (struct gdbarch_tdep) <cris_version>: Make unsigned. (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b1ce7ee..571b273 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2013-04-19 Pedro Alves <palves@redhat.com>
+ * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
+ (struct gdbarch_tdep) <cris_version>: Make unsigned.
+ (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
+
+2013-04-19 Pedro Alves <palves@redhat.com>
+
* avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
it to get a string view of the byte buffer.
* i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'