]> Git Repo - binutils.git/blob - binutils/testsuite/binutils-all/data-sections.s
Automatic date update in version.in
[binutils.git] / binutils / testsuite / binutils-all / data-sections.s
1         .section ".data.aa.01", "aw"
2         .word 0x1
3
4         .section ".data.aa.02", "aw"
5         .word 0x2
6
7         .section ".data.aa.03", "aw"
8         .word 0x3
9
10         .section ".data.bb.01", "aw"
11         .word 0x4
12
13         .section ".data.bb.02", "aw"
14         .word 0x5
15
16         .section ".data.bb.03", "aw"
17         .word 0x6
This page took 0.024634 seconds and 4 git commands to generate.