]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
inclhack.def: (bsd_stdio_attrs_conflict...
authorIsmail Dönmez <ismail@pardus.org.tr>
Mon, 11 Feb 2008 04:19:00 +0000 (04:19 +0000)
committerDave Korn <davek@gcc.gnu.org>
Mon, 11 Feb 2008 04:19:00 +0000 (04:19 +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: r132233

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

index 346a14048e6d48d067a4d01f65e7cd16fe15e2c4..3e94a26905498b58c5c0dff11ffaac0818da153d 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.
+
 2008-02-01  Release Manager
 
        * GCC 4.2.3 released.
index 734f33564b76c6773688b9de3c39b9d51bdac726..56bdaa8f450d08258ac15de75eabf1ce955b1309 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Saturday July 21, 2007 at 05:44:12 PM EDT
+ * It has been AutoGen-ed  Sunday February 10, 2008 at 10:38:20 PM GMTST
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT CVS-MERGE THIS FILE, EITHER Sat Jul 21 17:44:12 EDT 2007
+/* DO NOT CVS-MERGE THIS FILE, EITHER Sun Feb 10 22:38:21 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, 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.  See the file "COPYING".  If not,
- *  write to:  The Free Software Foundation, Inc.,
- *             59 Temple Place - Suite 330,
- *             Boston,  MA  02111-1307, 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 2a42277c74b34169ec56d6a8b5e32a350cb236c6..93e05780ad9fbcc8ee3f5728eed9498f0a7062e4 100644 (file)
@@ -1070,8 +1070,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;
@@ -1262,7 +1262,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)';
@@ -1279,7 +1279,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;
@@ -1554,7 +1554,7 @@ fix = {
  */
 fix = {
     hackname  = hpux11_abs;
-    mach      = ia64-hp-hpux11*;
+    mach      = "ia64-hp-hpux11*";
     files     = stdlib.h;
     select    = "ifndef _MATH_INCLUDED";
     c_fix     = format;
@@ -2488,7 +2488,7 @@ fix = {
  */
 fix = {
     hackname  = netbsd_extra_semicolon;
-    mach      = *-*-netbsd*;
+    mach      = "*-*-netbsd*";
     files     = sys/cdefs.h;
     select    = "#define[ \t]*__END_DECLS[ \t]*};";