inclhack.def (stdio_va_list): This patch Removes a semicolon from the BSD VA_LIST...
authorDavid O'Brien <obrien@NUXI.com>
Mon, 28 Jun 1999 07:07:04 +0000 (07:07 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 28 Jun 1999 07:07:04 +0000 (07:07 +0000)
* fixinc/inclhack.def(stdio_va_list): This patch Removes a
semicolon from the BSD VA_LIST replacement expression.
* fixinc/inclhack.sh: regen
* fixinc/fixincl.x: regen
* fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
now use the fixincl program.

From-SVN: r27811

gcc/ChangeLog
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def
gcc/fixinc/inclhack.sh
gcc/fixinc/mkfixinc.sh

index ca4d2ca..24bbd79 100644 (file)
@@ -1,3 +1,14 @@
+1999-06-28  "David O'Brien"  <obrien@NUXI.com>
+
+       * fixinc/inclhack.def(stdio_va_list): This patch Removes a
+       semicolon from the BSD VA_LIST replacement expression.
+
+       * fixinc/inclhack.sh: regen
+       * fixinc/fixincl.x: regen
+
+       * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
+       now use the fixincl program.
+
 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
 
        * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
index 7acc232..e451a91 100644 (file)
@@ -2412,7 +2412,7 @@ const char* apzStdio_Va_ListPatch[] = { "sh", "-c",
 \n\
   sed -e 's@ va_list @ __gnuc_va_list @' \\\n\
       -e 's@ va_list)@ __gnuc_va_list)@' \\\n\
-      -e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \\\n\
+      -e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \\\n\
       -e 's@ _VA_LIST_));@ __gnuc_va_list));@' \\\n\
       -e 's@ va_list@ __va_list__@' \\\n\
       -e 's@\\*va_list@*__va_list__@' \\\n\
index 58f40fc..bf5d302 100644 (file)
@@ -1435,7 +1435,7 @@ fix = {
 
   sed -e 's@ va_list @ __gnuc_va_list @' \\
       -e 's@ va_list)@ __gnuc_va_list)@' \\
-      -e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \\
+      -e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \\
       -e 's@ _VA_LIST_));@ __gnuc_va_list));@' \\
       -e 's@ va_list@ __va_list__@' \\
       -e 's@\\*va_list@*__va_list__@' \\
index 02131d3..e441eb9 100755 (executable)
@@ -2042,7 +2042,7 @@ typedef __regmatch_t      regmatch_t;
 
   sed -e 's@ va_list @ __gnuc_va_list @' \
       -e 's@ va_list)@ __gnuc_va_list)@' \
-      -e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \
+      -e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \
       -e 's@ _VA_LIST_));@ __gnuc_va_list));@' \
       -e 's@ va_list@ __va_list__@' \
       -e 's@\*va_list@*__va_list__@' \
index 7e65168..98174c5 100755 (executable)
@@ -40,8 +40,7 @@ case $machine in
 
        *-*-netbsd* | \
        alpha*-*-linux-gnulibc1* | \
-       i[34567]86-*-freebsd* | \
-       i[34567]86-*-netbsd* | i[34567]86-*-openbsd* | \
+       i[34567]86-*-openbsd* | \
        i[34567]86-*-solaris2* | \
        sparcv9-*-solaris2* | \
        powerpcle-*-solaris2*  | \