diff options
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |