aboutsummaryrefslogtreecommitdiff
path: root/gas/listing.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-02-21 12:01:27 +0000
committerAlan Modra <amodra@gmail.com>2000-02-21 12:01:27 +0000
commitf6af82bd4470673eef9562d4ed3a2717c1d749ab (patch)
tree049fedd33d8bf74259017f441ef55ee8920b9cc2 /gas/listing.c
parent2403ff6fdb9d23ee79863d2b2aacac46a2d8283d (diff)
downloadgdb-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.c1
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 */