aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/fixincl.x
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2016-09-04 16:17:10 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2016-09-04 16:17:10 +0000
commitcee454bba5abcceb21ba5679a4ebe0b88cc7bae2 (patch)
treefdf5faccd9ff44adb2775a2bc8a53d7817745d71 /fixincludes/fixincl.x
parent43cd8ceebe52d1656a553eb09c03eb11d6563258 (diff)
* inclhack.def (hpux_longjmp): Adjust select regular expression.
* fixincl.x: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@239976 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/fixincl.x')
-rw-r--r--fixincludes/fixincl.x6
1 files changed, 3 insertions, 3 deletions
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
index 5304141032f..cc5209e6205 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 Saturday August 13, 2016 at 02:05:44 PM EDT
+ * It has been AutoGen-ed Sunday September 4, 2016 at 12:15:33 PM EDT
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Sat 13 Aug 2016 14:05:44 EDT
+/* DO NOT SVN-MERGE THIS FILE, EITHER Sun 4 Sep 2016 12:15:33 EDT
*
* You must regenerate it. Use the ./genfixes script.
*
@@ -5106,7 +5106,7 @@ tSCC* apzHpux_LongjmpMachs[] = {
* content selection pattern - do fix if pattern found
*/
tSCC zHpux_LongjmpSelect0[] =
- "^[ \t]*extern[ \t]+void.*longjmp[ \t]+__\\(\\(.*int\\)\\)";
+ "^[ \t]*extern[ \t]+void[ \t]+.*longjmp[ \t]*(__\\(\\(.*int\\)\\)|\\(.*int\\)|\\(\\))";
#define HPUX_LONGJMP_TEST_CT 1
static tTestDesc aHpux_LongjmpTests[] = {