commit | d686a2b68810b4b1f98930cebcf3b2ee256b1ce2 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri Jul 12 09:50:46 2024 +0930 |
committer | Alan Modra <amodra@gmail.com> | Fri Jul 12 13:01:52 2024 +0930 |
tree | a7ad2ab0e663366b1a4a1b48871618cacf21f789 | |
parent | 1ccffa40d564cedbf78f6bfabe4a83966cb53053 [diff] |
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.