From: Roland McGrath Date: Tue, 27 Mar 2018 23:27:03 +0000 (-0700) Subject: gold/testsuite: Fix bad regexp in split_x86_64.sh X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c75b45645acb30c42f09b80cbaadbde391aa7b2;p=binutils-gdb.git gold/testsuite: Fix bad regexp in split_x86_64.sh gold/ * testsuite/split_x86_64.sh: Fix bad regexp. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index c2613b42371..38a2ecf4b7b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2018-03-27 Roland McGrath + + * testsuite/split_x86_64.sh: Fix bad regexp. + 2018-03-26 Cary Coutant gold/ 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 . # 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