From: Alan Modra Date: Tue, 16 Aug 2005 10:13:43 +0000 (+0000) Subject: * elf64-ppc.c (ppc64_elf_edit_opd): Don't call dec_dynrel_count X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18d944df002f75e0a0a933a7995327adb76e146c;p=binutils-gdb.git * elf64-ppc.c (ppc64_elf_edit_opd): Don't call dec_dynrel_count when relocatable. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e26264ddf49..5e17f89540b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-08-16 Alan Modra + + * elf64-ppc.c (ppc64_elf_edit_opd): Don't call dec_dynrel_count + when relocatable. + 2005-08-15 Bob Wilson * elf32-xtensa.c (ELF_MACHINE_CODE, ELF_MACHINE_ALT1): Swap values diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 545fae83503..31ad3d0e305 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -6461,8 +6461,9 @@ ppc64_elf_edit_opd (bfd *obfd, struct bfd_link_info *info, if (skip) { - if (!dec_dynrel_count (rel->r_info, sec, info, - NULL, h, sym_sec)) + if (!info->relocatable + && !dec_dynrel_count (rel->r_info, sec, info, + NULL, h, sym_sec)) goto error_ret; } else