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" }
11