On Wed, 16 Jan 2013 17:12:56 +0100, Florian Weimer wrote:
> Not sure if this a toolchain bug or elfutils bug.  readelf from
> binutils prints GNU_UNIQUE.

If not obvious binutils/readelf.c contains:

          if (binding == STB_GNU_UNIQUE
              && (elf_header.e_ident[EI_OSABI] == ELFOSABI_GNU
                  /* GNU is still using the default value 0.  */
                  || elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE))
            return "UNIQUE";


Regards,
Jan
_______________________________________________
elfutils-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel

Reply via email to