summaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
Commit message (Expand)AuthorAgeFilesLines
* re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski2004-09-151-2/+12
* final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-2/+1
* Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell2004-08-231-26/+2
* fix-header.c (read_scan_file): Update for add_path change.Eric Christopher2004-05-221-3/+3
* Patch from Jonathan Larmour.Jonathan Larmour2004-04-121-3/+6
* Add framework support for darwin.Mike Stump2004-03-041-0/+6
* fix-header.c (line_table): Move local variable in main to global.Per Bothner2004-02-141-1/+2
* Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner2004-02-041-2/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* Move cpp_reader's line_maps field to a shared global.Per Bothner2004-01-191-1/+3
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-1/+1
* cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta...Per Bothner2003-10-021-2/+3
* c-lex.c (fe_file_change): Handle a NULL new_map.Per Bothner2003-10-021-1/+1
* cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner2003-08-091-0/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-3/+2
* fp-test.c (main): Use ISO C90 prototype.Andreas Jaeger2003-07-121-58/+34
* fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.Andreas Jaeger2003-06-041-29/+1
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai2003-05-201-1/+0
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-5/+5
* c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth2003-05-111-1/+1
* cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth2003-04-191-1/+1
* * fix-header.c (read_scan_file): Defer switch processing.Neil Booth2003-04-031-4/+5
* Various cleanups to help compile server.Per Bothner2003-03-201-4/+4
* * fix-header.c (read_scan_file): Need to malloc arguments to add_path.Neil Booth2003-03-171-8/+10
* * fix-header.c (read_scan_file): Read main file before handling -D.Neil Booth2003-03-151-2/+3
* * fix-header.c (read_scan_file): Fix thinko.Neil Booth2003-03-151-1/+1
* Makefile.in: Update.Neil Booth2003-03-151-12/+25
* * fix-header.c (read_scan_file): Don't reference simplify_path.Geoffrey Keating2003-03-021-1/+0
* Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth2003-03-011-3/+25
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1/+3
* c-opts.c (deps_seen, [...]): New.Neil Booth2002-08-121-1/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-2/+0
* cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth2002-05-231-3/+3
* final.c: Fix formatting.Kazu Hirata2002-05-171-10/+10
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-1/+1
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-8/+8
* fix-header.c (main): Move inf_buffer termination and inf_limit calculation to...Douglas B Rupp2001-11-241-3/+5
* White-space changeRichard Kenner2001-11-151-1/+1
* * fix-header.c (read_scan_file): Update.Neil Booth2001-11-151-2/+4
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-3/+3
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-5/+5
* c-lex.c (cb_def_pragma): Update.Neil Booth2001-09-241-4/+3
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-12/+4
* cpperror.c (print_location): Don't show _Pragma.Neil Booth2001-08-221-1/+1
* cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth2001-08-171-1/+1
* * fix-header.c (cb_file_change): Update prototype.Neil Booth2001-08-121-4/+4
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-2/+1
* line-map.c: New.Neil Booth2001-08-021-1/+1
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-1/+1
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-2/+2