aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-03-09 15:46:31 +0000
committerPedro Alves <palves@redhat.com>2016-03-09 15:46:31 +0000
commit087ccc6a4f8c754a4f4d31810839a631dbeabe0d (patch)
tree21306d08af6b17a53d736cd7992652b7851076cc /gdb/ChangeLog
parent4b05e0a74b3fb21b56e821423b8a334e4be9cfe7 (diff)
downloadfsf-binutils-gdb-087ccc6a4f8c754a4f4d31810839a631dbeabe0d.zip
fsf-binutils-gdb-087ccc6a4f8c754a4f4d31810839a631dbeabe0d.tar.gz
fsf-binutils-gdb-087ccc6a4f8c754a4f4d31810839a631dbeabe0d.tar.bz2
[FR-V] Handle FR300
Even though "set architecture" presents fr300 as option: (gdb) set architecture fr<TAB> fr300 fr400 fr450 fr500 fr550 frv Actually selecting fr300 doesn't work: (gdb) set architecture fr300 Architecture `fr300' not recognized. The target architecture is set automatically (currently i386) (gdb) This just looks like an obvious oversight. Looking around gcc and binutils sources, FR300 is basically a FR500 specialized for DSP and low power. gdb/ChangeLog: 2016-03-09 Pedro Alves <palves@redhat.com> * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a6414c1..56bcc67 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2016-03-09 Pedro Alves <palves@redhat.com>
+ * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
+
+2016-03-09 Pedro Alves <palves@redhat.com>
+
* cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
order is BFD_ENDIAN_BIG or if the cris version is unsupported.