-
- Downloads
Makefile.in: Refine dependencies.
* Makefile.in: Refine dependencies. * c-opts.c (c_common_handle_option): Do nothing for -Wimport. * c.opt: Update help for -Wimport. * cppfiles.c: Include hashtab.h. Update comments. (stack_file): Read the file before updating dependencies. (once_only_file_p): Be smarter about marking once-only files. (_cpp_mark_file_once_only): Correct the check for existence on the list. (open_file_failed): Use name not path, which is NULL. * cpphash.h: Don't include hashtab.h. (struct _cpp_file): Remove. (struct cpp_reader): Update. * cppinit.c (cpp_create_reader): Don't initialize warn_import. * cpplib.h (struct cpp_options): Remove warn_import. (cpp_simplify_path): Remove. From-SVN: r70045
Showing
- gcc/ChangeLog 18 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 2 additions, 2 deletionsgcc/Makefile.in
- gcc/c-opts.c 1 addition, 1 deletiongcc/c-opts.c
- gcc/c.opt 1 addition, 1 deletiongcc/c.opt
- gcc/cppfiles.c 36 additions, 31 deletionsgcc/cppfiles.c
- gcc/cpphash.h 1 addition, 3 deletionsgcc/cpphash.h
- gcc/cppinit.c 0 additions, 1 deletiongcc/cppinit.c
- gcc/cpplib.h 0 additions, 4 deletionsgcc/cpplib.h
Loading
Please register or sign in to comment