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/63d6ccd693fc
branches: trunk
changeset: 995647:63d6ccd693fc
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 7026e2d1ce76 -r 63d6ccd693fc 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