From c6d729b3755a7736af07562a74b9a62377990252 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 26 Jan 1995 16:31:24 +0000 Subject: [PATCH] Add new relocs for PowerPC Elf support. Add eabi support. --- bfd/ChangeLog | 16 ++++++++++++++++ bfd/config.bfd | 1 + bfd/elfcode.h | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0faf943..d9ad16d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +Thu Jan 26 11:12:54 1995 Michael Meissner + + * elfcode.h (prep_headers): Use EM_PPC instead of + EM_CYGNUS_POWERPC. + + * elf32-ppc.c (reloc_type): Add all System V.4 and eABI + relocations currently defined. + (powerpc_reloc_map): Adjust to new relocation names. + (elf_powerpc_howto_table): Add most of the new relocations. + (ELF_MACHINE_CODE): Use EM_PPC instead of EM_CYGNUS_POWERPC. + + * config.bfd: Add support for powerpc-*-eabi. + + * config/ppc-elf.mt: Add rs6000 architecture support to the + PowerPC. Also add XCOFF support. + Wed Jan 25 23:26:13 1995 Ian Lance Taylor * coff-sh.c (CALC_ADDEND): Don't define. diff --git a/bfd/config.bfd b/bfd/config.bfd index b1248b3..0bc2111 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -117,6 +117,7 @@ case "${canon}" in powerpc-*-aix*) bfd_name=rs6000 ;; powerpc-*-elf*) bfd_name=ppc-elf ;; powerpc-*-sysv4*) bfd_name=ppc-elf ;; + powerpc-*-eabi*) bfd_name=ppc-elf ;; powerpc-*-netware*) bfd_name=ppc-nlm ;; rs6000-*-*) bfd_name=rs6000 ;; sparc-*-lynxos*) bfd_name=sparc-lynx ;; diff --git a/bfd/elfcode.h b/bfd/elfcode.h index c1ebbfa..a7e12f8 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -2229,7 +2229,7 @@ prep_headers (abfd) i_ehdrp->e_machine = EM_PARISC; break; case bfd_arch_powerpc: - i_ehdrp->e_machine = EM_CYGNUS_POWERPC; + i_ehdrp->e_machine = EM_PPC; break; /* start-sanitize-arc */ case bfd_arch_arc: -- 2.7.4