diff options
author | Nick Clifton <nickc@redhat.com> | 2023-03-14 11:19:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-03-14 11:19:45 +0000 |
commit | 2dd1c6e88aaef613ec07e6dac86e7c9e6e06d1cb (patch) | |
tree | 7967377f25bb79febdad35f0312b45f8a8ee56e1 /gas/ChangeLog | |
parent | c8b3d02c49943d1fef2cc060dd7115a5ae5f7afe (diff) | |
download | gdb-2dd1c6e88aaef613ec07e6dac86e7c9e6e06d1cb.zip gdb-2dd1c6e88aaef613ec07e6dac86e7c9e6e06d1cb.tar.gz gdb-2dd1c6e88aaef613ec07e6dac86e7c9e6e06d1cb.tar.bz2 |
Fix assembler documentation regarding data directives.
PR 30206
* doc/as.texi (Pseudo Ops): Document that data directives such as .byte and .int are not intended for encoding instructions.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e00ce3..213d112 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2023-03-14 Nick Clifton <nickc@redhat.com> + + PR 30206 + * doc/as.texi (Pseudo Ops): Document that data directives such as + .byte and .int are not intended for encoding instructions. + 2023-02-28 Richard Ball <richard.ball@arm.com> * testsuite/gas/aarch64/mec-invalid.d: New test. |