From f36eda1fe30d394274a5f0becdff45bbd81fd6a8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 15 Sep 2020 10:53:46 +0100 Subject: Fix the assembler's new .nop directive so that the input line pointer is preserved. * read.c (s_nop): Preserve the input_line_pointer around the call to md_assemble. * config/tc-s12z.c (md_assemble): Revert previous delta. --- gas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 633967d..add14d8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2020-09-15 Nick Clifton + + * read.c (s_nop): Preserve the input_line_pointer around the call + to md_assemble. + * config/tc-s12z.c (md_assemble): Revert previous delta. + 2020-09-15 David Faust * config/tc-bpf.h (md_single_noop_insn): Use 'ja 0' for no-op. -- cgit v1.1