summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-01-19 15:40:56 +0000
committerNick Clifton <nickc@redhat.com>2009-01-19 15:40:56 +0000
commitab8751e8093389bef5fe3f4c3767c97f8e603722 (patch)
tree387409e605fa075d34ad6f3643155e8903b90adb /gas
parent706764b8a6965f06c6d90bf71aa3b6572bf89144 (diff)
downloadbinutils-redhat-ab8751e8093389bef5fe3f4c3767c97f8e603722.tar.gz
* configure.tgt: Restore alpha sorting to object format switch
statement.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog11
-rw-r--r--gas/configure.tgt4
2 files changed, 13 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d1b93990e0..6525893e68 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,14 @@
+2009-01-19 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
+ ELF format ARM targets.
+ * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
+
+2009-01-19 Nick Clifton <nickc@redhat.com>
+
+ * configure.tgt: Restore alpha sorting to object format switch
+ statement.
+
2009-01-19 Andrew Stubbs <ams@codesourcery.com>
* read.c (s_vendor_attribute): Allow for unknown flag bits in type.
diff --git a/gas/configure.tgt b/gas/configure.tgt
index f3def28f19..38455d8a1f 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -246,10 +246,10 @@ case ${generic_target} in
iq2000-*-elf) fmt=elf ;;
- m32c-*-elf | m32c-*-rtems*) fmt=elf ;;
-
lm32-*-*) fmt=elf ;;
+ m32c-*-elf | m32c-*-rtems*) fmt=elf ;;
+
m32r-*-elf* | m32r-*-rtems*) fmt=elf ;;
m32r-*-linux*) fmt=elf em=linux;;