MBIND gas test tweak
score-elf aligns text sections. * testsuite/gas/elf/section12a.d: Don't expect alignment of 1 for .mbind.text.
This commit is contained in:
parent
ba2f91bb5d
commit
498e34425b
|
@ -1,3 +1,8 @@
|
|||
2017-04-07 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/gas/elf/section12a.d: Don't expect alignment of 1
|
||||
for .mbind.text.
|
||||
|
||||
2017-04-06 Pip Cet <pipcet@gmail.com>
|
||||
|
||||
* testsuite/gas/wasm32/allinsn.d: Adjust test for disassembler
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
#...
|
||||
\[[ 0-9]+\] \.mbind\.data[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 WAD 0 3 1
|
||||
#...
|
||||
\[[ 0-9]+\] \.mbind\.text[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AXD 0 0 1
|
||||
\[[ 0-9]+\] \.mbind\.text[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AXD 0 0 .
|
||||
#...
|
||||
\[[ 0-9]+\] \.mbind\.text[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AXD 0 3 1
|
||||
\[[ 0-9]+\] \.mbind\.text[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AXD 0 3 .
|
||||
#...
|
||||
\[[ 0-9]+\] \.mbind\.bss[ ]+NOBITS[ ]+0+0 0+[0-9a-f]+ 0+5 00 WAD 0 0 1
|
||||
#...
|
||||
|
|
Loading…
Reference in New Issue