aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/data-sections.s
blob: 0d6284c6787e5bc3f53d0a7173eb48481eed3395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
        .section ".data.aa.01", "aw"
        .word 0x1

        .section ".data.aa.02", "aw"
        .word 0x2

        .section ".data.aa.03", "aw"
        .word 0x3

        .section ".data.bb.01", "aw"
        .word 0x4

        .section ".data.bb.02", "aw"
        .word 0x5

        .section ".data.bb.03", "aw"
        .word 0x6