aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-19gcc.c (process_command): Define 'j' variable when MODIFY_TARGET_NAME is defined.Zack Weinberg1-0/+1
2000-11-14New option --target-help.Chandra Chavva1-0/+45
2000-11-07* gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.Richard Henderson1-1/+1
2000-11-03builtins.c (expand_builtin_strlen): Remove unused mode argument.Zack Weinberg1-1/+0
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers1-3/+3
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-9/+9
2000-10-20cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.Tom Tromey1-1/+2
2000-10-20* Use "because" instead of since in error messages.David Edelsohn1-3/+3
2000-10-05configure: Save configure arguments to gcc/configargs.h.Phil Edwards1-0/+5
2000-10-05gcc.c: Move data on prefixes forward in file and reorganize.Richard Kenner1-107/+114
2000-09-26gcc.c (cpp_options): Add spec for -ftabstop=.Neil Booth1-11/+23
2000-09-20gcc.c (modify_target): New variable and struct.Richard Kenner1-0/+71
2000-09-18* gcc.c (cpp_options): Add specs for __STDC_HOSTED__.Joseph Myers1-0/+2
2000-09-16gcc.c: In description for %{<S}, say the option removed is -S.Hans-Peter Nilsson1-2/+2
2000-09-15gcc.c: Fix formatting.Kazu Hirata1-275/+284
2000-09-11gcc.c (main): Don't warn about unused -B prefixesDJ Delorie1-31/+0
2000-09-07Integrated preprocessor.Zack Weinberg1-2/+2
2000-09-04* gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.Craig Newell1-1/+1
2000-08-29* gcc.c: Fix formatting.Kazu Hirata1-81/+73
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-14/+8
2000-08-21gcc.c (do_spec_1): Implement %j spec flag.Jeff Law1-44/+40
2000-08-04x-djgpp: Delete code that conditionally modifies target_alias.Mark Elbrecht1-0/+5
2000-08-02gcc.h (lang_specific_driver): Constify second argument.Zack Weinberg1-10/+12
2000-07-31Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through...Zack Weinberg1-3/+3
2000-07-28gcc.c (struct prefix_list): Add member priority.Andrew Cagney1-54/+67
2000-07-19* gcc.c (.h spec): Fix typo.Zack Weinberg1-1/+1
2000-07-13gcc.c (do_spec_1): Add new %B operator.Zack Weinberg1-237/+133
2000-07-13gcc.c (execute): If a subprocess gets a fatal signal...Zack Weinberg1-15/+28
2000-07-12gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftradi...Zack Weinberg1-13/+9
2000-06-29rtl.c: Revert NLS changes.Philipp Thomas1-3/+4
2000-06-28c-decl.c: Mark strings for translation.Philipp Thomas1-46/+49
2000-06-18Fix spec %v3Michael Meissner1-1/+1
2000-06-14Thinko in last change.Jeff Law1-1/+1
2000-06-14gcc.c (main): Quiet compiler warnings.David O'Brien1-1/+1
2000-05-23getopt.h (getopt): Also check HAVE_DECL_* when prototyping.Kaveh R. Ghazi1-1/+1
2000-05-20top level:Zack Weinberg1-24/+30
2000-05-09gcc.c (used_arg): Skip over a semicolon at the end of the split-up loop; don'...Zack Weinberg1-2/+2
2000-05-09top level:Zack Weinberg1-57/+55
2000-05-05* gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.Mark Elbrecht1-1/+6
2000-05-04gcc.c (free_split_directories): Correct typo in explanation of make_relative_...Mark Elbrecht1-1/+1
2000-04-24gcc.c (load_specs): New static function.Mumit Khan1-14/+53
2000-04-24gcc.c (lookup_compiler): Make multiple passes for case insensitive filesystems.Mumit Khan1-27/+42
2000-04-03gcc.c (C specs): Pass -f(no-)show-column to the preprocessor.Zack Weinberg1-0/+5
2000-03-28gcc.c (handle_braces): In {x*...} case, break out of loop if switch is found.Tom Tromey1-0/+1
2000-03-26gcc.c (handle_braces): Recognize `%{<S}' construct.Tom Tromey1-16/+58
2000-03-14Fix spec string parsing bugsNick Clifton1-34/+46
2000-03-06Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth argument to g...Ben Collins1-14/+175
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-2/+2
2000-02-15Jonathan Larmour <jlarmour@redhat.co.uk>:Jonathan Larmour1-10/+30