diff options
author | Nick Clifton <nickc@redhat.com> | 2021-02-10 09:56:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-02-10 09:56:33 +0000 |
commit | 01e8b831f588e706ced57b57cc0ed05c14da61ea (patch) | |
tree | ba41cc0af5f1e2aeefb8b466c5175b4bd4eacbdb /gas/ChangeLog | |
parent | 9bb305b389f98a1ea271463a0a8ded70317e3f74 (diff) | |
download | fsf-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/ChangeLog | 5 |
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 |