+2018-03-27 Roland McGrath <mcgrathr@google.com>
+
+ * testsuite/split_x86_64.sh: Fix bad regexp.
+
2018-03-26 Cary Coutant <ccoutant@gmail.com>
gold/
# 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.
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