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:
9c1faa8
)
comment fix
author
Ian Lance Taylor
<ian@airs.com>
Sun, 19 Sep 1999 22:39:49 +0000
(22:39 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Sun, 19 Sep 1999 22:39:49 +0000
(22:39 +0000)
binutils/objdump.c
patch
|
blob
|
history
diff --git
a/binutils/objdump.c
b/binutils/objdump.c
index ba5c0d928ddcca1f4ecdcb991461fdaadf2b5eee..92805d31ef652ef5c9c482d542fe8408c587b90b 100644
(file)
--- 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))))