aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-14tm.texi (DRIVER_SELF_SPECS): Document.Richard Sandiford1-0/+52
2002-10-12re PR preprocessor/7862 (Interrupting gcc -MD removes .d file but not .o)Neil Booth1-3/+6
2002-10-10re PR preprocessor/8179 (`echo | gcc -E -dM -ansi -` not working in gcc-3.3)Neil Booth1-2/+2
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg1-3/+3
2002-10-05gcc.c (set_multilib_dir): Don't access *end.Jakub Jelinek1-3/+9
2002-10-03gcc.c (print_multi_os_directory): New variable.Jakub Jelinek1-92/+274
2002-10-01* gcc.c (cc1_options): Add space on -auxbase-strip.Nathan Sidwell1-1/+1
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-2/+2
2002-08-10c-opts.c (set_std_cxx98, [...]): New.Neil Booth1-6/+5
2002-08-09Makefile.in (c-opts.o): UpdateNeil Booth1-1/+1
2002-08-04gcc.c (cc1_options): Pass output file as auxbase when appropriate.Nathan Sidwell1-0/+1
2002-08-01c-common.c (cb_register_builtins): If C++, define __EXCEPTIONS, __DEPRECATED ...Neil Booth1-1/+1
2002-07-30gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.Franz Sirl1-1/+1
2002-07-25gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if HAVE_TARGET_EXECUTABLE_SUFFIX.Neil Booth1-3/+0
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth1-9/+5
2002-07-19[ ChangeLog ]Chris Demetriou1-2/+5
2002-07-05gcc.c (asm_debug): Move initialization ...Rainer Orth1-1/+5
2002-06-26* gcc.c (warn_std): Delete.Kaveh R. Ghazi1-3/+0
2002-06-20cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth1-2/+1
2002-06-16* gcc.c (main): Correct startfile_prefix_spec check.Alan Modra1-1/+1
2002-06-10gcc.c (process_command): Avoid assignment to read-only location.Richard Sandiford1-15/+16
2002-06-09Makefile.in (install-driver): Install driver as $(target_alias)-gcc-$(version).Geoffrey Keating1-12/+58
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-40/+40
2002-05-31gcc.c (cpp_unique_options): Remove "-d" options.Matthew Woodcraft1-3/+11
2002-05-23configure.in (CROSS): Define NATIVE_CROSS.Alan Modra1-11/+37
2002-05-16c-common.c (cb_register_builtins): Handle more built-ins here rather than in ...Neil Booth1-6/+2
2002-05-15c-parse.in (MODIFIED_WCHAR_TYPE): New macro.Zack Weinberg1-1/+0
2002-05-14gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when...Neil Booth1-10/+10
2002-05-13gcc.c (SWITCH_TAKES_ARG): Remove 'V'.Neil Booth1-46/+3
2002-05-13Makefile.in (c-common.o, cppinit.o): Update.Neil Booth1-1/+1
2002-05-09Makefile.in: Update.Neil Booth1-1/+1
2002-04-23* gcc.c: Added --resource. For PR java/6314.Tom Tromey1-0/+1
2002-04-17gcc.c (read_specs): Detect and fail if an attempt is made to rename a spec st...Nick Clifton1-1/+7
2002-04-15MAINTAINERS: Remove chill maintainers.Mark Mitchell1-1/+0
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe1-1/+3
2002-04-03gcc.c (LINK_GCC_C_SEQUENCE_SPEC): No need for a new one-character spec for th...David S. Miller1-8/+1
2002-04-03gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c library sequ...David S. Miller1-1/+17
2002-03-31gcc.c: Revert previous patch for now.Alexandre Oliva1-18/+8
2002-03-31gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...Alexandre Oliva1-8/+18
2002-03-26gcc.c (cpp_options): Preserve relative ordering of -pedantic and warning swit...Phil Edwards1-2/+2
2002-03-24gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.Neil Booth1-2/+2
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-2/+3
2002-03-09* gcc.c (validate_all_switches): Also handle `%W{...}'.Andreas Schwab1-3/+3
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-5/+3
2002-03-03gcc.c (option_map): Suport new --bootclasspath option.Per Bothner1-1/+2
2002-03-01gcc.c (init_gcc_specs): Get -static and -static-libgcc to override -shared an...Alexandre Oliva1-5/+5
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-10/+8
2002-02-25gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with sh...Alexandre Oliva1-21/+13
2002-02-23* gcc.c (init_gcc_spec): Revert last change.David Edelsohn1-1/+1