* elf-hppa.h (elf_hppa_final_write_processing): Update for
recent changes to the arch_info structure.
This commit is contained in:
parent
9100134ca0
commit
3a9acac86a
2 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,8 @@
|
||||||
Tue Aug 10 12:48:09 1999 Jeffrey A Law (law@cygnus.com)
|
Tue Aug 10 12:48:09 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* elf-hppa.h (elf_hppa_final_write_processing): Update for
|
||||||
|
recent changes to the arch_info structure.
|
||||||
|
|
||||||
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
|
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
|
||||||
R_HPPA_SEGBASE and R_HPPA_SEGREL32.
|
R_HPPA_SEGBASE and R_HPPA_SEGREL32.
|
||||||
* cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
|
* cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
|
||||||
|
|
|
@ -606,13 +606,9 @@ elf_hppa_final_write_processing (abfd, linker)
|
||||||
else if (mach == 11)
|
else if (mach == 11)
|
||||||
elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_1;
|
elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_1;
|
||||||
else if (mach == 20)
|
else if (mach == 20)
|
||||||
{
|
elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0;
|
||||||
elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0;
|
else if (mach == 25)
|
||||||
#if ARCH_SIZE == 64
|
elf_elfheader (abfd)->e_flags |= EF_PARISC_WIDE | EFA_PARISC_2_0;
|
||||||
elf_elfheader (abfd)->e_flags |= EF_PARISC_WIDE;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return true if SYM represents a local label symbol. */
|
/* Return true if SYM represents a local label symbol. */
|
||||||
|
|
Loading…
Reference in a new issue