OSDN Git Service

(fixup_var_refs_1, case ZERO_EXTRACT): Don't call fixup_memory_subreg
[pf3gnuchains/gcc-fork.git] / gcc / gcc.c
1994-05-02 wilson(translate_options): For options that take an argument,
1994-04-25 kenner(link_command_spec): Add -Z argument for ZMAGIC's on...
1994-04-22 kenner(handle_braces, check_live_switch): Refine previous...
1994-04-21 kenner(default_compilers): If -E and the file is (e.g.) x...
1994-04-19 kennerAdd new options -print-file-name= and -print-prog-name=.
1994-04-19 kenner(struct switchstr): New field LIVE_COND.
1994-04-06 dje(process_command): Minor white space cleanups to last...
1994-04-06 dje(process_command): Add "include" prefix for [blah/...
1994-04-01 wilsonChange "gstdarg.h" to <stdarg.h> and "gvarargs.h" to...
1994-03-30 kenner(process_command, case 'B'): If name is "stageN/",...
1994-03-18 wilson(include_prefix): New variable.
1994-03-13 kenner(do_spec_1): Don't duplicate a macro starting with...
1994-03-11 kennerUse PVPROTO for varargs prototypes.
1994-03-10 kenner([__MSDOS__]): Use #ifdef, not #if.
1994-02-27 kenner(execute): Initialize PROG.
1994-02-15 kenner(default_compilers): Generate and use .ii files in...
1994-02-13 dje(fatal, error): Fix declarations (make dependant on...
1994-02-12 dje(PROTO): Define.
1994-02-12 dje(VPROTO, VA_START): Define.
1994-02-10 kennerIf __STDC__, include gstdarg and use ANSI form of varargs.
1994-02-01 kenner(default_compilers, @ada): Don't duplicate "-gnat"...
1993-12-24 wilson(translate_options): Skip arguments of -B, -b, -V, -x,
1993-12-23 kenner(default_compilers, gnat1): Don't write -gnatb.
1993-12-22 kenner(compiler_version): New variable.
1993-12-22 kenner(default_compilers): Treat ".cpp" as C++.
1993-11-26 rms(default_compilers): Do define __GNUC_MINOR__ if input...
1993-11-02 rms(do_spec_1): Use spec_version for %v, not version_string.
1993-10-26 rms(default_compilers): Define __GNUC_MINOR__, using %v.
1993-10-20 wilson(sys_errlist): Conditionalize declaration for BSD 4.4.
1993-10-07 rms(read_specs): Fix call to bzero.
1993-10-05 kenner(read_specs): Make a null entry at end of `compilers...
1993-10-05 kenner(choose_temp_base): Correct size allocated for temp_fil...
1993-10-04 kenner(default_compilers): Add rules for Ada.
1993-09-08 wilson(process_command): Don't warn for -x after last input...
1993-08-20 ianCorrect last change.
1993-08-06 ianPermit relative path for standard_startfile_prefix
1993-08-04 rms(process_command): Don't check whether file `-' exists.
1993-07-23 rms(main): Improve "No input files" error message.
1993-07-21 wilson(link_command_spec): Move %{T*} after %{L*} and %D.
1993-07-01 rms(choose_temp_base): Try multiple variables. Don't
1993-06-28 rms(DEFAULT_WORD_SWITCH_TAKES_ARG): Check for -iwithprefix...
1993-06-26 rms(translate_options): `*' inhibits warning of extraneous...
1993-06-26 dje(option_map): Add missing comma.
1993-06-24 rms(option_map): Make --version alias for -dumpversion.
1993-06-10 rms(translate_options): Don't assume option_map[j].arg_inf...
1993-06-07 rms(translate_options): Don't assume option_map[j].arg_inf...
1993-05-28 rms(process_command): When GCC_EXEC_PREFIX is defined and
1993-05-14 rms(option_map): Renamed --version to --use-version.
1993-04-29 ianIf SMALL_ARG_MAX is defined don't pass non-directories...
1993-04-29 rms(default_compilers): Inhibit -D__OPTIMIZE__ if -O0.
1993-04-27 ianBase WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SW...
1993-04-13 kenner(putenv): Make result type void.
1993-04-12 wilson(library_prefix): Delete variable.
1993-03-10 rms(link_command_spec): New option -nostartfiles.
1993-03-09 rmsHandle long options by translation to old-style ones.
1993-03-05 wilson(main): Put argv[0] in collect_obstack instead of progr...
1993-03-04 meissnerAdd missing \ before return inside string.
1993-03-02 wilson(main): Truncate programname to what is after last...
1993-03-02 rms(link_command_spec): Do nothing if -fsyntax-only.
1993-01-18 rms(process_command): Fix typo in last change.
1993-01-15 brendanWith previous change, don't fail on `-l'.
1993-01-15 brendan * gcc.c (process_command): Only accept input...
1993-01-13 ianUse TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIX
1993-01-10 eggert# Fix misspellings in comments.
1993-01-09 rms(lookup_compiler): Fix special code for `-' suffix.
1993-01-03 kenner(putenv_from_prefixes): Use PATH_SEPARATOR.
1993-01-02 rms(TOOLDIR_PREFIX): Define if not defined.
1992-12-31 rms(do_spec_1): Propagate failure from recursive calls.
1992-12-31 wilson(input_from_pipe): New variable.
1992-12-08 wood(temp_names): New variable.
1992-11-30 rms(LINK_LIBGCC_SPECIAL_1): New parameter.
1992-11-23 rms(default_compilers): Pass -i* after -U*.
1992-10-28 rms(process_command): Check that we have enough arguments.
1992-10-24 rms(process_command): Discard after first space in spec_ve...
1992-10-20 wilson(WORD_SWITCH_TAKES_ARG): Handle -Ttext and -Tbss in...
1992-09-17 rmsComment added.
1992-09-17 rms(SIGNED_CHAR_SPEC): Use #if rather than ?: to handle
1992-09-07 rms(main): No program should return the error_count!
1992-09-03 rms(process_command): Correct for spaz by patch, installin...
1992-09-03 rms(main): Use new loop var J to avoid conflict with I.
1992-09-02 rms(default_compilers): Add missing comma between strings, so
1992-09-02 brendan(default_compilers, ".C" and ".ii"): Pass `+e*' into...
1992-08-31 rms(struct compiler): spec field is now array of 4 elements.
1992-08-25 meissnerAdd %U to give last %u name.
1992-08-25 rms(process_command): Don't set verbose_flag if they make a
1992-08-20 kennerPut include of stdio.h after GCC header files (for...
1992-08-15 rms(process_command): In second loop over all switches,
1992-08-15 woodReally install NULL_PTR change
1992-08-14 wood(do_spec_1): Add %u.
1992-08-11 rmsImprove err msg for unknown config.
1992-08-07 rms(default_compilers): For output of as when -c is not...
1992-07-29 rms(link_command_spec): Accept -static but do nothing...
1992-07-20 rms(process_command): Handle `-Wl,' and `-Wa,'.
1992-07-08 mycroftentered into RCS
1992-07-06 kenner*** empty log message ***
1992-07-06 kenner*** empty log message ***
1992-06-30 rms*** empty log message ***
1992-06-27 rms*** empty log message ***
1992-06-10 rms*** empty log message ***
1992-06-08 rms*** empty log message ***
next