diff options
author | Nick Clifton <nickc@redhat.com> | 2024-07-10 15:01:39 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-07-10 15:01:39 +0100 |
commit | 479edf0a6a61159486f14d5e62403f8769cc591d (patch) | |
tree | 13bb1c2eef62121a3796258e52d6ae952467d79c /gas/NEWS | |
parent | libsframe: remove runstatedir in Makefile.in (diff) | |
download | binutils-gdb-479edf0a6a61159486f14d5e62403f8769cc591d.tar.gz binutils-gdb-479edf0a6a61159486f14d5e62403f8769cc591d.tar.bz2 binutils-gdb-479edf0a6a61159486f14d5e62403f8769cc591d.zip |
Add support for a .base64 pseudo-op to gas
PR 31964
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* Add a .base64 directive to the assembler which allows base64 encoded + binary data to be provided as strings. + * Add support for 'armv9.5-a' for -march in AArch64 GAS. * In x86 Intel syntax undue mnemonic suffixes are now warned about. This is |