1. 30 Jun, 1998 21 commits
  2. 29 Jun, 1998 17 commits
  3. 28 Jun, 1998 2 commits
    • choose-temp.c (choose_temp_base): Restore original variant of this function for compatibility. · 39d45901
              * choose-temp.c (choose_temp_base): Restore original variant of
              this function for compatibility.
              (make_temp_file): This is the new, preferred interface to create
              temporary files.
              * collect2.c (choose_temp_base): Delete declaration.
              (make_temp_file): Declare.
              (temp_filename_length, temp_filename): Delete.
              (main): Use make_temp_file to get temporary files.  Use --lang-c
              to force the resulting ctort/dtor file to be compiled with the C
              compiler.  Make sure to remove temporary files on all exit paths.
              * gcc.c (make_temp_file): Provide prototype if MKTEMP_EACH_FILE is
              defined.
              (choose_temp_base): Only provide prototype if MKTEMP_EACH_FILE is
              not defined.
              (do_spec): Use make_temp_file if MKTEMP_EACH_FILE is defined.
      
      From-SVN: r20784
      Jeffrey A Law committed
    • 980628-4.f: New test from Craig. · b0d45b74
              * g77.f-torture/execute/980628-4.f: New test from Craig.
              * g77.f-torture/execute/980628-5.f: Likewise.
              * g77.f-torture/execute/980628-2.f: Likewise.
              * g77.f-torture/execute/980628-0.f: Likewise.
              * g77.f-torture/execute/980628-1.f: Likewise.
              * g77.f-torture/execute/980628-3.f: Likewise.
              * g77.f-torture/execute/980628-6.f: Likewise.
      
      From-SVN: r20783
      Jeffrey A Law committed