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:
8acd537
)
missed commit
author
Alan Modra
<amodra@gmail.com>
Wed, 14 Jan 2009 01:26:18 +0000
(
01:26
+0000)
committer
Alan Modra
<amodra@gmail.com>
Wed, 14 Jan 2009 01:26:18 +0000
(
01:26
+0000)
binutils/objdump.c
patch
|
blob
|
history
diff --git
a/binutils/objdump.c
b/binutils/objdump.c
index 8bfb2a5eb5bd48d67d86a57b320d71a21716a44e..ed5bccff84e62350170acc2576839f27472b3dff 100644
(file)
--- a/
binutils/objdump.c
+++ b/
binutils/objdump.c
@@
-1903,6
+1903,7
@@
disassemble_section (bfd *abfd, asection *section, void *info)
disassembling them. */
if (disassemble_all
|| sym == NULL
+ || sym->section != section
|| bfd_asymbol_value (sym) > addr
|| ((sym->flags & BSF_OBJECT) == 0
&& (strstr (bfd_asymbol_name (sym), "gnu_compiled")