aarch64*-*-*ilp32 gas tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / warn-2.s
CommitLineData
9aec2026 1;# { dg-do assemble }
8c9461a4
NC
2;# { dg-options "--gdwarf2 --defsym nop_type=0" }
3;# { dg-options "--gdwarf2 --defsym nop_type=1" { target ia64-*-* } }
73589c9d 4;# { dg-options "--gdwarf2 --defsym nop_type=2" { target or1k*-*-* } }
8c9461a4 5
9aec2026 6 .offset 40
8c9461a4 7
516e75be 8 .ifeq nop_type - 1
9aec2026 9 nop 0
516e75be
AM
10 .else
11 .ifeq nop_type - 2
8c9461a4 12 l.nop 0
516e75be 13 .else
9aec2026 14 nop
516e75be
AM
15 .endif
16 .endif
8c9461a4 17
6793974d 18;# { dg-warning "Warning: dwarf line number information for .* ignored" "" { xfail v850*-*-* } 0 }
This page took 0.577573 seconds and 4 git commands to generate.