[ARC] Object attributes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / attr-name.s
1 ;;; Set the cpu to avoid the eventual warning when setting Tag_ARC_CPU_base.
2 .cpu ARC600
3 .arc_attribute Tag_ARC_PCS_config,1
4 .arc_attribute Tag_ARC_CPU_base, 1
5 .arc_attribute Tag_ARC_CPU_variation, 1
6 .arc_attribute Tag_ARC_CPU_name, "random-cpu"
7 .arc_attribute Tag_ARC_ABI_rf16, 1
8 .arc_attribute Tag_ARC_ABI_osver, 3
9 .arc_attribute Tag_ARC_ABI_sda, 2
10 .arc_attribute Tag_ARC_ABI_pic, 2
11 .arc_attribute Tag_ARC_ABI_tls, 25
12 .arc_attribute Tag_ARC_ABI_enumsize, 1
13 .arc_attribute Tag_ARC_ABI_exceptions, 1
14 .arc_attribute Tag_ARC_ABI_double_size, 8
15 .arc_attribute Tag_ARC_ISA_config, "CD,FPUDA"
16 .arc_attribute Tag_ARC_ISA_apex, "QUARKSE"
17 .arc_attribute Tag_ARC_ISA_mpy_option, 6
This page took 0.042651 seconds and 4 git commands to generate.