Re: base64: Add support for targets with byte size > octet size.
Three extra octets are now expected with the latest change to base64.s. They happened to be covered by patterns allowing for zero padding at the end of the section, but we don't want to allow fewer octets than expected. PR 31964 * testsuite/gas/all/base64.d: Adjust.
This commit is contained in:
parent
1ccffa40d5
commit
d686a2b688
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ Contents of section \.data:
|
|||
.* 00000040 00000000 00000040 00400000 .*
|
||||
.* 00000040 00400000 00000010 03000000 .*
|
||||
.* 00000010 03000000 00000008 00000000 .*
|
||||
.* 00000000 00000000 00( |00 |000000) ( |00000000) .*
|
||||
.* 00000000 00000000 00000000 ( |00000000) .*
|
||||
|
|
Loading…
Add table
Reference in a new issue