target-ppc: Extract 7400 alias

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Andreas Färber 2013-02-17 23:16:17 +00:00 committed by Alexander Graf
parent 08546b912c
commit 06704e9ceb
1 changed files with 1 additions and 3 deletions

View File

@ -7330,7 +7330,6 @@ enum {
#endif
/* PowerPC 74xx cores (aka G4) */
/* XXX: missing 0x000C1101 */
#define CPU_POWERPC_7400 CPU_POWERPC_7400_v29
CPU_POWERPC_7400_v10 = 0x000C0100,
CPU_POWERPC_7400_v11 = 0x000C0101,
CPU_POWERPC_7400_v20 = 0x000C0200,
@ -8830,8 +8829,6 @@ static const ppc_def_t ppc_defs[] = {
POWERPC_DEF("755p", CPU_POWERPC_7x5P, 755)
#endif
/* PowerPC 74xx family */
/* PowerPC 7400 (G4) */
POWERPC_DEF("7400", CPU_POWERPC_7400, 7400)
/* PowerPC 7400 v1.0 (G4) */
POWERPC_DEF("7400_v1.0", CPU_POWERPC_7400_v10, 7400)
/* PowerPC 7400 v1.1 (G4) */
@ -9124,6 +9121,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = {
{ "Conan/Doyle", "750p" },
{ "LoneStar", "750l" },
{ "Goldfinger", "755" },
{ "7400", "7400_v2.9" },
{ "Max", "7400" },
{ "G4", "7400" },
{ "7410", "7410_v1.4" },