aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/remove-relocs-01.s
blob: 642d54f004fe3d7cc56a4628ad94b38afe81c080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
        .section ".data.relocs.01", "aw"
        .word   rel_01_01
        .word   rel_01_02
        .word   rel_01_03

        .section ".data.relocs.02", "aw"
        .word   rel_02_01
        .word   rel_02_02
        .word   rel_02_03

        .section ".data.relocs.03", "aw"
        .word   rel_03_01
        .word   rel_03_02
        .word   rel_03_03

        .section ".data.01", "aw"
        .word   0x1
        .word   0x2
        .word   0x3