Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/bfd forgot to commit compilation...



details:   https://anonhg.NetBSD.org/src/rev/a91cfc6e1342
branches:  trunk
changeset: 447093:a91cfc6e1342
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 30 22:48:31 2018 +0000

description:
forgot to commit compilation fix.

diffstat:

 external/gpl3/binutils/dist/bfd/elf32-ppc.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1591c091c7e7 -r a91cfc6e1342 external/gpl3/binutils/dist/bfd/elf32-ppc.c
--- a/external/gpl3/binutils/dist/bfd/elf32-ppc.c       Sun Dec 30 22:40:00 2018 +0000
+++ b/external/gpl3/binutils/dist/bfd/elf32-ppc.c       Sun Dec 30 22:48:31 2018 +0000
@@ -5966,7 +5966,7 @@
                   && !UNDEFWEAK_NO_DYNAMIC_RELOC (info, h)))
              && !htab->is_vxworks
              && !ppc_elf_hash_entry (h)->has_sda_refs
-             && !readonly_dynrelocs (h, info, FALSE))
+             && !readonly_dynrelocs (h))
            {
              h->pointer_equality_needed = 0;
              /* If we haven't seen a branch reloc and the symbol



Home | Main Index | Thread Index | Old Index