summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2018-03-27 16:27:03 -0700
committerRoland McGrath <mcgrathr@google.com>2018-03-27 18:51:36 -0700
commitf14da2782fd25511855048944aecee16864e73ea (patch)
tree90f68f20f14f2ac9014902d7416caefdc18cdc00
parent1377b6a98ece9d04dd873a3df28c8116202906b5 (diff)
downloadbinutils-gdb-f14da2782fd25511855048944aecee16864e73ea.tar.gz
gold/testsuite: Fix bad regexp in split_x86_64.sh
gold/ * testsuite/split_x86_64.sh: Fix bad regexp.
-rw-r--r--gold/ChangeLog4
-rwxr-xr-xgold/testsuite/split_x86_64.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index dda445f86b3..e7870207493 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-27 Roland McGrath <mcgrathr@google.com>
+
+ * testsuite/split_x86_64.sh: Fix bad regexp.
+
2018-02-07 Alan Modra <amodra@gmail.com>
Revert 2018-01-17 Alan Modra <amodra@gmail.com>
diff --git a/gold/testsuite/split_x86_64.sh b/gold/testsuite/split_x86_64.sh
index e436b51c176..98dc5c55a2e 100755
--- a/gold/testsuite/split_x86_64.sh
+++ b/gold/testsuite/split_x86_64.sh
@@ -2,7 +2,7 @@
# split_x86_64.sh -- test -fstack-split for x86_64
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 Free Software Foundation, Inc.
# Written by Ian Lance Taylor <iant@google.com>.
# This file is part of gold.
@@ -38,7 +38,7 @@ nomatch()
fi
}
-match 'cmp.*+%fs:[^,]*,%rsp' split_x86_64_1.stdout
+match 'cmp.*%fs:[^,]*,%rsp' split_x86_64_1.stdout
match 'callq.*__morestack>?$' split_x86_64_1.stdout
match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout