gold: Update testsuite/split_[i386|x32|x86_64].sh
Update testsuite/split_i386.sh, testsuite/split_x32.sh and
testsuite/split_x86_64.sh for
commit f9ff65d4df
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.
This commit is contained in:
parent
ada508b6cc
commit
f511427204
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -46,7 +46,7 @@ match 'lea.*-0x200\(%rsp\),' split_x32_1.stdout
|
||||
match 'stc' split_x32_2.stdout
|
||||
match 'call.*__morestack_non_split>?$' split_x32_2.stdout
|
||||
nomatch 'call.*__morestack>?$' split_x32_2.stdout
|
||||
match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout
|
||||
match 'lea.*-0x100200\(%rsp\),' split_x32_2.stdout
|
||||
|
||||
match 'failed to match' split_x32_3.stdout
|
||||
|
||||
|
@ -45,7 +45,7 @@ match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout
|
||||
match 'stc' 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.*-0x4200\(%rsp\),' split_x86_64_2.stdout
|
||||
match 'lea.*-0x100200\(%rsp\),' split_x86_64_2.stdout
|
||||
|
||||
match 'failed to match' split_x86_64_3.stdout
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user