* configure.tgt: Restore alpha sorting to object format switch

statement.
This commit is contained in:
Nick Clifton 2009-01-19 15:40:56 +00:00
parent d237ce74f4
commit d3bf77be52
2 changed files with 13 additions and 2 deletions

View File

@ -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.

View File

@ -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;;