]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fixincl.c (fix_with_system): Add missing specifier.
authorTristan Gingold <gingold@adacore.com>
Tue, 24 Apr 2012 09:24:55 +0000 (09:24 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Tue, 24 Apr 2012 09:24:55 +0000 (09:24 +0000)
2012-04-24  Tristan Gingold  <gingold@adacore.com>

        * fixincl.c (fix_with_system): Add missing specifier.
        * configure.ac: Default to twoprocess on vms.
        * configure: Regenerate.

From-SVN: r186759

fixincludes/ChangeLog
fixincludes/configure
fixincludes/configure.ac
fixincludes/fixincl.c

index 37a378fdb81af91075f3bdca3310c5a20934e328..690fd4f7307db6f770a11b8bf8c024346e6099a2 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-24  Tristan Gingold  <gingold@adacore.com>
+
+       * fixincl.c (fix_with_system): Add missing specifier.
+       * configure.ac: Default to twoprocess on vms.
+       * configure: Regenerate.
+
 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
 
        * inclhack.def (aix_malloc): New.
index 4a28cd1f3fefe16741a81951fcdfde8cc1f68bda..ea889b80f0f233d45fa1248aabdd7338a73c4414 100755 (executable)
@@ -4715,7 +4715,8 @@ else
        i?86-*-msdosdjgpp* | \
        i?86-*-mingw32* | \
        x86_64-*-mingw32* | \
-       *-*-beos* )
+       *-*-beos* | \
+        *-*-*vms*)
                TARGET=twoprocess
                ;;
 
index e7de791826790862ab40540a91083c9ddc93ac72..f1fb2ff4e56adedd97d760d721c10e4380bdccd1 100644 (file)
@@ -53,7 +53,8 @@ fi],
        i?86-*-msdosdjgpp* | \
        i?86-*-mingw32* | \
        x86_64-*-mingw32* | \
-       *-*-beos* )
+       *-*-beos* | \
+        *-*-*vms*)
                TARGET=twoprocess
                ;;
 
index 9f399abdd83d54660726a8f44eb5c8fcfcaf8149..1133534202b53fb2fc7f21bd5d9a757811c293f1 100644 (file)
@@ -829,7 +829,7 @@ fix_with_system (tFixDesc* p_fixd,
       /*
        *  Now add the fix number and file names that may be needed
        */
-      sprintf (pz_scan, " %ld '%s' '%s'",  (long) (p_fixd - fixDescList),
+      sprintf (pz_scan, " %ld '%s' '%s' '%s'", (long) (p_fixd - fixDescList),
               pz_fix_file, pz_file_source, pz_temp_file);
     }
   else /* NOT an "internal" fix: */