Remove alloca(0) calls
[deliverable/binutils-gdb.git] / gold / testsuite / split_x86_64.sh
index 61544b298a7642fd2ed25aa23413cdae5c325866..755d84e7b1670f554b2d94022a700a8caa85e779 100755 (executable)
@@ -2,7 +2,7 @@
 
 # split_x86_64.sh -- test -fstack-split for x86_64
 
-# Copyright 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019 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
 
This page took 0.023969 seconds and 4 git commands to generate.