aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-02-10 09:56:33 +0000
committerNick Clifton <nickc@redhat.com>2021-02-10 09:56:33 +0000
commit01e8b831f588e706ced57b57cc0ed05c14da61ea (patch)
treeba41cc0af5f1e2aeefb8b466c5175b4bd4eacbdb /gas/ChangeLog
parent9bb305b389f98a1ea271463a0a8ded70317e3f74 (diff)
downloadfsf-binutils-gdb-01e8b831f588e706ced57b57cc0ed05c14da61ea.zip
fsf-binutils-gdb-01e8b831f588e706ced57b57cc0ed05c14da61ea.tar.gz
fsf-binutils-gdb-01e8b831f588e706ced57b57cc0ed05c14da61ea.tar.bz2
Remove debugging code accidentally included with the fix for PR 27384
* listing.c (buffer_line): Remove debugging code accidentally included with the fix for PR 27384.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2c7e533..bd3913a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-10 Nick Clifton <nickc@redhat.com>
+
+ * listing.c (buffer_line): Remove debugging code accidentally
+ included with the fix for PR 27384.
+
2021-02-09 Nick Clifton <nickc@redhat.com>
PR 27381