aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-11-11 12:05:08 +0000
committerNick Clifton <nickc@redhat.com>2003-11-11 12:05:08 +0000
commit08e3ab908992f8abb57055cdd2faa2e8c6a7b515 (patch)
tree06e6bab95b54aeb6df355cdce5c4db38b8727412 /gas
parent8d01d9a97dd92245523d9acd086f8d483bf79c0a (diff)
downloadbinutils-08e3ab908992f8abb57055cdd2faa2e8c6a7b515.zip
binutils-08e3ab908992f8abb57055cdd2faa2e8c6a7b515.tar.gz
binutils-08e3ab908992f8abb57055cdd2faa2e8c6a7b515.tar.bz2
Add support for arm-wince-pe target.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure2
-rw-r--r--gas/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3a478ff..26abf4c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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):
diff --git a/gas/configure b/gas/configure
index 75afd2f..b29a15a 100755
--- a/gas/configure
+++ b/gas/configure
@@ -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 ;;
diff --git a/gas/configure.in b/gas/configure.in
index eab9430..fbf253e 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -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 ;;