Add new relocs for PowerPC Elf support.

Add eabi support.
This commit is contained in:
Michael Meissner
1995-01-26 16:31:24 +00:00
parent e079cfe890
commit c6d729b375
3 changed files with 18 additions and 1 deletions

View File

@ -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: