summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-5/+3
* gcc.c (option_map): Suport new --bootclasspath option.Per Bothner2002-03-031-1/+2
* gcc.c (init_gcc_specs): Get -static and -static-libgcc to override -shared an...Alexandre Oliva2002-03-011-5/+5
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-10/+8
* gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with sh...Alexandre Oliva2002-02-251-21/+13
* * gcc.c (init_gcc_spec): Revert last change.David Edelsohn2002-02-231-1/+1
* gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -...David Edelsohn2002-02-221-1/+1
* cppinit.c (init_dependency_output): Take deps output file from -o if none giv...Neil Booth2002-02-201-2/+3
* gcc.c (cpp_unique_options): Treat -o as indicating object file only if not -E.Neil Booth2002-02-191-2/+2
* gcc.c (init_gcc_specs): Revert patch from 2002-02-15.John David Anglin2002-02-151-1/+1
* gcc.c (init_gcc_specs): Add static libgcc to link when "-shared" is specified.John David Anglin2002-02-111-1/+1
* cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth2002-02-021-23/+4
* re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek2002-01-291-8/+13
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-1/+1
* mkstemps.c (mkstemps): On VMS, open temp file with option that causes it to b...Douglas B Rupp2002-01-151-3/+1
* re PR other/704 (--help and --version)Joseph Myers2002-01-081-1/+11
* gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi2002-01-021-1/+1
* * gcc.c (delete_if_ordinary): Delete all versions.Douglas B Rupp2002-01-011-2/+4
* gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -...David Edelsohn2001-12-291-1/+1
* arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2001-12-231-1/+1
* c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers2001-12-151-2/+2
* gcc.c, [...]: Use American spelling in messages.Joseph Myers2001-12-151-3/+3
* configure.in: Check for ld.Jakub Jelinek2001-12-151-11/+27
* builtins.c (expand_builtin_memcmp): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-12-151-1/+1
* Added changes to support -### (previously ok'ed by R. Henderson).Ira Ruben2001-12-141-8/+94
* gcc.c (convert_filename): Add do_obj parameter.Douglas B Rupp2001-12-101-7/+9
* cppspec.c (lang_specific_driver): Set is_cpp_driver.Neil Booth2001-12-041-35/+44
* re PR c/4988 (--target-help emits cc1 printout twice)Neil Booth2001-12-031-2/+0
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-5/+5
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-12/+12
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* gcc.c (ASM_DEBUG_SPEC): Only check HAVE_AS_G*_DEBUG_FLAG macros for the suppo...Jakub Jelinek2001-11-291-10/+9
* gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than preprocessor d...Jakub Jelinek2001-11-271-5/+15
* re PR other/3968 (COLLECT_GCC_OPTIONS empty)Rainer Orth2001-11-271-48/+63
* gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT -> PREFERRED_DEBUGGING_TYPE.Andreas Schwab2001-11-271-1/+1
* configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.Geoffrey Keating2001-11-201-2/+19
* xm-vms.h: Don't define macros that autoconf handles.Douglas B Rupp2001-11-191-4/+0
* Makefile.in (dbxout.o): Depend on function.h.Kaveh R. Ghazi2001-11-041-0/+1
* dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-11-041-3/+8
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-4/+4
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-10-191-0/+4
* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg2001-10-191-12/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-22/+22
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers2001-10-071-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-16/+16
* * gcc.c (default_compilers): Remove .ada.Richard Kenner2001-10-061-1/+1
* gcc.c (main): Set this_file_error if the appropriate compiler for a language ...Zack Weinberg2001-10-061-5/+11
* libiberty.h (concat_length, [...]): New.Kaveh R. Ghazi2001-09-171-6/+1
* collect2.c (main): Const-ification.Kaveh R. Ghazi2001-09-151-16/+4