X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Felf.c;h=3c1362221fa6960cc14d8cc9524d3ea9ff9a2e8c;hb=b48c61bccb90f21e146389b29828671551f381d1;hp=e6977228d24bdfcd98b3b87b9115bc7458d0516a;hpb=63f2fc308398575e847c6137c241e47dbe36af6a;p=binutils-gdb.git diff --git a/bfd/elf.c b/bfd/elf.c index e6977228d24..3c1362221fa 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -2113,13 +2113,11 @@ bfd_section_from_shdr (bfd *abfd, unsigned int shindex) elf_dynversym (abfd) = shindex; elf_tdata (abfd)->dynversym_hdr = *hdr; return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex); - break; case SHT_GNU_verneed: elf_dynverref (abfd) = shindex; elf_tdata (abfd)->dynverref_hdr = *hdr; return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex); - break; case SHT_SHLIB: return TRUE;