X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felf32-dlx.c;h=b5c7d6e8a80387191eb9ddf9de0de59ef8b2f3bb;hb=7743482350c9c97484a429070db7d994a643a9eb;hp=b8b73ab5b9c73110b569c149f000c1c8ded08e0f;hpb=6346d5ca43719ba6fc3176c29fd58a83d439f011;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-dlx.c b/bfd/elf32-dlx.c index b8b73ab5b9..b5c7d6e8a8 100644 --- a/bfd/elf32-dlx.c +++ b/bfd/elf32-dlx.c @@ -1,5 +1,5 @@ /* DLX specific support for 32-bit ELF - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -429,7 +429,7 @@ elf32_dlx_check_relocs (bfd *abfd, const Elf_Internal_Rela *rel; const Elf_Internal_Rela *rel_end; - if (info->relocatable) + if (bfd_link_relocatable (info)) return TRUE; symtab_hdr = &elf_tdata (abfd)->symtab_hdr;