diff options
author | Paul Brook <paul@codesourcery.com> | 2003-12-29 16:43:37 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2003-12-29 16:43:37 +0000 |
commit | 7de9afa22452a27ef067deec76d3010b736d3488 (patch) | |
tree | 0edc235b1772424197fb928a7bd5ef258e7cabaf /gas/config | |
parent | 0e0c4098746746a8659d6afaa52aab36c2447318 (diff) | |
download | gdb-7de9afa22452a27ef067deec76d3010b736d3488.zip gdb-7de9afa22452a27ef067deec76d3010b736d3488.tar.gz gdb-7de9afa22452a27ef067deec76d3010b736d3488.tar.bz2 |
* gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs.
* gas/doc/c-arm.texi: Document them.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index ee98190..74e1537 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -13291,6 +13291,7 @@ static struct arm_cpu_option_table arm_cpus[] = {"arm9e-r0", ARM_ARCH_V5TExP, FPU_ARCH_VFP_V2}, {"arm9e", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, {"arm926ej", ARM_ARCH_V5TEJ, FPU_ARCH_VFP_V2}, + {"arm926ejs", ARM_ARCH_V5TEJ, FPU_ARCH_VFP_V2}, {"arm946e-r0", ARM_ARCH_V5TExP, FPU_ARCH_VFP_V2}, {"arm946e", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, {"arm966e-r0", ARM_ARCH_V5TExP, FPU_ARCH_VFP_V2}, @@ -13300,6 +13301,7 @@ static struct arm_cpu_option_table arm_cpus[] = {"arm1020", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, {"arm1020t", ARM_ARCH_V5T, FPU_ARCH_VFP_V1}, {"arm1020e", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, + {"arm1026ejs", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, {"arm1136js", ARM_ARCH_V6, FPU_NONE}, {"arm1136jfs", ARM_ARCH_V6, FPU_ARCH_VFP_V2}, /* ??? XSCALE is really an architecture. */ |