aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-09-15 10:53:46 +0100
committerNick Clifton <nickc@redhat.com>2020-09-15 10:53:46 +0100
commitf36eda1fe30d394274a5f0becdff45bbd81fd6a8 (patch)
treea5c649c542367a4ea45a376a801cdbdbea0a962f /gas/ChangeLog
parent6db9990640cdf7bc0880149f2707904506518fb8 (diff)
downloadgdb-f36eda1fe30d394274a5f0becdff45bbd81fd6a8.zip
gdb-f36eda1fe30d394274a5f0becdff45bbd81fd6a8.tar.gz
gdb-f36eda1fe30d394274a5f0becdff45bbd81fd6a8.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <nickc@redhat.com>
+
+ * 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 <david.faust@oracle.com>
* config/tc-bpf.h (md_single_noop_insn): Use 'ja 0' for no-op.