target-ppc: Extract 405GPe alias
Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
7b48a1ad32
commit
4bdba7fd2e
@ -6891,7 +6891,6 @@ enum {
|
||||
CPU_POWERPC_405GPb = 0x40110040,
|
||||
CPU_POWERPC_405GPc = 0x40110082,
|
||||
CPU_POWERPC_405GPd = 0x401100C4,
|
||||
#define CPU_POWERPC_405GPe CPU_POWERPC_405CRc
|
||||
CPU_POWERPC_405GPR = 0x50910951,
|
||||
#if 0
|
||||
CPU_POWERPC_405H = xxx,
|
||||
@ -7658,8 +7657,6 @@ static const ppc_def_t ppc_defs[] = {
|
||||
POWERPC_DEF("405GPc", CPU_POWERPC_405GPc, 405)
|
||||
/* PowerPC 405 GPd */
|
||||
POWERPC_DEF("405GPd", CPU_POWERPC_405GPd, 405)
|
||||
/* PowerPC 405 GPe */
|
||||
POWERPC_DEF("405GPe", CPU_POWERPC_405GPe, 405)
|
||||
/* PowerPC 405 GPR */
|
||||
POWERPC_DEF("405GPR", CPU_POWERPC_405GPR, 405)
|
||||
#if defined(TODO)
|
||||
@ -8805,6 +8802,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = {
|
||||
{ "405", "405D4" },
|
||||
{ "405CR", "405CRc" },
|
||||
{ "405GP", "405GPd" },
|
||||
{ "405GPe", "405CRc" },
|
||||
{ "x2vp7", "x2vp4" },
|
||||
{ "x2vp50", "x2vp20" },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user