diff options
Diffstat (limited to 'bfd/elf-hppa.h')
-rw-r--r-- | bfd/elf-hppa.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 44f2238..b046844 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -606,13 +606,9 @@ elf_hppa_final_write_processing (abfd, linker) else if (mach == 11) elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_1; else if (mach == 20) - { - elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0; -#if ARCH_SIZE == 64 - elf_elfheader (abfd)->e_flags |= EF_PARISC_WIDE; -#endif - } - + elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0; + else if (mach == 25) + elf_elfheader (abfd)->e_flags |= EF_PARISC_WIDE | EFA_PARISC_2_0; } /* Return true if SYM represents a local label symbol. */ |