* objcopy.c (copy_section): Use bfd_get_section_size instead of

_raw_size or bfd_get_section_size_before_reloc.  Don't set reloc_done.
	(compare_section_lma): Likewise.
	* addr2line.c (find_address_in_section): Likewise.
	* coffgrok.c (do_sections_p1): Likewise.
	* dlltool.c (scan_drectve_symbols): Likewise.
	* nlmconv.c (main): Likewise.
	(copy_sections): Likewise.
	(powerpc_mangle_relocs): Likewise.
	* objdump.c (disassemble_section): Likewise.
	* prdbg.c (find_address_in_section): Likewise.
	* size.c (berkeley_sum): Likewise.
	* srconv.c (wr_ob): Likewise.
	* strings.c (strings_a_section): Likewise.
This commit is contained in:
Alan Modra
2004-06-15 01:19:13 +00:00
parent 587aac4eaf
commit 135dfb4a65
11 changed files with 47 additions and 36 deletions

View File

@@ -1579,7 +1579,7 @@ disassemble_section (bfd *abfd, asection *section, void *info)
if (! process_section_p (section))
return;
datasize = bfd_get_section_size_before_reloc (section);
datasize = bfd_get_section_size (section);
if (datasize == 0)
return;