mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Add support for arm-wince-pe target.
This commit is contained in:
parent
8d01d9a97d
commit
08e3ab9089
@ -1,3 +1,8 @@
|
||||
2003-11-11 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
|
||||
|
||||
* configure.in: Add support for arm-wince-pe target.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-11-11 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* config/tc-i386.c (tc_i386_fix_adjustable):
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -4050,7 +4050,7 @@ for this_target in $target $canon_targets ; do
|
||||
arm-**-nto*) fmt=elf ;;
|
||||
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
|
||||
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
|
||||
arm-*-wince) fmt=coff em=wince-pe ;;
|
||||
arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;;
|
||||
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
||||
arm-*-riscix*) fmt=aout em=riscix ;;
|
||||
|
||||
|
@ -214,7 +214,7 @@ changequote([,])dnl
|
||||
arm-**-nto*) fmt=elf ;;
|
||||
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
|
||||
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
|
||||
arm-*-wince) fmt=coff em=wince-pe ;;
|
||||
arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;;
|
||||
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
||||
arm-*-riscix*) fmt=aout em=riscix ;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user