bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / big-obj.s
CommitLineData
167ad85b
TG
1 .file "big-obj.s"
2
3 .irp n,0,1,2,3,4
4 .irp m,0,1,2,3,4,5,6,7,8,9
5 .irp c,0,1,2,3,4,5,6,7,8,9
6 .irp d,0,1,2,3,4,5,6,7,8,9
7 .irp u,0,1,2,3,4,5,6,7,8,9
8 .globl a\n\m\c\d\u
9 .section .data$a\n\m\c\d\u,"w"
10a\n\m\c\d\u :
11 .byte 1
12 .endr
13 .endr
14 .endr
15 .endr
16 .endr
This page took 0.093761 seconds and 4 git commands to generate.