aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2017-09-22 00:54:19 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2017-09-22 00:54:19 +0100
commitef272caa7482bd9031e82a2e6f1b81870fe2129e (patch)
treeacd0af4fe742c20535abf0c94ef3c244facbb153 /gas/ChangeLog
parent42c0794e961fd7922ad1358bd7221a8c85278ccc (diff)
downloadfsf-binutils-gdb-ef272caa7482bd9031e82a2e6f1b81870fe2129e.zip
fsf-binutils-gdb-ef272caa7482bd9031e82a2e6f1b81870fe2129e.tar.gz
fsf-binutils-gdb-ef272caa7482bd9031e82a2e6f1b81870fe2129e.tar.bz2
readelf: Handle E_MIPS_MACH_5900
Fix commit e407c74b5b60 ("Support for MIPS R5900 (Sony Playstation 2)"), <https://sourceware.org/ml/binutils/2012-12/msg00240.html>, and add the handling of E_MIPS_MACH_5900, correctly showing `5900' among `Flags:' in the output of `-h' rather than `unknown CPU'. binutils/ * readelf.c (get_machine_flags) <E_MIPS_MACH_5900>: New case. gas/ * testsuite/gas/mips/elf_mach_5900.d: New test. * testsuite/gas/mips/mips.exp: Run it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7c9e61f..8554dd5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-21 Maciej W. Rozycki <macro@imgtec.com>
+
+ * testsuite/gas/mips/elf_mach_5900.d: New test.
+ * testsuite/gas/mips/mips.exp: Run it.
+
2017-09-21 James Cowgill <James.Cowgill@imgtec.com>
PR gas/21762