Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / m32r / rel32-err.s
1
2 ; { dg-do assemble { target m32r-*-* } }
3
4         .text
5         nop
6         nop
7 bar:
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" }