projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a912a22
)
* gcc.c (struct option_map): Add entry for "--pass-exit-codes".
author
Andreas Schwab
<schwab@suse.de>
Wed, 1 Dec 2004 23:59:55 +0000
(23:59 +0000)
committer
Andreas Schwab
<schwab@gcc.gnu.org>
Wed, 1 Dec 2004 23:59:55 +0000
(23:59 +0000)
From-SVN: r91590
gcc/ChangeLog
patch
|
blob
|
history
gcc/gcc.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index d997f41301e7c0453c7c1639b6aec948623af1dc..1d8284eae7197afe3fc3863d2fb3c8adbb2621d0 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-12-02 Andreas Schwab <schwab@suse.de>
+
+ * gcc.c (struct option_map): Add entry for "--pass-exit-codes".
+
2004-12-01 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/18763
diff --git
a/gcc/gcc.c
b/gcc/gcc.c
index eda9e5ecb26a672f7bdb8ad54ed98514c54138ff..eaf58d22d020f0e67d616ac0059021242babe933 100644
(file)
--- a/
gcc/gcc.c
+++ b/
gcc/gcc.c
@@
-1094,6
+1094,7
@@
static const struct option_map option_map[] =
{"--output", "-o", "a"},
{"--output-class-directory", "-foutput-class-dir=", "ja"},
{"--param", "--param", "a"},
+ {"--pass-exit-codes", "-pass-exit-codes", 0},
{"--pedantic", "-pedantic", 0},
{"--pedantic-errors", "-pedantic-errors", 0},
{"--pie", "-pie", 0},