]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
inclhack.def: (bsd_stdio_attrs_conflict...
authorIsmail Dönmez <ismail@pardus.org.tr>
Sun, 10 Feb 2008 22:04:12 +0000 (22:04 +0000)
committerDave Korn <davek@gcc.gnu.org>
Sun, 10 Feb 2008 22:04:12 +0000 (22:04 +0000)
2008-02-10  Ismail Dönmez  <ismail@pardus.org.tr>

* inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
freebsd_gcc4_breakage, hpux11_abs, netbsd_extra_semicolon):  Add
quotes around mach entries.
* fixincl.x: Regenerate with latest autogen (5.9.4), updating license
to GPLv3.

From-SVN: r132221

fixincludes/ChangeLog
fixincludes/fixincl.x
fixincludes/inclhack.def

index a64cf1ce14d615024bfc800b64945457ee1b2116..3f0819d2a2ab8813b63c074de2cefced0e10a477 100644 (file)
@@ -1,3 +1,11 @@
+2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
+
+       * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
+       freebsd_gcc4_breakage, hpux11_abs, netbsd_extra_semicolon):  Add
+       quotes around mach entries.
+       * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
+       to GPLv3.
+
 2007-07-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        PR target/32641
index 5eaad7edfb82f6a3a996275384b9462c4af5f3cf..0fd0ebe57c836e6331976b88bd816324c0954fb1 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Thursday July  5, 2007 at 01:42:35 PM EDT
+ * It has been AutoGen-ed  Sunday February 10, 2008 at 01:23:58 PM GMTST
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT CVS-MERGE THIS FILE, EITHER Thu Jul  5 13:42:35 EDT 2007
+/* DO NOT CVS-MERGE THIS FILE, EITHER Sun Feb 10 13:23:58 GMTST 2008
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
  *  inclhack copyright (c) 1998, 1999, 2000, 2001
  *  The Free Software Foundation, Inc.
  *
-  *  inclhack is free software.
+  *  inclhack is free software: you can redistribute it and/or modify it
+ *  under the terms of the GNU General Public License as published by the
+ *  Free Software Foundation, either version 3 of the License, or
+ *  (at your option) any later version.
  *  
- *  You may redistribute it and/or modify it under the terms of the
- *  GNU General Public License, as published by the Free Software
- *  Foundation; either version 2 of the License, or (at your option)
- *  any later version.
- *  
- *  inclhack is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  inclhack is distributed in the hope that it will be useful, but
+ *  WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  *  See the GNU General Public License for more details.
  *  
- *  You should have received a copy of the GNU General Public License
- *  along with inclhack.  If not, write to:
- *     The Free Software Foundation, Inc.,
- *     51 Franklin Street, Fifth Floor
- *     Boston, MA  02110-1301, USA.
+ *  You should have received a copy of the GNU General Public License along
+ *  with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * *
index fec214e954281f9769db404897f7bd7adb609b9d..c72c787973aefab29ef3b5d598ea07611d0ef3e4 100644 (file)
@@ -1050,8 +1050,8 @@ fix = {
  */
 fix = {
     hackname  = bsd_stdio_attrs_conflict;
-    mach      = *-*-*bsd*;
-    mach      = *-*-*darwin*;
+    mach      = "*-*-*bsd*";
+    mach      = "*-*-*darwin*";
     files     = stdio.h;
     select    = "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
     c_fix     = format;
@@ -1242,7 +1242,7 @@ fix = {
  */
 fix = {
     hackname  = freebsd_gcc3_breakage;
-    mach      = *-*-freebsd*;
+    mach      = "*-*-freebsd*";
     files     = sys/cdefs.h;
     select    = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$';
     bypass    = '__GNUC__[ \t]*([>=]=[ \t]*[3-9]|>[ \t]*2)';
@@ -1259,7 +1259,7 @@ fix = {
  */
 fix = {
     hackname  = freebsd_gcc4_breakage;
-    mach      = *-*-freebsd*
+    mach      = "*-*-freebsd*"
     files     = sys/cdefs.h;
     select    = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \|\| __GNUC__ == 3$';
     c_fix     = format;
@@ -1534,7 +1534,7 @@ fix = {
  */
 fix = {
     hackname  = hpux11_abs;
-    mach      = ia64-hp-hpux11*;
+    mach      = "ia64-hp-hpux11*";
     files     = stdlib.h;
     select    = "ifndef _MATH_INCLUDED";
     c_fix     = format;
@@ -2450,7 +2450,7 @@ fix = {
  */
 fix = {
     hackname  = netbsd_extra_semicolon;
-    mach      = *-*-netbsd*;
+    mach      = "*-*-netbsd*";
     files     = sys/cdefs.h;
     select    = "#define[ \t]*__END_DECLS[ \t]*};";