From 2dd1c6e88aaef613ec07e6dac86e7c9e6e06d1cb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 14 Mar 2023 11:19:45 +0000 Subject: 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. --- gas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gas/ChangeLog') 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 + + 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 * testsuite/gas/aarch64/mec-invalid.d: New test. -- cgit v1.1