]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf.c
* ecoff.c (bfd_debug_section): Fix initialization.
authorAlan Modra <amodra@gmail.com>
Mon, 7 May 2001 09:15:26 +0000 (09:15 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 7 May 2001 09:15:26 +0000 (09:15 +0000)
commit062e23589d2fdda4a6de3e540150a8df23671a36
tree7f1c1ed8b3e518ce8e109e134af7d55f9b3cab6f
parentff88f59d5a07b674c669c08b64d047e501192b0c
* ecoff.c (bfd_debug_section): Fix initialization.
* elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
is always a positive integer. Cast away sign mismatch.
* elf32-mips.c: Fix misleading comment and typo.
(_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
correct data type.
* elflink.c: Fix typo.
(_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
* ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
bfd/ChangeLog
bfd/ecoff.c
bfd/ecoffswap.h
bfd/elf.c
bfd/elf32-mips.c
bfd/elflink.c