From: Alan Modra Date: Fri, 12 Jul 2024 00:20:46 +0000 (+0930) Subject: Re: base64: Add support for targets with byte size > octet size. X-Git-Tag: binutils-2_43~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d686a2b68810b4b1f98930cebcf3b2ee256b1ce2;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/gas/testsuite/gas/all/base64.d b/gas/testsuite/gas/all/base64.d index a35382d16a5..5a366de1654 100644 --- a/gas/testsuite/gas/all/base64.d +++ b/gas/testsuite/gas/all/base64.d @@ -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) .*