aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2024-07-10 17:23:18 +0200
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2024-07-10 17:57:30 +0200
commit7d454cae9d7df1f2936ad02d0742674a85396736 (patch)
treeea1f84b70cacd97cc8e392f634d67de90757d947
parentc829042849da4e82668db8c845ef0847264c8687 (diff)
downloadgcc-7d454cae9d7df1f2936ad02d0742674a85396736.zip
gcc-7d454cae9d7df1f2936ad02d0742674a85396736.tar.gz
gcc-7d454cae9d7df1f2936ad02d0742674a85396736.tar.bz2
fixincludes: skip stdio_stdarg_h on darwin
The fix is unnecessary on macOS. fixincludes/ChangeLog: * fixincl.x: Regenerate. * inclhack.def (stdio_stdarg_h): Skip on darwin.
-rw-r--r--fixincludes/fixincl.x5
-rw-r--r--fixincludes/inclhack.def1
2 files changed, 4 insertions, 2 deletions
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
index 9dc05ea..bfacf9a 100644
--- a/fixincludes/fixincl.x
+++ b/fixincludes/fixincl.x
@@ -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 };
/*
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index 1ac8e33..69f751b 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -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;