aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-31gcc.c (init_gcc_specs): When linking against libgcc_s.so, also link against l...Richard Henderson1-3/+3
2001-05-30gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, use it in the n...Tom Tromey1-2/+9
2001-05-18Changes needed for java/jvspec.cPer Bothner1-2/+2
2001-05-16gcc.c (give_switch): Don't write before start of string.Jakub Jelinek1-5/+5
2001-05-14configure.in (gcc_cv_as_eh_frame): New test.Richard Henderson1-0/+9
2001-05-13tm.texi (THREAD_MODEL_SPEC): Document it.Alexandre Oliva1-1/+14
2001-05-05gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring "inline" key...Jakub Jelinek1-1/+1
2001-05-04alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi1-24/+24
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-81/+80
2001-04-29c-aux-info.c: NULL_PTR->NULL in calls to `concat'.Kaveh R. Ghazi1-24/+23
2001-04-28re PR c/2347 (gcc does not accept "-l m" as POSIX permits (wants -lm))Jens Schweikhardt1-0/+14
2001-04-26configure.in (configargs.h): Define thread_model.Alexandre Oliva1-0/+2
2001-04-19vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and...DJ Delorie1-27/+35
2001-04-02configure.in: Don't check for putenv.Kaveh R. Ghazi1-54/+0
2001-03-20* gcc.c (init_gcc_specs): Fix comment.Tom Tromey1-1/+1
2001-03-16more rigorous SIGCHLD guardingBruce Korb1-0/+5
2001-03-08back out the 3-0 branch versionBruce Korb1-36/+75
2001-03-08fix SIGCHLD handlingBruce Korb1-75/+36