]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re: base64: Add support for targets with byte size > octet size.
authorAlan Modra <amodra@gmail.com>
Fri, 12 Jul 2024 00:20:46 +0000 (09:50 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 12 Jul 2024 03:31:52 +0000 (13:01 +0930)
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.

gas/testsuite/gas/all/base64.d

index a35382d16a50f94933c4d7b6ae9dd247653a0141..5a366de16549ebed5303cf0bdc9b10f30fa4a044 100644 (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) .*