diff options
Diffstat (limited to 'bfd/elf32-sh64.c')
-rw-r--r-- | bfd/elf32-sh64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elf32-sh64.c b/bfd/elf32-sh64.c index 62cf2e6..8d7bd14 100644 --- a/bfd/elf32-sh64.c +++ b/bfd/elf32-sh64.c @@ -620,8 +620,6 @@ sh64_find_section_for_address (bfd *abfd ATTRIBUTE_UNUSED, if (fsec_datap->addr < vma) return; - /* FIXME: section->reloc_done isn't set properly; a generic buglet - preventing us from using bfd_get_section_size_after_reloc. */ size = section->_cooked_size ? section->_cooked_size : section->_raw_size; |