]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gold: Update testsuite/split_[i386|x32|x86_64].sh
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 8 Oct 2020 11:54:26 +0000 (04:54 -0700)
committerAlan Modra <amodra@gmail.com>
Thu, 8 Oct 2020 12:22:22 +0000 (22:52 +1030)
Update testsuite/split_i386.sh, testsuite/split_x32.sh and
testsuite/split_x86_64.sh for

commit f9ff65d4dffbaf342dce7a8760059c27683cd962
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Oct 8 10:27:43 2020 +1030

    [GOLD] Increase --split-stack-adjust-size

* testsuite/split_i386.sh: Updated for --split-stack-adjust-size
default change.
* testsuite/split_x32.sh: Likewise.
* testsuite/split_x86_64.sh: Likewise.

(cherry picked from commit f511427204f281bc6278bb1facf6493518300806)

gold/ChangeLog
gold/testsuite/split_i386.sh
gold/testsuite/split_x32.sh
gold/testsuite/split_x86_64.sh

index 7a886fbcef8eabb39e5473ebd8331f21949c155b..727d1f593c92d5b3523d462dc2ce385fe7c104c3 100644 (file)
@@ -1,3 +1,9 @@
+2020-10-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/split_i386.sh: Updated for --split-stack-adjust-size
+       default change.
+       * testsuite/split_x86_64.sh: Likewise.
+
 2020-10-08  Alan Modra  <amodra@gmail.com>
 
        * options.h (split_stack_adjust_size): Default to 0x100000.
index 67e2b1bb8010c32739a1337c1eb0e20347a61745..611c892b23f9c4a21aa8e246bf122e41c035a742 100755 (executable)
@@ -45,7 +45,7 @@ match 'lea.*-0x200\(%esp\),' split_i386_1.stdout
 match 'stc' split_i386_2.stdout
 match 'call.*__morestack_non_split>?$' split_i386_2.stdout
 nomatch 'call.*__morestack>?$' split_i386_2.stdout
-match 'lea.*-0x4200\(%esp\),' split_i386_2.stdout
+match 'lea.*-0x100200\(%esp\),' split_i386_2.stdout
 
 match 'failed to match' split_i386_3.stdout
 
index aefdda5647f888cbbeda17943169c05490c24212..bf395c97315bf6d020467124575fe0b385c5aa35 100755 (executable)
@@ -44,9 +44,9 @@ match 'callq.*__morestack>?$' split_x32_1.stdout
 match 'lea.*-0x200\(%rsp\),' split_x32_1.stdout
 
 match 'stc' split_x32_2.stdout
-match 'callq.*__morestack_non_split>?$' split_x32_2.stdout
-nomatch 'callq.*__morestack>?$' split_x32_2.stdout
-match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout
+match 'call.*__morestack_non_split>?$' split_x32_2.stdout
+nomatch 'call.*__morestack>?$' split_x32_2.stdout
+match 'lea.*-0x100200\(%rsp\),' split_x32_2.stdout
 
 match 'failed to match' split_x32_3.stdout
 
index 33bb4892ed6352b01ae18d83002d54599157d4fe..a91009b45a5c1273d039163bb683308fd964a4b4 100755 (executable)
@@ -43,9 +43,9 @@ match 'callq.*__morestack>?$' split_x86_64_1.stdout
 match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout
 
 match 'stc' split_x86_64_2.stdout
-match 'callq.*__morestack_non_split>?$' split_x86_64_2.stdout
-nomatch 'callq.*__morestack>?$' split_x86_64_2.stdout
-match 'lea.*-0x4200\(%rsp\),' split_x86_64_2.stdout
+match 'call.*__morestack_non_split>?$' split_x86_64_2.stdout
+nomatch 'call.*__morestack>?$' split_x86_64_2.stdout
+match 'lea.*-0x100200\(%rsp\),' split_x86_64_2.stdout
 
 match 'failed to match' split_x86_64_3.stdout