[multiple changes]
authorNeil Booth <neil@gcc.gnu.org>
Thu, 11 Jan 2001 21:30:16 +0000 (21:30 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 11 Jan 2001 21:30:16 +0000 (21:30 +0000)
commit05e817242739f61b792b0730712e512ba25256b5
treeccce935ca0e9dc123a10800c572cceabc8074b67
parent76d06edcf6c741801b51ecf31a48f262c8f85c52
[multiple changes]

2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>

        * cppinit.c (cpp_start_read): If -fpreprocessed, ignore
-D, -U and -A, and don't initialize the builtins.
* cppmain.c (cb_define, cb_undef): Unconditionally process
the callback.
* tradcpp.c (main): Fix typo.

2000-01-11  Mark Elbrecht  <snowball3@bigfoot.com>

        * cppfiles.c (cpp_included, find_include_file, _cpp_execute_include)
          (read_name_map): Use IS_ABSOLUTE_PATH.
        * tradcpp.c (get_filename): Likewise.

From-SVN: r38925
gcc/ChangeLog
gcc/cppfiles.c
gcc/cppinit.c
gcc/cppmain.c
gcc/tradcpp.c