/[packages]/updates/6/binutils/current/SOURCES/binutils-2.28-ignore-gold-duplicates.patch
ViewVC logotype

Contents of /updates/6/binutils/current/SOURCES/binutils-2.28-ignore-gold-duplicates.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1379174 - (show annotations) (download)
Wed Mar 20 11:26:25 2019 UTC (5 years, 1 month ago) by tmb
File size: 588 byte(s)
sync with cauldron 2.32-3
1 diff -rup binutils.orig/ld/ldmain.c binutils-2.28/ld/ldmain.c
2 --- binutils.orig/ld/ldmain.c 2017-06-09 09:08:26.954016429 +0100
3 +++ binutils-2.28/ld/ldmain.c 2017-06-09 09:09:11.307490976 +0100
4 @@ -923,6 +923,10 @@ multiple_definition (struct bfd_link_inf
5 obfd = h->u.def.section->owner;
6 break;
7 case bfd_link_hash_indirect:
8 + /* PR 21074: The GOLD linker can produce multiple indirect
9 + refences to the same symbol. These can be ignored. */
10 + if (bfd_is_ind_section (nsec))
11 + return;
12 osec = bfd_ind_section_ptr;
13 oval = 0;
14 obfd = NULL;

  ViewVC Help
Powered by ViewVC 1.1.30