Adds support for following CPUs to the ARM and Aarch64 assemblers: Cortex-A77, Cortex...
[deliverable/binutils-gdb.git] / bfd / cpu-aarch64.c
index e895f151c829b8e3aca384ecbeea764b43e7316d..eed1c3d9dcdaae5334792a153acb0599505523ec 100644 (file)
@@ -68,10 +68,11 @@ static struct
 }
 processors[] =
 {
-  /* These two are example CPUs supported in GCC, once we have real
-     CPUs they will be removed.  */
-  { bfd_mach_aarch64, "example-1" },
-  { bfd_mach_aarch64, "example-2" }
+  { bfd_mach_aarch64,    "cortex-a34"      },
+  { bfd_mach_aarch64,    "cortex-a65"      },
+  { bfd_mach_aarch64,    "cortex-a65ae"    },
+  { bfd_mach_aarch64,    "cortex-a76ae"    },
+  { bfd_mach_aarch64,    "cortex-a77"      }
 };
 
 static bfd_boolean
This page took 0.024581 seconds and 4 git commands to generate.