* gcc.c (struct option_map): Add entry for "--pass-exit-codes".

From-SVN: r91590
This commit is contained in:
Andreas Schwab 2004-12-01 23:59:55 +00:00 committed by Andreas Schwab
parent a912a223f3
commit 87a725812e
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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},