aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-11-13 00:54:56 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-11-13 00:54:56 +0000
commitcec6a5b82ba19f3d8155503da6d7313c9321fcf6 (patch)
tree63e52752ce1a9dc5599a0cdda1aaec154c5dbe75 /binutils/ChangeLog
parent7530bb1a56dd28af2ab5c681db79ac075adbedde (diff)
downloadgdb-cec6a5b82ba19f3d8155503da6d7313c9321fcf6.zip
gdb-cec6a5b82ba19f3d8155503da6d7313c9321fcf6.tar.gz
gdb-cec6a5b82ba19f3d8155503da6d7313c9321fcf6.tar.bz2
* readelf.c (get_machine_flags) <EM_MIPS, EM_MIPS_RS3_LE>: Move
code to handle EF_SH_PIC and EF_SH_FDPIC... <EM_SH>: ... here.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 81aca13..c70e4b3 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-13 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * readelf.c (get_machine_flags) <EM_MIPS, EM_MIPS_RS3_LE>: Move
+ code to handle EF_SH_PIC and EF_SH_FDPIC...
+ <EM_SH>: ... here.
+
2012-11-09 Nick Clifton <nickc@redhat.com>
* readelf.c (get_machine_flags): Add support for E_FLAG_RX_ABI.