Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / remove-relocs-01.s
1 .section ".data.relocs.01", "aw"
2 .dc.a rel_01_01
3 .dc.a rel_01_02
4 .dc.a rel_01_03
5
6 .section ".data.relocs.02", "aw"
7 .dc.a rel_02_01
8 .dc.a rel_02_02
9 .dc.a rel_02_03
10
11 .section ".data.relocs.03", "aw"
12 .dc.a rel_03_01
13 .dc.a rel_03_02
14 .dc.a rel_03_03
15
16 .section ".data.01", "aw"
17 .dc.a 0x1
18 .dc.a 0x2
19 .dc.a 0x3
This page took 0.030084 seconds and 4 git commands to generate.