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:
Alan Modra 2024-07-12 09:50:46 +09:30
parent 1ccffa40d5
commit d686a2b688

View file

@ -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) .*