]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gold/testsuite: Fix bad regexp in split_x86_64.sh
authorRoland McGrath <mcgrathr@google.com>
Tue, 27 Mar 2018 23:27:03 +0000 (16:27 -0700)
committerRoland McGrath <mcgrathr@google.com>
Wed, 28 Mar 2018 01:51:36 +0000 (18:51 -0700)
gold/
* testsuite/split_x86_64.sh: Fix bad regexp.

gold/ChangeLog
gold/testsuite/split_x86_64.sh

index dda445f86b336f8b19887a475ce7395cdd3287b5..e78702074939d18e35f0b93b711309599a41958a 100644 (file)
@@ -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>
index e436b51c176b6eb6408231cd54fe6a8e981f17c7..98dc5c55a2e2fa094aedcab8657a278c4ec08012 100755 (executable)
@@ -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