Remove support for the (deprecated) openrisc and or32 configurations and replace
[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
NC
5;# { dg-options "--gdwarf2 --defsym nop_type=3" { target i370-*-* } }
6
9aec2026 7 .offset 40
8c9461a4 8
516e75be 9 .ifeq nop_type - 1
9aec2026 10 nop 0
516e75be
AM
11 .else
12 .ifeq nop_type - 2
8c9461a4 13 l.nop 0
516e75be
AM
14 .else
15 .ifeq nop_type - 3
8c9461a4 16 nopr 1
516e75be 17 .else
9aec2026 18 nop
516e75be
AM
19 .endif
20 .endif
21 .endif
8c9461a4 22
73589c9d 23;# { dg-warning "Warning: dwarf line number information for .* ignored" "" { xfail i370-*-* mcore-*-* mn10200-*-* moxie-*-* v850*-*-* } 0 }
This page took 0.130207 seconds and 4 git commands to generate.