1. 29 Jun, 1998 13 commits
  2. 28 Jun, 1998 8 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
    • 980628-4.f: New test from Craig. · 3d727c42
              * 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.
      
      From-SVN: r20782
      Jeffrey A Law committed
    • 980628-4.f: New test from Craig. · f2843edb
              * 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.
      
      From-SVN: r20781
      Jeffrey A Law committed
    • 980628-4.f: New test from Craig. · 95fd960d
              * g77.f-torture/execute/980628-4.f: New test from Craig.
              * g77.f-torture/execute/980628-5.f: Likewise.
      
      From-SVN: r20780
      Jeffrey A Law committed
    • Consolidate strerror handling, as well as getcwd/getwd. · 6cd5dccd
              * configure.in (GCC_NEED_DECLARATIONS): Add strerror, getcwd and
              getwd.
              * acconfig.m4: Add stubs for NEED_DECLARATION_STRERROR,
              NEED_DECLARATION_GETCWD and NEED_DECLARATION_GETWD.
              * cccp.c: Remove strerror()/sys_nerr/sys_errlist decls.
              (my_strerror): Add prototype and make it static.
              * collect2.c: Likewise.
              * cpplib.c: Likewise.
              * gcc.c: Likewise, but keep `my_strerror' extern.
              * protoize.c: Likewise.
              * pexecute.c (my_strerror): Add argument to prototype.
              * system.h: Add prototypes for getcwd, getwd and strerror.  Add
              extern decls for sys_nerr and sys_errlist.  Make abort decl
              explicitly extern.
              * getpwd.c: Remove decls for getwd and getcwd.
      
      From-SVN: r20779
      Kaveh R. Ghazi committed
    • Bump for snapshot · 984e3c38
      From-SVN: r20777
      Jeffrey A Law committed
    • Daily bump. · 64e15599
      From-SVN: r20776
      Jeff Law committed
  3. 27 Jun, 1998 19 commits