mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
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.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2002-08-19 Alan Modra <amodra@bigpond.net.au>
|
2002-08-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elf32-m68hc12.c (elf_backend_can_gc_sections): False.
|
* elf32-m68hc12.c (elf_backend_can_gc_sections): False.
|
||||||
|
@ -182,6 +182,7 @@ DESCRIPTION
|
|||||||
.#define bfd_mach_ppc_rs64ii 642
|
.#define bfd_mach_ppc_rs64ii 642
|
||||||
.#define bfd_mach_ppc_rs64iii 643
|
.#define bfd_mach_ppc_rs64iii 643
|
||||||
.#define bfd_mach_ppc_7400 7400
|
.#define bfd_mach_ppc_7400 7400
|
||||||
|
.#define bfd_mach_ppc_e500 500
|
||||||
. bfd_arch_rs6000, {* IBM RS/6000 *}
|
. bfd_arch_rs6000, {* IBM RS/6000 *}
|
||||||
.#define bfd_mach_rs6k 0
|
.#define bfd_mach_rs6k 0
|
||||||
.#define bfd_mach_rs6k_rs1 6001
|
.#define bfd_mach_rs6k_rs1 6001
|
||||||
|
@ -1572,6 +1572,7 @@ enum bfd_architecture
|
|||||||
#define bfd_mach_ppc_rs64ii 642
|
#define bfd_mach_ppc_rs64ii 642
|
||||||
#define bfd_mach_ppc_rs64iii 643
|
#define bfd_mach_ppc_rs64iii 643
|
||||||
#define bfd_mach_ppc_7400 7400
|
#define bfd_mach_ppc_7400 7400
|
||||||
|
#define bfd_mach_ppc_e500 500
|
||||||
bfd_arch_rs6000, /* IBM RS/6000 */
|
bfd_arch_rs6000, /* IBM RS/6000 */
|
||||||
#define bfd_mach_rs6k 0
|
#define bfd_mach_rs6k 0
|
||||||
#define bfd_mach_rs6k_rs1 6001
|
#define bfd_mach_rs6k_rs1 6001
|
||||||
|
@ -269,6 +269,20 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
|
|||||||
bfd_default_scan,
|
bfd_default_scan,
|
||||||
&bfd_powerpc_archs[13]
|
&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 a word */
|
||||||
32, /* 32 bits in an address */
|
32, /* 32 bits in an address */
|
||||||
|
Reference in New Issue
Block a user