mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 20:05:46 +08:00
* configure.tgt: Whiltespace. Sort moxie entry.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-02-19 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* configure.tgt: Whiltespace. Sort moxie entry.
|
||||||
|
|
||||||
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||||
|
|
||||||
* config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
|
* config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
|
||||||
|
@ -151,9 +151,6 @@ case ${generic_target} in
|
|||||||
frv-*-*linux*) fmt=elf em=linux;;
|
frv-*-*linux*) fmt=elf em=linux;;
|
||||||
frv-*-*) fmt=elf ;;
|
frv-*-*) fmt=elf ;;
|
||||||
|
|
||||||
moxie-*-uclinux) fmt=elf em=linux;;
|
|
||||||
moxie-*-*) fmt=elf ;;
|
|
||||||
|
|
||||||
hppa-*-linux*)
|
hppa-*-linux*)
|
||||||
case ${cpu} in
|
case ${cpu} in
|
||||||
hppa*64*) fmt=elf em=hppalinux64 ;;
|
hppa*64*) fmt=elf em=hppalinux64 ;;
|
||||||
@ -310,6 +307,9 @@ case ${generic_target} in
|
|||||||
mn10300-*-linux*) fmt=elf em=linux ;;
|
mn10300-*-linux*) fmt=elf em=linux ;;
|
||||||
mn10300-*-*) fmt=elf ;;
|
mn10300-*-*) fmt=elf ;;
|
||||||
|
|
||||||
|
moxie-*-uclinux) fmt=elf em=linux;;
|
||||||
|
moxie-*-*) fmt=elf ;;
|
||||||
|
|
||||||
mt-*-elf) fmt=elf bfd_gas=yes ;;
|
mt-*-elf) fmt=elf bfd_gas=yes ;;
|
||||||
|
|
||||||
msp430-*-*) fmt=elf ;;
|
msp430-*-*) fmt=elf ;;
|
||||||
|
Reference in New Issue
Block a user