summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2007-12-17 01:50:44 +0000
committerPedro Alves <pedro@codesourcery.com>2007-12-17 01:50:44 +0000
commitb47f0911b5f1bd5dc4928266a83ca8052ed67876 (patch)
treeb4b71bfaa65f7afb3e05f337e6cdc9960d8a0722
parent42094a6cb9360756a0ee6424ee32560827a38cc3 (diff)
downloadgdb-b47f0911b5f1bd5dc4928266a83ca8052ed67876.tar.gz
* config.bfd: Add arm-*-mingw32ce* target.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 91b48bce80d..d56e06e3415 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
+
+ * config.bfd: Add arm-*-mingw32ce* target.
+
2007-12-15 Richard Sandiford <rsandifo@nildram.co.uk>
* elf-bfd.h (eh_cie_fde): Replace u.cie.merged with a union of
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 98183fc0f6b..fdce6a5edd4 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -233,7 +233,7 @@ case "${targ}" in
targ_underscore=no
targ_cflags=-DARM_COFF_BUGFIX
;;
- arm-wince-pe | arm-*-wince)
+ arm-wince-pe | arm-*-wince | arm-*-mingw32ce*)
targ_defvec=arm_wince_pe_little_vec
targ_selvecs="arm_wince_pe_little_vec arm_wince_pe_big_vec arm_wince_pei_little_vec arm_wince_pei_big_vec"
targ_underscore=no