diff options
Diffstat (limited to 'bfd/elfxx-x86.c')
-rw-r--r-- | bfd/elfxx-x86.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c index eaa1a82..a58522d 100644 --- a/bfd/elfxx-x86.c +++ b/bfd/elfxx-x86.c @@ -2944,8 +2944,9 @@ error_alignment: /* Fix up x86 GNU properties. */ void -_bfd_x86_elf_link_fixup_gnu_properties (struct bfd_link_info *info, - elf_property_list **listp) +_bfd_x86_elf_link_fixup_gnu_properties + (struct bfd_link_info *info ATTRIBUTE_UNUSED, + elf_property_list **listp) { elf_property_list *p; @@ -2973,11 +2974,6 @@ _bfd_x86_elf_link_fixup_gnu_properties (struct bfd_link_info *info, continue; } - /* Mark x86-specific properties with X86_UINT32_VALID for - non-relocatable output. */ - if (!bfd_link_relocatable (info)) - p->property.u.number |= GNU_PROPERTY_X86_UINT32_VALID; - listp = &p->next; } else if (type > GNU_PROPERTY_HIPROC) |