mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* configure.in: Handle arm-*-rtems* and thumb-*rtems*.
* configure: Regenerate.
This commit is contained in:
parent
b3b9bb97ad
commit
28d297dea8
@ -1,3 +1,8 @@
|
||||
2003-09-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Handle arm-*-rtems* and thumb-*rtems*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): Remove.
|
||||
@ -1627,7 +1632,7 @@
|
||||
2003-03-25 Stan Cox <scox@redhat.com>
|
||||
Nick Clifton <nickc@redhat.com>
|
||||
|
||||
Contribute support for Intel's iWMMXt chip - an ARM variant:
|
||||
Contribute support for Intel's iWMMXt chip - an ARM variant:
|
||||
|
||||
* config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX,
|
||||
WC_PREFIX, REG_TYPE_IWMMXT): New constants.
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -4038,7 +4038,7 @@ for this_target in $target $canon_targets ; do
|
||||
|
||||
arm-*-aout) fmt=aout ;;
|
||||
arm-*-coff | thumb-*-coff) fmt=coff ;;
|
||||
arm-*-rtems | thumb-*-rtems) fmt=elf ;;
|
||||
arm-*-rtems* | thumb-*-rtems*) fmt=elf ;;
|
||||
arm-*-elf | thumb-*-elf) fmt=elf ;;
|
||||
arm-*-kaos*) fmt=elf ;;
|
||||
arm*-*-conix*) fmt=elf ;;
|
||||
|
@ -202,7 +202,7 @@ changequote([,])dnl
|
||||
|
||||
arm-*-aout) fmt=aout ;;
|
||||
arm-*-coff | thumb-*-coff) fmt=coff ;;
|
||||
arm-*-rtems | thumb-*-rtems) fmt=elf ;;
|
||||
arm-*-rtems* | thumb-*-rtems*) fmt=elf ;;
|
||||
arm-*-elf | thumb-*-elf) fmt=elf ;;
|
||||
arm-*-kaos*) fmt=elf ;;
|
||||
arm*-*-conix*) fmt=elf ;;
|
||||
|
Loading…
Reference in New Issue
Block a user