* gcc.c (struct option_map): Add entry for "--pass-exit-codes".
authorAndreas Schwab <schwab@suse.de>
Wed, 1 Dec 2004 23:59:55 +0000 (23:59 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 1 Dec 2004 23:59:55 +0000 (23:59 +0000)
From-SVN: r91590

gcc/ChangeLog
gcc/gcc.c

index d997f41301e7c0453c7c1639b6aec948623af1dc..1d8284eae7197afe3fc3863d2fb3c8adbb2621d0 100644 (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
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},