* dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with a
[binutils.git] / gas / testsuite / gas / elf / warn-2.s
blob0d69f100c33b347ee9083b815de891b75ba86e70
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 }