diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-01-26 16:31:24 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-01-26 16:31:24 +0000 |
commit | c6d729b3755a7736af07562a74b9a62377990252 (patch) | |
tree | 1cccf1f01a02819c6574db0f5f022873c59428b3 /bfd/elfcode.h | |
parent | e079cfe890a98f4105727e68cd4fafe8aa771bc8 (diff) | |
download | gdb-c6d729b3755a7736af07562a74b9a62377990252.zip gdb-c6d729b3755a7736af07562a74b9a62377990252.tar.gz gdb-c6d729b3755a7736af07562a74b9a62377990252.tar.bz2 |
Add new relocs for PowerPC Elf support.
Add eabi support.
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: |