diff options
Diffstat (limited to 'bfd/elf64-sparc.c')
-rw-r--r-- | bfd/elf64-sparc.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bfd/elf64-sparc.c b/bfd/elf64-sparc.c index c45dee8..9f8cbd9 100644 --- a/bfd/elf64-sparc.c +++ b/bfd/elf64-sparc.c @@ -1008,16 +1008,19 @@ const struct elf_size_info elf64_sparc_size_info = #undef TARGET_BIG_NAME #define TARGET_BIG_NAME "elf64-sparc-sol2" +#undef ELF_TARGET_OS +#define ELF_TARGET_OS is_solaris + /* Restore default: we cannot use ELFOSABI_SOLARIS, otherwise ELFOSABI_NONE objects won't be recognized. */ #undef ELF_OSABI -#undef elf64_bed +#undef elf64_bed #define elf64_bed elf64_sparc_sol2_bed /* The 64-bit static TLS arena size is rounded to the nearest 16-byte boundary. */ -#undef elf_backend_static_tls_alignment +#undef elf_backend_static_tls_alignment #define elf_backend_static_tls_alignment 16 #undef elf_backend_strtab_flags |