gold: Update x32 test
* testsuite/split_x32.sh: Likewise.
This commit is contained in:
parent
9e6b97601b
commit
53752b85ac
@ -2,6 +2,7 @@
|
||||
|
||||
* testsuite/bnd_ifunc_1.sh: Updated.
|
||||
* testsuite/bnd_plt_1.sh: Likewise.
|
||||
* testsuite/split_x32.sh: Likewise.
|
||||
* testsuite/split_x86_64.sh: Likewise.
|
||||
* testsuite/x86_64_indirect_call_to_direct.sh: Likewise.
|
||||
|
||||
|
@ -40,16 +40,16 @@ nomatch()
|
||||
}
|
||||
|
||||
match 'cmp.*+%fs:[^,]*,%esp' split_x32_1.stdout
|
||||
match 'callq.*__morestack>?$' split_x32_1.stdout
|
||||
match 'call.*__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 'call.*__morestack_non_split>?$' split_x32_2.stdout
|
||||
nomatch 'call.*__morestack>?$' split_x32_2.stdout
|
||||
match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout
|
||||
|
||||
match 'failed to match' split_x32_3.stdout
|
||||
|
||||
match 'callq.*__morestack>?$' split_x32_4.stdout
|
||||
match 'call.*__morestack>?$' split_x32_4.stdout
|
||||
|
||||
match 'cannot mix' split_x32_r.stdout
|
||||
|
Loading…
Reference in New Issue
Block a user