diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-12-18 05:45:13 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2003-12-18 05:45:13 +0000 |
commit | 1ddd7f43f3a8fe8e380ed13394e222563d9a7eee (patch) | |
tree | 3730ff029f3ea500cc79b63d8179cc5c39e3b618 /gas/config | |
parent | cd0d3a42b4daa6d326f61a5ffddec8ea835e7421 (diff) | |
download | binutils-gdb-1ddd7f43f3a8fe8e380ed13394e222563d9a7eee.tar.gz |
* config/tc-arm.c (arm_archs): Change "armv6" to "armv6j".
* doc/c-arm.texi (ARM Options): Likewise.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index e07185e77e9..3e3daac74ae 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -13340,7 +13340,7 @@ static struct arm_arch_option_table arm_archs[] = {"armv5te", ARM_ARCH_V5TE, FPU_ARCH_VFP}, {"armv5texp", ARM_ARCH_V5TExP, FPU_ARCH_VFP}, {"armv5tej", ARM_ARCH_V5TEJ, FPU_ARCH_VFP}, - {"armv6", ARM_ARCH_V6, FPU_ARCH_VFP}, + {"armv6j", ARM_ARCH_V6, FPU_ARCH_VFP}, {"xscale", ARM_ARCH_XSCALE, FPU_ARCH_VFP}, {"iwmmxt", ARM_ARCH_IWMMXT, FPU_ARCH_VFP}, {NULL, 0, 0} |