diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 11 | ||||
-rw-r--r-- | gas/configure.tgt | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d1b93990e0d..6525893e681 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 f3def28f19c..38455d8a1f4 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;; |