aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-11-12 16:39:48 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-11-12 16:39:48 +0000
commit322ce5556d1404775fbfd9bc8123becd0d8c1a56 (patch)
tree97504610828a3c7d7136ba07111701f1db34cbbf
parentde1b485c223f0799e7f2f88d2fa6c010191bd1ed (diff)
downloadbinutils-current-322ce5556d1404775fbfd9bc8123becd0d8c1a56.tar.gz
Correct gas microblaze ChangeLog entry
-rw-r--r--gas/ChangeLog13
1 files changed, 6 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0e2a25bb5..412ee1177 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -46,13 +46,12 @@
2012-11-09 David Holsgrove <david.holsgrove@xilinx.com>
- * gas/microblaze/endian.exp: New file - endian testcase for microblaze / microblazeel.
- * gas/microblaze/endian.s: Likewise.
- * gas/microblaze/endian_be.d: Likewise.
- * gas/microblaze/endian_le.d: Likewise.
- * gas/microblaze/endian_le_elf.d: Likewise.
- * gas/microblaze/reloc_sym.d: Update to accept targets other than elf32-microblaze.
- * gas/microblaze/special_reg.d: Likewise.
+ * tc-microblaze.c (md_longopts): Define OPTION_EB and
+ OPTION_EL for target.
+ (md_parse_option): Likewise.
+ * tc-microblaze.h: Set elf32-microblazeel if not
+ target_big_endian for TARGET_FORMAT.
+ * configure.tgt: Add microblazeel and set endian per target.
2012-11-09 H.J. Lu <hongjiu.lu@intel.com>