]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fixincludes: skip stdio_stdarg_h on darwin
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 10 Jul 2024 15:23:18 +0000 (17:23 +0200)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 10 Jul 2024 15:57:30 +0000 (17:57 +0200)
The fix is unnecessary on macOS.

fixincludes/ChangeLog:

* fixincl.x: Regenerate.
* inclhack.def (stdio_stdarg_h): Skip on darwin.

fixincludes/fixincl.x
fixincludes/inclhack.def

index 9dc05ea17f106de0fafee7e362b268a29e2fef3f..bfacf9aa3ae9f4884ced8754f4bdaf04edf91959 100644 (file)
@@ -2,11 +2,11 @@
  *
  * DO NOT EDIT THIS FILE   (fixincl.x)
  *
- * It has been AutoGen-ed  July 10, 2024 at 02:49:05 PM by AutoGen 5.18.16
+ * It has been AutoGen-ed  July 10, 2024 at 05:22:37 PM by AutoGen 5.18.16
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Jul 10 14:49:05 CEST 2024
+/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Jul 10 17:22:37 CEST 2024
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -8975,6 +8975,7 @@ tSCC zStdio_Stdarg_HList[] =
  */
 tSCC* apzStdio_Stdarg_HMachs[] = {
         "*-*-solaris2.1[0-9]*",
+        "*-*-darwin*",
         (const char*)NULL };
 
 /*
index 1ac8e335419e54c237ac073231b92b1cbd634e0d..69f751b4f27ed78d23a01765b4f545003d3e54f5 100644 (file)
@@ -4484,6 +4484,7 @@ fix = {
      * <iso/stdio_iso.h>, which includes <sys/va_list.h>.
       */
     mach     = '*-*-solaris2.1[0-9]*';
+    mach     = "*-*-darwin*";
     not_machine = true;
 
     c_fix     = wrap;