aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/as.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-07-11 12:51:16 +0100
committerNick Clifton <nickc@redhat.com>2024-07-11 12:52:32 +0100
commita79094915578872a0360c78a54accff994b883b1 (patch)
treeee36ba6df15c59a4ca1f5aa2fe4fcdaac0586df7 /gas/doc/as.texi
parent0cec3ce5705b14bfc693c54ab47b65635744b4ce (diff)
downloadbinutils-a79094915578872a0360c78a54accff994b883b1.zip
binutils-a79094915578872a0360c78a54accff994b883b1.tar.gz
binutils-a79094915578872a0360c78a54accff994b883b1.tar.bz2
base64: Add support for targets with byte size > octet size.
PR 31964
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r--gas/doc/as.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 02db6cb..6d927ea 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -4863,7 +4863,12 @@ characters. Multiple strings are allowed, but they must be separated by
commas.
As an example of how to create a base64 encoded string, see the
-@command{base64} program (with its @option{-w0} option to disable line breaks.
+@command{base64} program (with its @option{-w0} option to disable line breaks).
+
+Note: for targets where the size of a byte is larger than the size of an octet
+the @code{.base64} directive will, if necessary, pad the end of the @emph{last}
+string so that the total number of octets generated are a multiple the number
+of octets in a byte.
@ifset ELF
@node Bss