* elf-hppa.h (elf_hppa_final_write_processing): Turn on TRAPNIL.

This commit is contained in:
Jeff Law
1999-09-16 21:01:08 +00:00
parent d3cc5bd625
commit b2df14602e
2 changed files with 9 additions and 1 deletions

View File

@ -656,7 +656,13 @@ elf_hppa_final_write_processing (abfd, linker)
else if (mach == 20)
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;
elf_elfheader (abfd)->e_flags |= (EF_PARISC_WIDE
| EFA_PARISC_2_0
/* The GNU tools have trapped without
option since 1993, so need to take
a step backwards with the ELF
based toolchains. */
| EF_PARISC_TRAPNIL);
}
/* Return true if SYM represents a local label symbol. */