[binutils-gdb] Re: base64: Add support for targets with byte size > octet size.

Alan Modra amodra@sourceware.org
Fri Jul 12 03:32:38 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d686a2b68810b4b1f98930cebcf3b2ee256b1ce2

commit d686a2b68810b4b1f98930cebcf3b2ee256b1ce2
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jul 12 09:50:46 2024 +0930

    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:
---
 gas/testsuite/gas/all/base64.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Binutils-cvs mailing list