[ARM] Update knowledge of bfd architectures

Commit c0c468d562 updated bfd's knowledge
of Arm architectures to Armv5TEJ and later but missed the list of CPUs
recognized by objdump -d -m<cpu>.

.note.gnu.arm.ident related code is intentionally not updated as build
attributes are a better mechanism to express the ISA in a file. However
this patch adds tests for the existing code since no existing testcase
cover those codepaths. Since I've only ever managed for
bfd_arm_get_mach_from_notes () to have an effect by using objcopy on
a file with a note but no Arm build attribute, the tests make use of
both objcopy actions supported by run_dump_test which requires to have a
ld line as well.

Note that the CPU list in bfd/cpu-arm.c was simply copied over from
GAS' CPU list but sorted alphabetically as already done for existing
entries.

2018-11-27  Thomas Preud'homme  <thomas.preudhomme@linaro.org>

bfd/
	* cpu-arm.c (processors): Add processors known to GAS but missing here
	and reindent.
	(bfd_arm_update_notes): Add comment explaining why the list of
	architectures in the switch should not be updated.
	(architectures): Likewise.

gas/
	* testsuite/gas/arm/cpu-arm1020.d: New testcase.
	* testsuite/gas/arm/cpu-arm1020e.d: Likewise.
	* testsuite/gas/arm/cpu-arm1020t.d: Likewise.
	* testsuite/gas/arm/cpu-arm1022e.d: Likewise.
	* testsuite/gas/arm/cpu-arm1026ej-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm1026ejs.d: Likewise.
	* testsuite/gas/arm/cpu-arm10e.d: Likewise.
	* testsuite/gas/arm/cpu-arm10t.d: Likewise.
	* testsuite/gas/arm/cpu-arm10tdmi.d: Likewise.
	* testsuite/gas/arm/cpu-arm1136j-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm1136jf-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm1136jfs.d: Likewise.
	* testsuite/gas/arm/cpu-arm1136js.d: Likewise.
	* testsuite/gas/arm/cpu-arm1156t2-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm1156t2f-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm1176jz-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm1176jzf-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm2.d: Likewise.
	* testsuite/gas/arm/cpu-arm250.d: Likewise.
	* testsuite/gas/arm/cpu-arm3.d: Likewise.
	* testsuite/gas/arm/cpu-arm6.d: Likewise.
	* testsuite/gas/arm/cpu-arm60.d: Likewise.
	* testsuite/gas/arm/cpu-arm600.d: Likewise.
	* testsuite/gas/arm/cpu-arm610.d: Likewise.
	* testsuite/gas/arm/cpu-arm620.d: Likewise.
	* testsuite/gas/arm/cpu-arm7.d: Likewise.
	* testsuite/gas/arm/cpu-arm70.d: Likewise.
	* testsuite/gas/arm/cpu-arm700.d: Likewise.
	* testsuite/gas/arm/cpu-arm700i.d: Likewise.
	* testsuite/gas/arm/cpu-arm710.d: Likewise.
	* testsuite/gas/arm/cpu-arm7100.d: Likewise.
	* testsuite/gas/arm/cpu-arm710c.d: Likewise.
	* testsuite/gas/arm/cpu-arm710t.d: Likewise.
	* testsuite/gas/arm/cpu-arm720.d: Likewise.
	* testsuite/gas/arm/cpu-arm720t.d: Likewise.
	* testsuite/gas/arm/cpu-arm740t.d: Likewise.
	* testsuite/gas/arm/cpu-arm7500.d: Likewise.
	* testsuite/gas/arm/cpu-arm7500fe.d: Likewise.
	* testsuite/gas/arm/cpu-arm7d.d: Likewise.
	* testsuite/gas/arm/cpu-arm7di.d: Likewise.
	* testsuite/gas/arm/cpu-arm7dm.d: Likewise.
	* testsuite/gas/arm/cpu-arm7dmi.d: Likewise.
	* testsuite/gas/arm/cpu-arm7m.d: Likewise.
	* testsuite/gas/arm/cpu-arm7t.d: Likewise.
	* testsuite/gas/arm/cpu-arm7tdmi-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm7tdmi.d: Likewise.
	* testsuite/gas/arm/cpu-arm8.d: Likewise.
	* testsuite/gas/arm/cpu-arm810.d: Likewise.
	* testsuite/gas/arm/cpu-arm9.d: Likewise.
	* testsuite/gas/arm/cpu-arm920.d: Likewise.
	* testsuite/gas/arm/cpu-arm920t.d: Likewise.
	* testsuite/gas/arm/cpu-arm922t.d: Likewise.
	* testsuite/gas/arm/cpu-arm926ej-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm926ej.d: Likewise.
	* testsuite/gas/arm/cpu-arm926ejs.d: Likewise.
	* testsuite/gas/arm/cpu-arm940t.d: Likewise.
	* testsuite/gas/arm/cpu-arm946e-r0.d: Likewise.
	* testsuite/gas/arm/cpu-arm946e-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm946e.d: Likewise.
	* testsuite/gas/arm/cpu-arm966e-r0.d: Likewise.
	* testsuite/gas/arm/cpu-arm966e-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm966e.d: Likewise.
	* testsuite/gas/arm/cpu-arm968e-s.d: Likewise.
	* testsuite/gas/arm/cpu-arm9e-r0.d: Likewise.
	* testsuite/gas/arm/cpu-arm9e.d: Likewise.
	* testsuite/gas/arm/cpu-arm9tdmi.d: Likewise.
	* testsuite/gas/arm/cpu-arm_any.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a12.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a15.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a17.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a32.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a35.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a5.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a53.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a55.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a57.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a7.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a72.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a73.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a75.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a76.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a8.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-a9.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m0.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m0plus.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m1.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m23.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m3.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m33.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m4.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-m7.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-r4.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-r4f.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-r5.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-r52.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-r7.d: Likewise.
	* testsuite/gas/arm/cpu-cortex-r8.d: Likewise.
	* testsuite/gas/arm/cpu-ep9312.d: Likewise.
	* testsuite/gas/arm/cpu-exynos-m1.d: Likewise.
	* testsuite/gas/arm/cpu-fa526.d: Likewise.
	* testsuite/gas/arm/cpu-fa606te.d: Likewise.
	* testsuite/gas/arm/cpu-fa616te.d: Likewise.
	* testsuite/gas/arm/cpu-fa626.d: Likewise.
	* testsuite/gas/arm/cpu-fa626te.d: Likewise.
	* testsuite/gas/arm/cpu-fa726te.d: Likewise.
	* testsuite/gas/arm/cpu-fmp626.d: Likewise.
	* testsuite/gas/arm/cpu-i80200.d: Likewise.
	* testsuite/gas/arm/cpu-iwmmxt.d: Likewise.
	* testsuite/gas/arm/cpu-iwmmxt2.d: Likewise.
	* testsuite/gas/arm/cpu-marvell-pj4.d: Likewise.
	* testsuite/gas/arm/cpu-marvell-whitney.d: Likewise.
	* testsuite/gas/arm/cpu-mpcore.d: Likewise.
	* testsuite/gas/arm/cpu-mpcorenovfp.d: Likewise.
	* testsuite/gas/arm/cpu-sa1.d: Likewise.
	* testsuite/gas/arm/cpu-strongarm.d: Likewise.
	* testsuite/gas/arm/cpu-strongarm1.d: Likewise.
	* testsuite/gas/arm/cpu-strongarm110.d: Likewise.
	* testsuite/gas/arm/cpu-strongarm1100.d: Likewise.
	* testsuite/gas/arm/cpu-strongarm1110.d: Likewise.
	* testsuite/gas/arm/cpu-xgene1.d: Likewise.
	* testsuite/gas/arm/cpu-xgene2.d: Likewise.
	* testsuite/gas/arm/cpu-xscale.d: Likewise.
	* testsuite/gas/arm/nop-asm.s: Likewise.
	* testsuite/gas/arm/note-march-armv2.d: Likewise.
	* testsuite/gas/arm/note-march-armv2.s: Likewise.
	* testsuite/gas/arm/note-march-armv2a.d: Likewise.
	* testsuite/gas/arm/note-march-armv2a.s: Likewise.
	* testsuite/gas/arm/note-march-armv3.d: Likewise.
	* testsuite/gas/arm/note-march-armv3.s: Likewise.
	* testsuite/gas/arm/note-march-armv3m.d: Likewise.
	* testsuite/gas/arm/note-march-armv3m.s: Likewise.
	* testsuite/gas/arm/note-march-armv4.d: Likewise.
	* testsuite/gas/arm/note-march-armv4.s: Likewise.
	* testsuite/gas/arm/note-march-armv4t.d: Likewise.
	* testsuite/gas/arm/note-march-armv4t.s: Likewise.
	* testsuite/gas/arm/note-march-armv5.d: Likewise.
	* testsuite/gas/arm/note-march-armv5.s: Likewise.
	* testsuite/gas/arm/note-march-armv5t.d: Likewise.
	* testsuite/gas/arm/note-march-armv5t.s: Likewise.
	* testsuite/gas/arm/note-march-armv5te.d: Likewise.
	* testsuite/gas/arm/note-march-armv5te.d: Likewise.
	* testsuite/gas/arm/note-march-ep9312.d: Likewise.
	* testsuite/gas/arm/note-march-ep9312.s: Likewise.
	* testsuite/gas/arm/note-march-iwmmxt.d: Likewise.
	* testsuite/gas/arm/note-march-iwmmxt.s: Likewise.
	* testsuite/gas/arm/note-march-iwmmxt2.d: Likewise.
	* testsuite/gas/arm/note-march-iwmmxt2.s: Likewise.
	* testsuite/gas/arm/note-march-xscale.d: Likewise.
	* testsuite/gas/arm/note-march-xscale.s: Likewise.
This commit is contained in:
Thomas Preud'homme
2018-11-27 18:27:35 +00:00
parent 3c7687b9cd
commit b5ab31636d
152 changed files with 1282 additions and 31 deletions

View File

@@ -1,3 +1,11 @@
2018-11-27 Thomas Preud'homme <thomas.preudhomme@linaro.org>
* cpu-arm.c (processors): Add processors known to GAS but missing here
and reindent.
(bfd_arm_update_notes): Add comment explaining why the list of
architectures in the switch should not be updated.
(architectures): Likewise.
2018-11-27 Maciej W. Rozycki <macro@linux-mips.org>
* elfxx-mips.c (_bfd_mips_elf_check_relocs) <R_MIPS16_HI16>

View File

@@ -65,36 +65,129 @@ static struct
}
processors[] =
{
{ bfd_mach_arm_2, "arm2" },
{ bfd_mach_arm_2a, "arm250" },
{ bfd_mach_arm_2a, "arm3" },
{ bfd_mach_arm_3, "arm6" },
{ bfd_mach_arm_3, "arm60" },
{ bfd_mach_arm_3, "arm600" },
{ bfd_mach_arm_3, "arm610" },
{ bfd_mach_arm_3, "arm7" },
{ bfd_mach_arm_3, "arm710" },
{ bfd_mach_arm_3, "arm7500" },
{ bfd_mach_arm_3, "arm7d" },
{ bfd_mach_arm_3, "arm7di" },
{ bfd_mach_arm_3M, "arm7dm" },
{ bfd_mach_arm_3M, "arm7dmi" },
{ bfd_mach_arm_4T, "arm7tdmi" },
{ bfd_mach_arm_4, "arm8" },
{ bfd_mach_arm_4, "arm810" },
{ bfd_mach_arm_4, "arm9" },
{ bfd_mach_arm_4, "arm920" },
{ bfd_mach_arm_4T, "arm920t" },
{ bfd_mach_arm_4T, "arm9tdmi" },
{ bfd_mach_arm_4, "sa1" },
{ bfd_mach_arm_4, "strongarm"},
{ bfd_mach_arm_4, "strongarm110" },
{ bfd_mach_arm_4, "strongarm1100" },
{ bfd_mach_arm_XScale, "xscale" },
{ bfd_mach_arm_ep9312, "ep9312" },
{ bfd_mach_arm_iWMMXt, "iwmmxt" },
{ bfd_mach_arm_iWMMXt2, "iwmmxt2" },
{ bfd_mach_arm_unknown, "arm_any" }
{ bfd_mach_arm_2, "arm2" },
{ bfd_mach_arm_2a, "arm250" },
{ bfd_mach_arm_2a, "arm3" },
{ bfd_mach_arm_3, "arm6" },
{ bfd_mach_arm_3, "arm60" },
{ bfd_mach_arm_3, "arm600" },
{ bfd_mach_arm_3, "arm610" },
{ bfd_mach_arm_3, "arm620" },
{ bfd_mach_arm_3, "arm7" },
{ bfd_mach_arm_3, "arm70" },
{ bfd_mach_arm_3, "arm700" },
{ bfd_mach_arm_3, "arm700i" },
{ bfd_mach_arm_3, "arm710" },
{ bfd_mach_arm_3, "arm7100" },
{ bfd_mach_arm_3, "arm710c" },
{ bfd_mach_arm_4T, "arm710t" },
{ bfd_mach_arm_3, "arm720" },
{ bfd_mach_arm_4T, "arm720t" },
{ bfd_mach_arm_4T, "arm740t" },
{ bfd_mach_arm_3, "arm7500" },
{ bfd_mach_arm_3, "arm7500fe" },
{ bfd_mach_arm_3, "arm7d" },
{ bfd_mach_arm_3, "arm7di" },
{ bfd_mach_arm_3M, "arm7dm" },
{ bfd_mach_arm_3M, "arm7dmi" },
{ bfd_mach_arm_4T, "arm7t" },
{ bfd_mach_arm_4T, "arm7tdmi" },
{ bfd_mach_arm_4T, "arm7tdmi-s" },
{ bfd_mach_arm_3M, "arm7m" },
{ bfd_mach_arm_4, "arm8" },
{ bfd_mach_arm_4, "arm810" },
{ bfd_mach_arm_4, "arm9" },
{ bfd_mach_arm_4T, "arm920" },
{ bfd_mach_arm_4T, "arm920t" },
{ bfd_mach_arm_4T, "arm922t" },
{ bfd_mach_arm_5TEJ, "arm926ej" },
{ bfd_mach_arm_5TEJ, "arm926ejs" },
{ bfd_mach_arm_5TEJ, "arm926ej-s" },
{ bfd_mach_arm_4T, "arm940t" },
{ bfd_mach_arm_5TE, "arm946e" },
{ bfd_mach_arm_5TE, "arm946e-r0" },
{ bfd_mach_arm_5TE, "arm946e-s" },
{ bfd_mach_arm_5TE, "arm966e" },
{ bfd_mach_arm_5TE, "arm966e-r0" },
{ bfd_mach_arm_5TE, "arm966e-s" },
{ bfd_mach_arm_5TE, "arm968e-s" },
{ bfd_mach_arm_5TE, "arm9e" },
{ bfd_mach_arm_5TE, "arm9e-r0" },
{ bfd_mach_arm_4T, "arm9tdmi" },
{ bfd_mach_arm_5TE, "arm1020" },
{ bfd_mach_arm_5T, "arm1020t" },
{ bfd_mach_arm_5TE, "arm1020e" },
{ bfd_mach_arm_5TE, "arm1022e" },
{ bfd_mach_arm_5TEJ, "arm1026ejs" },
{ bfd_mach_arm_5TEJ, "arm1026ej-s" },
{ bfd_mach_arm_5TE, "arm10e" },
{ bfd_mach_arm_5T, "arm10t" },
{ bfd_mach_arm_5T, "arm10tdmi" },
{ bfd_mach_arm_6, "arm1136j-s" },
{ bfd_mach_arm_6, "arm1136js" },
{ bfd_mach_arm_6, "arm1136jf-s" },
{ bfd_mach_arm_6, "arm1136jfs" },
{ bfd_mach_arm_6KZ, "arm1176jz-s" },
{ bfd_mach_arm_6KZ, "arm1176jzf-s" },
{ bfd_mach_arm_6T2, "arm1156t2-s" },
{ bfd_mach_arm_6T2, "arm1156t2f-s" },
{ bfd_mach_arm_7, "cortex-a5" },
{ bfd_mach_arm_7, "cortex-a7" },
{ bfd_mach_arm_7, "cortex-a8" },
{ bfd_mach_arm_7, "cortex-a9" },
{ bfd_mach_arm_7, "cortex-a12" },
{ bfd_mach_arm_7, "cortex-a15" },
{ bfd_mach_arm_7, "cortex-a17" },
{ bfd_mach_arm_8, "cortex-a32" },
{ bfd_mach_arm_8, "cortex-a35" },
{ bfd_mach_arm_8, "cortex-a53" },
{ bfd_mach_arm_8, "cortex-a55" },
{ bfd_mach_arm_8, "cortex-a57" },
{ bfd_mach_arm_8, "cortex-a72" },
{ bfd_mach_arm_8, "cortex-a73" },
{ bfd_mach_arm_8, "cortex-a75" },
{ bfd_mach_arm_8, "cortex-a76" },
{ bfd_mach_arm_6SM, "cortex-m0" },
{ bfd_mach_arm_6SM, "cortex-m0plus" },
{ bfd_mach_arm_6SM, "cortex-m1" },
{ bfd_mach_arm_8M_BASE, "cortex-m23" },
{ bfd_mach_arm_7, "cortex-m3" },
{ bfd_mach_arm_8M_MAIN, "cortex-m33" },
{ bfd_mach_arm_7EM, "cortex-m4" },
{ bfd_mach_arm_7EM, "cortex-m7" },
{ bfd_mach_arm_7, "cortex-r4" },
{ bfd_mach_arm_7, "cortex-r4f" },
{ bfd_mach_arm_7, "cortex-r5" },
{ bfd_mach_arm_8R, "cortex-r52" },
{ bfd_mach_arm_7, "cortex-r7" },
{ bfd_mach_arm_7, "cortex-r8" },
{ bfd_mach_arm_4T, "ep9312" },
{ bfd_mach_arm_8, "exynos-m1" },
{ bfd_mach_arm_4, "fa526" },
{ bfd_mach_arm_5TE, "fa606te" },
{ bfd_mach_arm_5TE, "fa616te" },
{ bfd_mach_arm_4, "fa626" },
{ bfd_mach_arm_5TE, "fa626te" },
{ bfd_mach_arm_5TE, "fa726te" },
{ bfd_mach_arm_5TE, "fmp626" },
{ bfd_mach_arm_XScale, "i80200" },
{ bfd_mach_arm_7, "marvell-pj4" },
{ bfd_mach_arm_7, "marvell-whitney" },
{ bfd_mach_arm_6K, "mpcore" },
{ bfd_mach_arm_6K, "mpcorenovfp" },
{ bfd_mach_arm_4, "sa1" },
{ bfd_mach_arm_4, "strongarm" },
{ bfd_mach_arm_4, "strongarm1" },
{ bfd_mach_arm_4, "strongarm110" },
{ bfd_mach_arm_4, "strongarm1100" },
{ bfd_mach_arm_4, "strongarm1110" },
{ bfd_mach_arm_XScale, "xscale" },
{ bfd_mach_arm_8, "xgene1" },
{ bfd_mach_arm_8, "xgene2" },
{ bfd_mach_arm_ep9312, "ep9312" },
{ bfd_mach_arm_iWMMXt, "iwmmxt" },
{ bfd_mach_arm_iWMMXt2, "iwmmxt2" },
{ bfd_mach_arm_unknown, "arm_any" }
};
static bfd_boolean
@@ -317,7 +410,9 @@ bfd_arm_update_notes (bfd *abfd, const char *note_section)
if (! arm_check_note (abfd, buffer, buffer_size, NOTE_ARCH_STRING, & arch_string))
goto FAIL;
/* Check the architecture in the note against the architecture of the bfd. */
/* Check the architecture in the note against the architecture of the bfd.
Newer architectures versions should not be added here as build attribute
are a better mechanism to convey ISA used. */
switch (bfd_get_mach (abfd))
{
default:
@@ -369,6 +464,9 @@ static struct
const char * string;
unsigned int mach;
}
/* Newer architectures versions should not be added here as build attribute are
a better mechanism to convey ISA used. */
architectures[] =
{
{ "armv2", bfd_mach_arm_2 },

View File

@@ -1,3 +1,155 @@
2018-11-27 Thomas Preud'homme <thomas.preudhomme@linaro.org>
* testsuite/gas/arm/cpu-arm1020.d: New testcase.
* testsuite/gas/arm/cpu-arm1020e.d: Likewise.
* testsuite/gas/arm/cpu-arm1020t.d: Likewise.
* testsuite/gas/arm/cpu-arm1022e.d: Likewise.
* testsuite/gas/arm/cpu-arm1026ej-s.d: Likewise.
* testsuite/gas/arm/cpu-arm1026ejs.d: Likewise.
* testsuite/gas/arm/cpu-arm10e.d: Likewise.
* testsuite/gas/arm/cpu-arm10t.d: Likewise.
* testsuite/gas/arm/cpu-arm10tdmi.d: Likewise.
* testsuite/gas/arm/cpu-arm1136j-s.d: Likewise.
* testsuite/gas/arm/cpu-arm1136jf-s.d: Likewise.
* testsuite/gas/arm/cpu-arm1136jfs.d: Likewise.
* testsuite/gas/arm/cpu-arm1136js.d: Likewise.
* testsuite/gas/arm/cpu-arm1156t2-s.d: Likewise.
* testsuite/gas/arm/cpu-arm1156t2f-s.d: Likewise.
* testsuite/gas/arm/cpu-arm1176jz-s.d: Likewise.
* testsuite/gas/arm/cpu-arm1176jzf-s.d: Likewise.
* testsuite/gas/arm/cpu-arm2.d: Likewise.
* testsuite/gas/arm/cpu-arm250.d: Likewise.
* testsuite/gas/arm/cpu-arm3.d: Likewise.
* testsuite/gas/arm/cpu-arm6.d: Likewise.
* testsuite/gas/arm/cpu-arm60.d: Likewise.
* testsuite/gas/arm/cpu-arm600.d: Likewise.
* testsuite/gas/arm/cpu-arm610.d: Likewise.
* testsuite/gas/arm/cpu-arm620.d: Likewise.
* testsuite/gas/arm/cpu-arm7.d: Likewise.
* testsuite/gas/arm/cpu-arm70.d: Likewise.
* testsuite/gas/arm/cpu-arm700.d: Likewise.
* testsuite/gas/arm/cpu-arm700i.d: Likewise.
* testsuite/gas/arm/cpu-arm710.d: Likewise.
* testsuite/gas/arm/cpu-arm7100.d: Likewise.
* testsuite/gas/arm/cpu-arm710c.d: Likewise.
* testsuite/gas/arm/cpu-arm710t.d: Likewise.
* testsuite/gas/arm/cpu-arm720.d: Likewise.
* testsuite/gas/arm/cpu-arm720t.d: Likewise.
* testsuite/gas/arm/cpu-arm740t.d: Likewise.
* testsuite/gas/arm/cpu-arm7500.d: Likewise.
* testsuite/gas/arm/cpu-arm7500fe.d: Likewise.
* testsuite/gas/arm/cpu-arm7d.d: Likewise.
* testsuite/gas/arm/cpu-arm7di.d: Likewise.
* testsuite/gas/arm/cpu-arm7dm.d: Likewise.
* testsuite/gas/arm/cpu-arm7dmi.d: Likewise.
* testsuite/gas/arm/cpu-arm7m.d: Likewise.
* testsuite/gas/arm/cpu-arm7t.d: Likewise.
* testsuite/gas/arm/cpu-arm7tdmi-s.d: Likewise.
* testsuite/gas/arm/cpu-arm7tdmi.d: Likewise.
* testsuite/gas/arm/cpu-arm8.d: Likewise.
* testsuite/gas/arm/cpu-arm810.d: Likewise.
* testsuite/gas/arm/cpu-arm9.d: Likewise.
* testsuite/gas/arm/cpu-arm920.d: Likewise.
* testsuite/gas/arm/cpu-arm920t.d: Likewise.
* testsuite/gas/arm/cpu-arm922t.d: Likewise.
* testsuite/gas/arm/cpu-arm926ej-s.d: Likewise.
* testsuite/gas/arm/cpu-arm926ej.d: Likewise.
* testsuite/gas/arm/cpu-arm926ejs.d: Likewise.
* testsuite/gas/arm/cpu-arm940t.d: Likewise.
* testsuite/gas/arm/cpu-arm946e-r0.d: Likewise.
* testsuite/gas/arm/cpu-arm946e-s.d: Likewise.
* testsuite/gas/arm/cpu-arm946e.d: Likewise.
* testsuite/gas/arm/cpu-arm966e-r0.d: Likewise.
* testsuite/gas/arm/cpu-arm966e-s.d: Likewise.
* testsuite/gas/arm/cpu-arm966e.d: Likewise.
* testsuite/gas/arm/cpu-arm968e-s.d: Likewise.
* testsuite/gas/arm/cpu-arm9e-r0.d: Likewise.
* testsuite/gas/arm/cpu-arm9e.d: Likewise.
* testsuite/gas/arm/cpu-arm9tdmi.d: Likewise.
* testsuite/gas/arm/cpu-arm_any.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a12.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a15.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a17.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a32.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a35.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a5.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a53.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a55.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a57.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a7.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a72.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a73.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a75.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a76.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a8.d: Likewise.
* testsuite/gas/arm/cpu-cortex-a9.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m0.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m0plus.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m1.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m23.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m3.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m33.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m4.d: Likewise.
* testsuite/gas/arm/cpu-cortex-m7.d: Likewise.
* testsuite/gas/arm/cpu-cortex-r4.d: Likewise.
* testsuite/gas/arm/cpu-cortex-r4f.d: Likewise.
* testsuite/gas/arm/cpu-cortex-r5.d: Likewise.
* testsuite/gas/arm/cpu-cortex-r52.d: Likewise.
* testsuite/gas/arm/cpu-cortex-r7.d: Likewise.
* testsuite/gas/arm/cpu-cortex-r8.d: Likewise.
* testsuite/gas/arm/cpu-ep9312.d: Likewise.
* testsuite/gas/arm/cpu-exynos-m1.d: Likewise.
* testsuite/gas/arm/cpu-fa526.d: Likewise.
* testsuite/gas/arm/cpu-fa606te.d: Likewise.
* testsuite/gas/arm/cpu-fa616te.d: Likewise.
* testsuite/gas/arm/cpu-fa626.d: Likewise.
* testsuite/gas/arm/cpu-fa626te.d: Likewise.
* testsuite/gas/arm/cpu-fa726te.d: Likewise.
* testsuite/gas/arm/cpu-fmp626.d: Likewise.
* testsuite/gas/arm/cpu-i80200.d: Likewise.
* testsuite/gas/arm/cpu-iwmmxt.d: Likewise.
* testsuite/gas/arm/cpu-iwmmxt2.d: Likewise.
* testsuite/gas/arm/cpu-marvell-pj4.d: Likewise.
* testsuite/gas/arm/cpu-marvell-whitney.d: Likewise.
* testsuite/gas/arm/cpu-mpcore.d: Likewise.
* testsuite/gas/arm/cpu-mpcorenovfp.d: Likewise.
* testsuite/gas/arm/cpu-sa1.d: Likewise.
* testsuite/gas/arm/cpu-strongarm.d: Likewise.
* testsuite/gas/arm/cpu-strongarm1.d: Likewise.
* testsuite/gas/arm/cpu-strongarm110.d: Likewise.
* testsuite/gas/arm/cpu-strongarm1100.d: Likewise.
* testsuite/gas/arm/cpu-strongarm1110.d: Likewise.
* testsuite/gas/arm/cpu-xgene1.d: Likewise.
* testsuite/gas/arm/cpu-xgene2.d: Likewise.
* testsuite/gas/arm/cpu-xscale.d: Likewise.
* testsuite/gas/arm/nop-asm.s: Likewise.
* testsuite/gas/arm/note-march-armv2.d: Likewise.
* testsuite/gas/arm/note-march-armv2.s: Likewise.
* testsuite/gas/arm/note-march-armv2a.d: Likewise.
* testsuite/gas/arm/note-march-armv2a.s: Likewise.
* testsuite/gas/arm/note-march-armv3.d: Likewise.
* testsuite/gas/arm/note-march-armv3.s: Likewise.
* testsuite/gas/arm/note-march-armv3m.d: Likewise.
* testsuite/gas/arm/note-march-armv3m.s: Likewise.
* testsuite/gas/arm/note-march-armv4.d: Likewise.
* testsuite/gas/arm/note-march-armv4.s: Likewise.
* testsuite/gas/arm/note-march-armv4t.d: Likewise.
* testsuite/gas/arm/note-march-armv4t.s: Likewise.
* testsuite/gas/arm/note-march-armv5.d: Likewise.
* testsuite/gas/arm/note-march-armv5.s: Likewise.
* testsuite/gas/arm/note-march-armv5t.d: Likewise.
* testsuite/gas/arm/note-march-armv5t.s: Likewise.
* testsuite/gas/arm/note-march-armv5te.d: Likewise.
* testsuite/gas/arm/note-march-armv5te.d: Likewise.
* testsuite/gas/arm/note-march-ep9312.d: Likewise.
* testsuite/gas/arm/note-march-ep9312.s: Likewise.
* testsuite/gas/arm/note-march-iwmmxt.d: Likewise.
* testsuite/gas/arm/note-march-iwmmxt.s: Likewise.
* testsuite/gas/arm/note-march-iwmmxt2.d: Likewise.
* testsuite/gas/arm/note-march-iwmmxt2.s: Likewise.
* testsuite/gas/arm/note-march-xscale.d: Likewise.
* testsuite/gas/arm/note-march-xscale.s: Likewise.
2018-11-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* config/tc-msp430.c (is_dint): New.

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1020 CPU
# source: nop-asm.s
# as: -mcpu=arm1020
# objdump: -d -marm1020
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1020e CPU
# source: nop-asm.s
# as: -mcpu=arm1020e
# objdump: -d -marm1020e
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1020t CPU
# source: nop-asm.s
# as: -mcpu=arm1020t
# objdump: -d -marm1020t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1022e CPU
# source: nop-asm.s
# as: -mcpu=arm1022e
# objdump: -d -marm1022e
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1026ej-s CPU
# source: nop-asm.s
# as: -mcpu=arm1026ej-s
# objdump: -d -marm1026ej-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1026ejs CPU
# source: nop-asm.s
# as: -mcpu=arm1026ejs
# objdump: -d -marm1026ejs
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm10e CPU
# source: nop-asm.s
# as: -mcpu=arm10e
# objdump: -d -marm10e
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm10t CPU
# source: nop-asm.s
# as: -mcpu=arm10t
# objdump: -d -marm10t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm10tdmi CPU
# source: nop-asm.s
# as: -mcpu=arm10tdmi
# objdump: -d -marm10tdmi
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1136j-s CPU
# source: nop-asm.s
# as: -mcpu=arm1136j-s
# objdump: -d -marm1136j-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1136jf-s CPU
# source: nop-asm.s
# as: -mcpu=arm1136jf-s
# objdump: -d -marm1136jf-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1136jfs CPU
# source: nop-asm.s
# as: -mcpu=arm1136jfs
# objdump: -d -marm1136jfs
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1136js CPU
# source: nop-asm.s
# as: -mcpu=arm1136js
# objdump: -d -marm1136js
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1156t2-s CPU
# source: nop-asm.s
# as: -mcpu=arm1156t2-s
# objdump: -d -marm1156t2-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1156t2f-s CPU
# source: nop-asm.s
# as: -mcpu=arm1156t2f-s
# objdump: -d -marm1156t2f-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1176jz-s CPU
# source: nop-asm.s
# as: -mcpu=arm1176jz-s
# objdump: -d -marm1176jz-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm1176jzf-s CPU
# source: nop-asm.s
# as: -mcpu=arm1176jzf-s
# objdump: -d -marm1176jzf-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm2 CPU
# source: nop-asm.s
# as: -mcpu=arm2
# objdump: -d -marm2
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm250 CPU
# source: nop-asm.s
# as: -mcpu=arm250
# objdump: -d -marm250
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm3 CPU
# source: nop-asm.s
# as: -mcpu=arm3
# objdump: -d -marm3
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm6 CPU
# source: nop-asm.s
# as: -mcpu=arm6
# objdump: -d -marm6
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm60 CPU
# source: nop-asm.s
# as: -mcpu=arm60
# objdump: -d -marm60
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm600 CPU
# source: nop-asm.s
# as: -mcpu=arm600
# objdump: -d -marm600
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm610 CPU
# source: nop-asm.s
# as: -mcpu=arm610
# objdump: -d -marm610
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm620 CPU
# source: nop-asm.s
# as: -mcpu=arm620
# objdump: -d -marm620
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7 CPU
# source: nop-asm.s
# as: -mcpu=arm7
# objdump: -d -marm7
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm70 CPU
# source: nop-asm.s
# as: -mcpu=arm70
# objdump: -d -marm70
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm700 CPU
# source: nop-asm.s
# as: -mcpu=arm700
# objdump: -d -marm700
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm700i CPU
# source: nop-asm.s
# as: -mcpu=arm700i
# objdump: -d -marm700i
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm710 CPU
# source: nop-asm.s
# as: -mcpu=arm710
# objdump: -d -marm710
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7100 CPU
# source: nop-asm.s
# as: -mcpu=arm7100
# objdump: -d -marm7100
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm710c CPU
# source: nop-asm.s
# as: -mcpu=arm710c
# objdump: -d -marm710c
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm710t CPU
# source: nop-asm.s
# as: -mcpu=arm710t
# objdump: -d -marm710t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm720 CPU
# source: nop-asm.s
# as: -mcpu=arm720
# objdump: -d -marm720
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm720t CPU
# source: nop-asm.s
# as: -mcpu=arm720t
# objdump: -d -marm720t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm740t CPU
# source: nop-asm.s
# as: -mcpu=arm740t
# objdump: -d -marm740t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7500 CPU
# source: nop-asm.s
# as: -mcpu=arm7500
# objdump: -d -marm7500
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7500fe CPU
# source: nop-asm.s
# as: -mcpu=arm7500fe
# objdump: -d -marm7500fe
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7d CPU
# source: nop-asm.s
# as: -mcpu=arm7d
# objdump: -d -marm7d
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7di CPU
# source: nop-asm.s
# as: -mcpu=arm7di
# objdump: -d -marm7di
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7dm CPU
# source: nop-asm.s
# as: -mcpu=arm7dm
# objdump: -d -marm7dm
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7dmi CPU
# source: nop-asm.s
# as: -mcpu=arm7dmi
# objdump: -d -marm7dmi
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7m CPU
# source: nop-asm.s
# as: -mcpu=arm7m
# objdump: -d -marm7m
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7t CPU
# source: nop-asm.s
# as: -mcpu=arm7t
# objdump: -d -marm7t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7tdmi-s CPU
# source: nop-asm.s
# as: -mcpu=arm7tdmi-s
# objdump: -d -marm7tdmi-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm7tdmi CPU
# source: nop-asm.s
# as: -mcpu=arm7tdmi
# objdump: -d -marm7tdmi
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm8 CPU
# source: nop-asm.s
# as: -mcpu=arm8
# objdump: -d -marm8
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm810 CPU
# source: nop-asm.s
# as: -mcpu=arm810
# objdump: -d -marm810
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm9 CPU
# source: nop-asm.s
# as: -mcpu=arm9
# objdump: -d -marm9
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm920 CPU
# source: nop-asm.s
# as: -mcpu=arm920
# objdump: -d -marm920
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm920t CPU
# source: nop-asm.s
# as: -mcpu=arm920t
# objdump: -d -marm920t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm922t CPU
# source: nop-asm.s
# as: -mcpu=arm922t
# objdump: -d -marm922t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm926ej-s CPU
# source: nop-asm.s
# as: -mcpu=arm926ej-s
# objdump: -d -marm926ej-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm926ej CPU
# source: nop-asm.s
# as: -mcpu=arm926ej
# objdump: -d -marm926ej
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm926ejs CPU
# source: nop-asm.s
# as: -mcpu=arm926ejs
# objdump: -d -marm926ejs
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm940t CPU
# source: nop-asm.s
# as: -mcpu=arm940t
# objdump: -d -marm940t
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm946e-r0 CPU
# source: nop-asm.s
# as: -mcpu=arm946e-r0
# objdump: -d -marm946e-r0
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm946e-s CPU
# source: nop-asm.s
# as: -mcpu=arm946e-s
# objdump: -d -marm946e-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm946e CPU
# source: nop-asm.s
# as: -mcpu=arm946e
# objdump: -d -marm946e
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm966e-r0 CPU
# source: nop-asm.s
# as: -mcpu=arm966e-r0
# objdump: -d -marm966e-r0
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm966e-s CPU
# source: nop-asm.s
# as: -mcpu=arm966e-s
# objdump: -d -marm966e-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm966e CPU
# source: nop-asm.s
# as: -mcpu=arm966e
# objdump: -d -marm966e
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm968e-s CPU
# source: nop-asm.s
# as: -mcpu=arm968e-s
# objdump: -d -marm968e-s
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm9e-r0 CPU
# source: nop-asm.s
# as: -mcpu=arm9e-r0
# objdump: -d -marm9e-r0
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm9e CPU
# source: nop-asm.s
# as: -mcpu=arm9e
# objdump: -d -marm9e
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm9tdmi CPU
# source: nop-asm.s
# as: -mcpu=arm9tdmi
# objdump: -d -marm9tdmi
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for arm2 CPU
# source: nop-asm.s
# as: -mcpu=all
# objdump: -d -marm_any
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a12 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a12
# objdump: -d -mcortex-a12
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a15 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a15
# objdump: -d -mcortex-a15
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a17 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a17
# objdump: -d -mcortex-a17
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a32 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a32
# objdump: -d -mcortex-a32
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a35 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a35
# objdump: -d -mcortex-a35
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a5 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a5
# objdump: -d -mcortex-a5
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a53 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a53
# objdump: -d -mcortex-a53
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a55 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a55
# objdump: -d -mcortex-a55
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a57 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a57
# objdump: -d -mcortex-a57
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a7 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a7
# objdump: -d -mcortex-a7
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a72 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a72
# objdump: -d -mcortex-a72
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a73 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a73
# objdump: -d -mcortex-a73
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a75 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a75
# objdump: -d -mcortex-a75
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a76 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a76
# objdump: -d -mcortex-a76
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a8 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a8
# objdump: -d -mcortex-a8
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-a9 CPU
# source: nop-asm.s
# as: -mcpu=cortex-a9
# objdump: -d -mcortex-a9
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m0 CPU
# source: nop-asm.s
# as: -mcpu=cortex-m0
# objdump: -d -M force-thumb -mcortex-m0
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m0plus CPU
# source: nop-asm.s
# as: -mcpu=cortex-m0plus
# objdump: -d -M force-thumb -mcortex-m0plus
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m1 CPU
# source: nop-asm.s
# as: -mcpu=cortex-m1
# objdump: -d -M force-thumb -mcortex-m1
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m23 CPU
# source: nop-asm.s
# as: -mcpu=cortex-m23
# objdump: -d -M force-thumb -mcortex-m23
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m3 CPU
# source: nop-asm.s
# as: -mcpu=cortex-m3
# objdump: -d -M force-thumb -mcortex-m3
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m33 CPU
# source: nop-asm.s
# as: -mcpu=cortex-m33
# objdump: -d -M force-thumb -mcortex-m33
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m4 CPU
# source: nop-asm.s
# as: -mcpu=cortex-m4
# objdump: -d -M force-thumb -mcortex-m4
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-m7 CPU
# source: nop-asm.s
# as: -mcpu=cortex-m7
# objdump: -d -M force-thumb -mcortex-m7
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-r4 CPU
# source: nop-asm.s
# as: -mcpu=cortex-r4
# objdump: -d -mcortex-r4
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-r4f CPU
# source: nop-asm.s
# as: -mcpu=cortex-r4f
# objdump: -d -mcortex-r4f
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-r5 CPU
# source: nop-asm.s
# as: -mcpu=cortex-r5
# objdump: -d -mcortex-r5
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-r52 CPU
# source: nop-asm.s
# as: -mcpu=cortex-r52
# objdump: -d -mcortex-r52
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-r7 CPU
# source: nop-asm.s
# as: -mcpu=cortex-r7
# objdump: -d -mcortex-r7
#...

View File

@@ -0,0 +1,6 @@
# name: Assemble and dump for cortex-r8 CPU
# source: nop-asm.s
# as: -mcpu=cortex-r8
# objdump: -d -mcortex-r8
#...

Some files were not shown because too many files have changed in this diff Show More