_bfd_elf_get_dynamic_symbols

This fixes an error path in _bfd_elf_get_dynamic_symbols, fixes the
minimum size required when reading DT_HASH header, and tidies
formatting in a few places.  Nit-fixes all.

Very likely we shouldn't be trying to mmap DT_DYNAMIC as it won't be
large enough for the mmap size threshold.

	* elf.c (_bfd_elf_get_dynamic_symbols): Use _bfd_munmap_temporary
	in error return path rather than free.  Corrent size passed to
	offset_from_vma when reading DT_HASH header.  Formatting.
1 file changed