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:
3f9dfb2
)
* resrc.c: use "gcc -xc" instead of -xc-header
author
DJ Delorie
<dj@redhat.com>
Wed, 2 Aug 2000 00:20:30 +0000
(
00:20
+0000)
committer
DJ Delorie
<dj@redhat.com>
Wed, 2 Aug 2000 00:20:30 +0000
(
00:20
+0000)
binutils/ChangeLog
patch
|
blob
|
history
binutils/resrc.c
patch
|
blob
|
history
diff --git
a/binutils/ChangeLog
b/binutils/ChangeLog
index 09bbef4039914a5bb98275550d44c4b268c65e25..70935a6a824eeb3881d67c1095806f06206224ab 100644
(file)
--- a/
binutils/ChangeLog
+++ b/
binutils/ChangeLog
@@
-1,3
+1,7
@@
+2000-08-08 DJ Delorie <dj@redhat.com>
+
+ * resrc.c: use "gcc -xc" instead of -xc-header
+
2000-07-26 Geoff Keating <geoffk@cygnus.com>
* nm.c (main): Ignore '-X32_64' as an option.
diff --git
a/binutils/resrc.c
b/binutils/resrc.c
index a30719b1e95d3dace9bad1e20de0ce013e7d34ac..ccc42ea689941f703486a4becc2d6710e500e4ed 100644
(file)
--- a/
binutils/resrc.c
+++ b/
binutils/resrc.c
@@
-78,7
+78,7
@@
/* The default preprocessor. */
-#define DEFAULT_PREPROCESSOR "gcc -E -xc
-header
-DRC_INVOKED"
+#define DEFAULT_PREPROCESSOR "gcc -E -xc -DRC_INVOKED"
/* We read the directory entries in a cursor or icon file into
instances of this structure. */