X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felf.c;h=f27c607ab2b2a55387f7d305ef98bf46cb4cb8f1;hb=3e7a7d11f1106a451c26b49fcb8fafb5059fd684;hp=19f2684204619807c697e526ac820c1b22d9b8ef;hpb=6ec8e7022b6b6a69ee682d1797e8bfec473aae11;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf.c b/bfd/elf.c index 19f2684204..f27c607ab2 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -6446,6 +6446,8 @@ Unable to find equivalent output section for symbol '%s' from section '%s'"), if (flags & BSF_LOCAL) bind = STB_LOCAL; + else if (flags & BSF_GNU_UNIQUE) + bind = STB_GNU_UNIQUE; else if (flags & BSF_WEAK) bind = STB_WEAK; else if (flags & BSF_GLOBAL)