toplev.c (documented_lang_options): Recognize -include, -imacros, -iwithprefix, ...
authorZack Weinberg <zack@rabi.phys.columbia.edu>
Wed, 30 Sep 1998 18:15:13 +0000 (18:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 30 Sep 1998 18:15:13 +0000 (12:15 -0600)
commit6fa72945c91260ee27d445fb87f4162032307180
treeb2cba3207f5b9a1ff7b4789dccdf4b0727a0d40c
parent1e326708e83b2e03807c689f14ed3772cd346efc
toplev.c (documented_lang_options): Recognize -include, -imacros, -iwithprefix, -iwithprefixbefore.

        * toplev.c (documented_lang_options): Recognize -include,
        -imacros, -iwithprefix, -iwithprefixbefore.
        * cpplib.c (cpp_start_read): Process -imacros and -include
        switches at the same time and in command-line order, after
        initializing the dependency-output code.  Emit properly nested
        #line directives for them.  Emit a #line for the main file
        before processing these switches, and don't do it again
        afterward.

From-SVN: r22689
gcc/ChangeLog
gcc/cpplib.c
gcc/toplev.c