projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c37ac4
)
Define ARM_COFF_BUGFIX for arm-wince-pe targets
author
Nick Clifton
<nickc@redhat.com>
Thu, 17 Jul 2003 14:27:38 +0000
(14:27 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 17 Jul 2003 14:27:38 +0000
(14:27 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 95fa0643e30f355300ff0d417b15c44ce13e6bdb..f53db4d586a5f559c082545379721f1fe1f8fe62 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
+
+ * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
+ targ_cflags.
+
2003-07-17 Nick Clifton <nickc@redhat.com>
* po/es.po: New Spanish translation.
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index 8af8b41964dc7f76ba8ed6ecc4bb692ad3ac38ab..f658c0378d9c12e26a17e0365915c724b1e4ecd3 100644
(file)
--- 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