X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf32-mt.c;h=d120d0548285920ac5fd06868d77aee34ffcbd88;hb=deeafabb678e59d8585be6d765c7fbd0e7060b6c;hp=94c2fac6963b24c52dbd1c6f072b7394b8d589ed;hpb=f3185997ac0951edac802e29df03dfc0844fda34;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-mt.c b/bfd/elf32-mt.c index 94c2fac696..d120d05482 100644 --- a/bfd/elf32-mt.c +++ b/bfd/elf32-mt.c @@ -1,5 +1,5 @@ /* Morpho Technologies MT specific support for 32-bit ELF - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -346,7 +346,7 @@ mt_elf_relocate_section name = bfd_elf_string_from_elf_section (input_bfd, symtab_hdr->sh_link, sym->st_name); - name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; + name = name == NULL ? bfd_section_name (sec) : name; } else {