summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-1/+1
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-8/+9
* gcc.c: (process_command) Add parentheses around assignment used as truth value.David Billinghurst2001-09-051-2/+2
* gcc.c (handle_braces): Add explaination for abort.Eric Christopher2001-09-011-1/+1
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-33/+9
* * gcc.c (struct prefix_list): Change prefix to const char *.Matt Kraai2001-08-221-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcc.c (make_relative_prefix): Allocate a sufficiently large buffer.Matt Kraai2001-08-201-2/+6
* cppinit.c (init_standard_includes): The returned buffer is already malloc-ed.Neil Booth2001-08-201-1/+1
* gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is ...Andreas Jaeger2001-08-131-1/+1
* dwarf2out.c (output_cfa_loc): Fix typo in comment.Theodore Papadopoulo2001-08-131-1/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-4/+4
* Revert Rainer Orth's Java and gcc.c patch.David Edelsohn2001-08-121-61/+48
* re PR java/227 (mips-tfile:internal error (when compiling java code))Rainer Orth2001-08-021-48/+61
* gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.DJ Delorie2001-07-051-1/+64
* * gcc.c (process_command): Don't assign elements of a const char*.Kaveh R. Ghazi2001-07-041-3/+5
* Append a DIR_SEPARATOR to a path specified by the -B switch, if doing so wouldNick Clifton2001-06-301-23/+42
* toplev.c (independent_decode_option): Require `=' between `-aux-info' and fil...Alexandre Oliva2001-06-101-1/+1
* Minor whitespace editsRichard Kenner2001-06-031-1/+2
* gcc.c (init_gcc_specs): When linking against libgcc_s.so, also link against l...Richard Henderson2001-05-311-3/+3
* gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, use it in the n...Tom Tromey2001-05-301-2/+9
* Changes needed for java/jvspec.cPer Bothner2001-05-181-2/+2
* gcc.c (give_switch): Don't write before start of string.Jakub Jelinek2001-05-161-5/+5
* configure.in (gcc_cv_as_eh_frame): New test.Richard Henderson2001-05-141-0/+9
* tm.texi (THREAD_MODEL_SPEC): Document it.Alexandre Oliva2001-05-131-1/+14
* gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring "inline" key...Jakub Jelinek2001-05-051-1/+1
* alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-041-24/+24
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-81/+80
* c-aux-info.c: NULL_PTR->NULL in calls to `concat'.Kaveh R. Ghazi2001-04-291-24/+23
* re PR c/2347 (gcc does not accept "-l m" as POSIX permits (wants -lm))Jens Schweikhardt2001-04-281-0/+14
* configure.in (configargs.h): Define thread_model.Alexandre Oliva2001-04-261-0/+2
* vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and...DJ Delorie2001-04-191-27/+35
* configure.in: Don't check for putenv.Kaveh R. Ghazi2001-04-021-54/+0
* * gcc.c (init_gcc_specs): Fix comment.Tom Tromey2001-03-201-1/+1
* more rigorous SIGCHLD guardingBruce Korb2001-03-161-0/+5
* back out the 3-0 branch versionBruce Korb2001-03-081-36/+75
* fix SIGCHLD handlingBruce Korb2001-03-081-75/+36