2019-05-13 Iain Sandoe <iain@sandoe.co.uk>
Backport from mainline.
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: r271136
+2019-05-13 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backport from mainline.
+ 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-05-03 Release Manager
* GCC 9.1.0 released.
*
* 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 12, 2019 at 01:45:50 AM 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 Sun May 12 01:45:50 BST 2019
*
* You must regenerate it. Use the ./genfixes script.
*
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. */
};
/*