From 031030d8367531ecdb13ec322af22102eb8bf2be Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 19 Sep 1999 22:39:49 +0000 Subject: [PATCH] comment fix --- binutils/objdump.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binutils/objdump.c b/binutils/objdump.c index ba5c0d928..92805d31e 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -1735,8 +1735,11 @@ disassemble_data (abfd) nextsym = NULL; else { + /* Search forward for the next appropriate symbol in + SECTION. Note that all the symbols are sorted + together into one big array, and that some sections + may have overlapping addresses. */ while (place < sorted_symcount - /* ??? Why the test for != section? */ && (sorted_syms[place]->section != section || (bfd_asymbol_value (sorted_syms[place]) <= bfd_asymbol_value (sym)))) -- 2.11.4.GIT