diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-28 18:56:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-28 18:56:11 +0000 |
commit | 17505c5cfa9b784633a212f56076576317140ecc (patch) | |
tree | bc26826d81e92cdfa1ea2de3ff1b6b91f3a26894 /bfd/pe-arm.c | |
parent | 77343c58f9a67ff5a644d6ecc1eb8ef5ba87f45a (diff) | |
download | binutils-17505c5cfa9b784633a212f56076576317140ecc.zip binutils-17505c5cfa9b784633a212f56076576317140ecc.tar.gz binutils-17505c5cfa9b784633a212f56076576317140ecc.tar.bz2 |
Add WinCE support.
Diffstat (limited to 'bfd/pe-arm.c')
-rw-r--r-- | bfd/pe-arm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/pe-arm.c b/bfd/pe-arm.c index f8a0481..6c6b659 100644 --- a/bfd/pe-arm.c +++ b/bfd/pe-arm.c @@ -40,4 +40,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ bfd_arm_pe_process_before_allocation #endif +#ifdef ARM_WINCE +#define TARGET_UNDERSCORE 0 +#endif + #include "coff-arm.c" |