diff options
author | Alan Modra <amodra@gmail.com> | 2000-02-21 12:01:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-02-21 12:01:27 +0000 |
commit | f6af82bd4470673eef9562d4ed3a2717c1d749ab (patch) | |
tree | 049fedd33d8bf74259017f441ef55ee8920b9cc2 /gas/listing.c | |
parent | 2403ff6fdb9d23ee79863d2b2aacac46a2d8283d (diff) | |
download | gdb-f6af82bd4470673eef9562d4ed3a2717c1d749ab.zip gdb-f6af82bd4470673eef9562d4ed3a2717c1d749ab.tar.gz gdb-f6af82bd4470673eef9562d4ed3a2717c1d749ab.tar.bz2 |
This lot mainly cleans up `comparison between signed and unsigned' gcc
warnings. One usused var, and a macro parenthesis fix too. Also check
input sections are elf when doing gc in elflink.h.
Diffstat (limited to 'gas/listing.c')
-rw-r--r-- | gas/listing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/listing.c b/gas/listing.c index 0df6aa1..205d628 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -679,7 +679,6 @@ print_lines (list, lineno, string, address) unsigned int lines; unsigned int octet_in_word = 0; char *src = data_buffer; - int end = strlen(src); int cur; /* Print the stuff on the first line */ |