aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-22gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -...David Edelsohn1-1/+1
2002-02-20cppinit.c (init_dependency_output): Take deps output file from -o if none giv...Neil Booth1-2/+3
2002-02-19gcc.c (cpp_unique_options): Treat -o as indicating object file only if not -E.Neil Booth1-2/+2
2002-02-15gcc.c (init_gcc_specs): Revert patch from 2002-02-15.John David Anglin1-1/+1
2002-02-11gcc.c (init_gcc_specs): Add static libgcc to link when "-shared" is specified.John David Anglin1-1/+1
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth1-23/+4
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-8/+13
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-01-15mkstemps.c (mkstemps): On VMS, open temp file with option that causes it to b...Douglas B Rupp1-3/+1
2002-01-08re PR other/704 (--help and --version)Joseph Myers1-1/+11
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi1-1/+1
2002-01-01* gcc.c (delete_if_ordinary): Delete all versions.Douglas B Rupp1-2/+4
2001-12-29gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -...David Edelsohn1-1/+1
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-1/+1
2001-12-15c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers1-2/+2
2001-12-15gcc.c, [...]: Use American spelling in messages.Joseph Myers1-3/+3
2001-12-15configure.in: Check for ld.Jakub Jelinek1-11/+27
2001-12-15builtins.c (expand_builtin_memcmp): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-1/+1
2001-12-14Added changes to support -### (previously ok'ed by R. Henderson).Ira Ruben1-8/+94
2001-12-10gcc.c (convert_filename): Add do_obj parameter.Douglas B Rupp1-7/+9
2001-12-04cppspec.c (lang_specific_driver): Set is_cpp_driver.Neil Booth1-35/+44
2001-12-03re PR c/4988 (--target-help emits cc1 printout twice)Neil Booth1-2/+0
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-5/+5
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-12/+12
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-29gcc.c (ASM_DEBUG_SPEC): Only check HAVE_AS_G*_DEBUG_FLAG macros for the suppo...Jakub Jelinek1-10/+9
2001-11-27gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than preprocessor d...Jakub Jelinek1-5/+15
2001-11-27re PR other/3968 (COLLECT_GCC_OPTIONS empty)Rainer Orth1-48/+63
2001-11-27gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT -> PREFERRED_DEBUGGING_TYPE.Andreas Schwab1-1/+1
2001-11-20configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.Geoffrey Keating1-2/+19
2001-11-19xm-vms.h: Don't define macros that autoconf handles.Douglas B Rupp1-4/+0
2001-11-04Makefile.in (dbxout.o): Depend on function.h.Kaveh R. Ghazi1-0/+1
2001-11-04dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-3/+8
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-10-19calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-0/+4
2001-10-19aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg1-12/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-22/+22
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-07acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-16/+16
2001-10-06* gcc.c (default_compilers): Remove .ada.Richard Kenner1-1/+1
2001-10-06gcc.c (main): Set this_file_error if the appropriate compiler for a language ...Zack Weinberg1-5/+11
2001-09-17libiberty.h (concat_length, [...]): New.Kaveh R. Ghazi1-6/+1