aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-15collect2.c (main): Const-ification.Kaveh R. Ghazi1-16/+4
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-8/+9
2001-09-05gcc.c: (process_command) Add parentheses around assignment used as truth value.David Billinghurst1-2/+2
2001-09-01gcc.c (handle_braces): Add explaination for abort.Eric Christopher1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-33/+9
2001-08-22* gcc.c (struct prefix_list): Change prefix to const char *.Matt Kraai1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-20gcc.c (make_relative_prefix): Allocate a sufficiently large buffer.Matt Kraai1-2/+6
2001-08-20cppinit.c (init_standard_includes): The returned buffer is already malloc-ed.Neil Booth1-1/+1
2001-08-13gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is ...Andreas Jaeger1-1/+1
2001-08-13dwarf2out.c (output_cfa_loc): Fix typo in comment.Theodore Papadopoulo1-1/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-08-12Revert Rainer Orth's Java and gcc.c patch.David Edelsohn1-61/+48
2001-08-02re PR java/227 (mips-tfile:internal error (when compiling java code))Rainer Orth1-48/+61
2001-07-05gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.DJ Delorie1-1/+64
2001-07-04* gcc.c (process_command): Don't assign elements of a const char*.Kaveh R. Ghazi1-3/+5
2001-06-30Append a DIR_SEPARATOR to a path specified by the -B switch, if doing so wouldNick Clifton1-23/+42
2001-06-10toplev.c (independent_decode_option): Require `=' between `-aux-info' and fil...Alexandre Oliva1-1/+1
2001-06-03Minor whitespace editsRichard Kenner1-1/+2