From: Nick Clifton Date: Thu, 17 Jul 2003 14:27:38 +0000 (+0000) Subject: Define ARM_COFF_BUGFIX for arm-wince-pe targets X-Git-Tag: ezannoni_pie-20030916-branchpoint~735 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac4b3dd8ca8f6e022ea05d9d6c4a9de59ecccfde;p=external%2Fbinutils.git Define ARM_COFF_BUGFIX for arm-wince-pe targets --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 95fa064..f53db4d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-07-17 Shaun Jackman + + * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to + targ_cflags. + 2003-07-17 Nick Clifton * po/es.po: New Spanish translation. diff --git a/bfd/config.bfd b/bfd/config.bfd index 8af8b41..f658c03 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -170,7 +170,7 @@ case "${targ}" in targ_defvec=armpe_little_vec targ_selvecs="armpe_little_vec armpe_big_vec armpei_little_vec armpei_big_vec" targ_underscore=no - targ_cflags=-DARM_WINCE + targ_cflags="-DARM_WINCE -DARM_COFF_BUGFIX" ;; arm-*-pe*) targ_defvec=armpe_little_vec