diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-19 21:12:34 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-19 21:12:34 +0000 |
commit | d62b1198f8a87d2376029038c7fc835475e07eb8 (patch) | |
tree | 390e66828676f265883019ae85b89e712f47303c /bfd/cpu-powerpc.c | |
parent | 6a0c61b777e6766a82c94d5e0786ce1769867a05 (diff) | |
download | gdb-d62b1198f8a87d2376029038c7fc835475e07eb8.zip gdb-d62b1198f8a87d2376029038c7fc835475e07eb8.tar.gz gdb-d62b1198f8a87d2376029038c7fc835475e07eb8.tar.bz2 |
2002-08-19 Elena Zannoni <ezannoni@redhat.com>
* archures.c (bfd_mach_ppc_e500): Added.
* bfd-in2.h: Rebuilt.
* cpu-powerpc.c (bfd_powerpc_archs): Added e500.
Diffstat (limited to 'bfd/cpu-powerpc.c')
-rw-r--r-- | bfd/cpu-powerpc.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/cpu-powerpc.c b/bfd/cpu-powerpc.c index 5523669..b282c60 100644 --- a/bfd/cpu-powerpc.c +++ b/bfd/cpu-powerpc.c @@ -270,6 +270,20 @@ const bfd_arch_info_type bfd_powerpc_archs[] = &bfd_powerpc_archs[13] }, { + 32, /* 32 bits in a word */ + 32, /* 32 bits in an address */ + 8, /* 8 bits in a byte */ + bfd_arch_powerpc, + bfd_mach_ppc_e500, + "powerpc", + "powerpc:e500", + 3, + false, + powerpc_compatible, + bfd_default_scan, + &bfd_powerpc_archs[14] + }, + { 32, /* 32 bits in a word */ 32, /* 32 bits in an address */ 8, /* 8 bits in a byte */ |