summaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2019-05-11 20:19:31 +0000
committerIain Sandoe <iains@gcc.gnu.org>2019-05-11 20:19:31 +0000
commit7121b43fd5df4d15fb9c3e51d4ffe0c1df2a56d9 (patch)
treecea033808f8854fff18c47e4f1d623afa2b02535 /fixincludes
parentbd765eed0fb60f3daa2677e975ef6bf6fc1d5d55 (diff)
fixincludes - fix PR90379
One should not provide test_text for wrap style fixes this was causing the test to fail. No change to the actual fix. 2019-05-11 Iain Sandoe <iain@sandoe.co.uk> PR target/90379 PR bootstrap/89864 * inclhack.def (darwin_ucred__Atomic): Do not supply test_text for wrap fixes. * fixincl.x: Regenerated. From-SVN: r271098
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/ChangeLog7
-rw-r--r--fixincludes/fixincl.x4
-rw-r--r--fixincludes/inclhack.def2
3 files changed, 10 insertions, 3 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index ad37281c3fb..9d59d18fc6a 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,10 @@
+2019-05-11 Iain Sandoe <iain@sandoe.co.uk>
+ PR target/90379
+ PR bootstrap/89864
+ * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
+ for wrap fixes.
+ * fixincl.x: Regenerated.
+
2019-04-18 Erik Schnetter <schnetter@gmail.com>
Jakub Jelinek <jakub@redhat.com>
Iain Sandoe <iain@sandoe.co.uk>
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
index e150d70fa37..48fc25807a2 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 April 16, 2019 at 09:32:25 AM by AutoGen 5.17.4
+ * It has been AutoGen-ed May 11, 2019 at 03:09:50 PM by AutoGen 5.17.4
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Tue Apr 16 09:32:25 IST 2019
+/* DO NOT SVN-MERGE THIS FILE, EITHER Sat May 11 15:09:50 BST 2019
*
* You must regenerate it. Use the ./genfixes script.
*
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index d8ce89ac8c4..3900d159273 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -1638,7 +1638,7 @@ fix = {
c_fix_arg = "#if (__STDC_VERSION__ < 201112L) || defined(__cplusplus)\n"
"# undef _Atomic\n"
"#endif\n";
- test_text = "_Atomic";
+ test_text = ""; /* Don't provide this for wrap fixes. */
};
/*