2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / rel32-err.s
CommitLineData
157e7bd1
NC
1
2; { dg-do assemble { target m32r-*-* } }
3
4 .text
5 nop
6 nop
7bar:
8 .section .text2
9 .2byte bar - . ; { dg-error "can't export reloc type 11" }
10 .byte bar - . ; { dg-error "can\'t export reloc type 7" }
This page took 0.273039 seconds and 4 git commands to generate.