mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* configure.tgt: Restore alpha sorting to object format switch
statement.
This commit is contained in:
parent
d237ce74f4
commit
d3bf77be52
@ -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>
|
2009-01-19 Andrew Stubbs <ams@codesourcery.com>
|
||||||
|
|
||||||
* read.c (s_vendor_attribute): Allow for unknown flag bits in type.
|
* read.c (s_vendor_attribute): Allow for unknown flag bits in type.
|
||||||
|
@ -246,10 +246,10 @@ case ${generic_target} in
|
|||||||
|
|
||||||
iq2000-*-elf) fmt=elf ;;
|
iq2000-*-elf) fmt=elf ;;
|
||||||
|
|
||||||
m32c-*-elf | m32c-*-rtems*) fmt=elf ;;
|
|
||||||
|
|
||||||
lm32-*-*) fmt=elf ;;
|
lm32-*-*) fmt=elf ;;
|
||||||
|
|
||||||
|
m32c-*-elf | m32c-*-rtems*) fmt=elf ;;
|
||||||
|
|
||||||
m32r-*-elf* | m32r-*-rtems*) fmt=elf ;;
|
m32r-*-elf* | m32r-*-rtems*) fmt=elf ;;
|
||||||
m32r-*-linux*) fmt=elf em=linux;;
|
m32r-*-linux*) fmt=elf em=linux;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user