projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bb305b
)
Remove debugging code accidentally included with the fix for PR 27384
author
Nick Clifton
<nickc@redhat.com>
Wed, 10 Feb 2021 09:56:33 +0000
(09:56 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 10 Feb 2021 09:56:33 +0000
(09:56 +0000)
* listing.c (buffer_line): Remove debugging code accidentally
included with the fix for PR 27384.
gas/ChangeLog
patch
|
blob
|
history
gas/listing.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 2c7e533af49ab2f230985d5a67598ddade495d58..bd3913ad9a0b08f3092f08f94f0a1fd595df0ef5 100644
(file)
--- 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
diff --git
a/gas/listing.c
b/gas/listing.c
index f86fb000f939dc79833affbd41a1c6a45fde5097..02eb245f1ebf537977544e59f2380e9eaf08df3a 100644
(file)
--- a/
gas/listing.c
+++ b/
gas/listing.c
@@
-484,8
+484,6
@@
buffer_line (file_info_type *file, char *line, unsigned int size)
if (file->at_end)
return "";
-if (size == (unsigned int) -7) exit (1);
-
/* Check the cache and see if we last used this file. */
if (!last_open_file_info || file != last_open_file_info)
{