]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/doc/c-arm.texi
* config/tc-arm.c (arm_ext_v6m): New variable.
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Thu, 23 Sep 2010 15:31:34 +0000 (15:31 +0000)
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Thu, 23 Sep 2010 15:31:34 +0000 (15:31 +0000)
commitb2a5fbdc946c0b4a0032f4d9f8cf23d87f5a2dd6
treedcce0a20899f83c2f346b284190ee4e27fa15975
parentf4c65163c782969b7998cc5dd93d7d8ce30ad8de
* config/tc-arm.c (arm_ext_v6m): New variable.
(arm_ext_m): Add support for OS extension.
(arm_ext_os): New variable.
(do_t_swi): In v6-M ensure we have the OS extension.
(arm_cpus): The cortex-m1 and cortex-m0 options have the OS
extension by default.
(arm_archs): Add armv6s-m.
(arm_extensions): Add 'os' extension.
(cpu_arch_ver): Add support for v6S-M.
* gas/doc/c-arm.texi: Document the OS Extension, and v6-m and v6s-m
architecture options.
* gas/testsuite/gas/arm/archv6s-m-bad.d: New test.
* gas/testsuite/gas/arm/archv6s-m-bad.l: Likewise.
* gas/testsuite/gas/arm/archv6s-m.d: Likewise.
* gas/testsuite/gas/arm/archv6s-m.s: Likewise.
* gas/testsuite/gas/arm/attr-march-armv6-m+os.d: Likewise.
* gas/testsuite/gas/arm/attr-march-armv6s-m.d: Likewise.
* include/opcode/arm.h (ARM_EXT_OS): New define.
(ARM_AEXT_V6SM): Likewise.
(ARM_ARCH_V6SM): Likewise.
12 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/archv6s-m-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/archv6s-m-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/archv6s-m.d [new file with mode: 0644]
gas/testsuite/gas/arm/archv6s-m.s [new file with mode: 0644]
gas/testsuite/gas/arm/attr-march-armv6-m+os.d [new file with mode: 0644]
gas/testsuite/gas/arm/attr-march-armv6s-m.d [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/arm.h