* dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / warn-2.s
CommitLineData
9aec2026
NC
1;# { dg-do assemble }
2;# { dg-skip-if "DWARF2 output not supported" { mcore-*-* mn10*-*-* moxie-*-* v850-*-* } }
3;# { dg-skip-if "no NOP opcode" { mmix-*-* openrisc-*-* or32-*-* } }
4;# { dg-options "--gdwarf2 --defsym ia64=0" }
5;# { dg-options "--gdwarf2 --defsym ia64=1" { target ia64-*-* i370-*-* } }
6 .offset 40
7.ifeq ia64 - 1
8 nop 0
9.else
10 nop
11.endif
12;# { dg-warning "Warning: dwarf line number information for .* ignored" "" { target *-*-* } 0 }
This page took 0.02318 seconds and 4 git commands to generate.