1. 08 Sep, 1992 1 commit
  2. 07 Sep, 1992 13 commits
  3. 06 Sep, 1992 5 commits
  4. 05 Sep, 1992 7 commits
  5. 04 Sep, 1992 2 commits
  6. 03 Sep, 1992 10 commits
  7. 02 Sep, 1992 2 commits
    • (default_compilers): Add missing comma between strings, so that traditional… · 20eec2c2
      (default_compilers): Add missing comma between strings, so that traditional compilers can compile gcc.c.
      
      (default_compilers): Add missing comma between strings, so
      that traditional compilers can compile gcc.c.
      (main): Don't pass strcpy or strlen a NULL pointer if some of the
      spec strings in default_compilers are NULL.
      (validate_all_switches): Don't dereference a NULL pointer if some of
      the spec strings in defalut_compilers are NULL.
      
      From-SVN: r2039
      Richard Stallman committed
    • caller-save.c (init_caller_save): If we were unable to find a simple insn which… · c515799c
      caller-save.c (init_caller_save): If we were unable to find a simple insn which meets all its constraints to save...
      
      	* caller-save.c (init_caller_save): If we were unable to
      	find a simple insn which meets all its constraints to save
      	and restore with a single insn in a mode, then set
      	regno_save_mode to VOIDmode to insure that this mode is never
      	used to caller-save the	current register.
      
      From-SVN: r2038
      Jeff Law committed