]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add support for arm-wince-pe target.
authorNick Clifton <nickc@redhat.com>
Tue, 11 Nov 2003 12:05:08 +0000 (12:05 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 11 Nov 2003 12:05:08 +0000 (12:05 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index 3a478ffeaaced7c51bcb656e6475e9b9132052b5..26abf4cafab1864742f0c2c635c52229dfda8f5d 100644 (file)
@@ -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):
index 75afd2f569647d2bbdf74093f1f251015ccc7cbc..b29a15a264fd1b965e09d02028445661c1a01819 100755 (executable)
@@ -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 ;;
 
index eab9430ea99bd8dd0a6b8131774e29fde696c402..fbf253ee3ad1cf6f6a5d676844c8dad910edcf2a 100644 (file)
@@ -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 ;;