summaryrefslogtreecommitdiffstats
path: root/bfd/elf32-mep.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-04-08 02:24:23 +0000
committerDJ Delorie <dj@redhat.com>2009-04-08 02:24:23 +0000
commit4d28413b409102b3fc5e7ed828e4014895143d4e (patch)
tree7a5eacf7d86bbb2bcb17943898110a1a563bc33a /bfd/elf32-mep.c
parente0edc2d941be04ac9e4000390cea2c68216e78da (diff)
downloadppe42-binutils-4d28413b409102b3fc5e7ed828e4014895143d4e.tar.gz
ppe42-binutils-4d28413b409102b3fc5e7ed828e4014895143d4e.zip
[include/elf]
* mep.h (EF_MEP_CPU_C5): New. [bfd] * archures.c: Add bfd_mach_mep_c5. * bfd-in2.h: Likewise. * cpu-mep.c: Add bfd_c5_arch. * elf32-mep.c: Support it. [gas] * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support. (md_show_usage): Change default endian to little. * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little. [ld] * emulparams/elf32mep.sh: Change default endian to little.
Diffstat (limited to 'bfd/elf32-mep.c')
-rw-r--r--bfd/elf32-mep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-mep.c b/bfd/elf32-mep.c
index 4e96a788c1..b1e4a12003 100644
--- a/bfd/elf32-mep.c
+++ b/bfd/elf32-mep.c
@@ -731,6 +731,7 @@ elf32_mep_machine (bfd * abfd)
case EF_MEP_CPU_C2: return bfd_mach_mep;
case EF_MEP_CPU_C3: return bfd_mach_mep;
case EF_MEP_CPU_C4: return bfd_mach_mep;
+ case EF_MEP_CPU_C5: return bfd_mach_mep_c5;
case EF_MEP_CPU_H1: return bfd_mach_mep_h1;
}
OpenPOWER on IntegriCloud