]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/testsuite/binutils-all/mbind1.s
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / mbind1.s
CommitLineData
a91e1603
L
1 .section .mbind.data,"adw",%progbits
2 .byte 1
3
4 .section .mbind.data,"adw",%progbits,0x3
5 .byte 2
6
7 .section .mbind.text,"adx",%progbits
8 .byte 3
9
10 .section .mbind.text,"adx",%progbits,0x3
11 .byte 4
12
13 .section .mbind.bss,"adw",%nobits
14 .zero 5
15
16 .section .mbind.bss,"adw",%nobits,0x3
17 .zero 6
18
19 .section .mbind.rodata,"adG",%progbits,.foo_group,comdat,0x2
20 .byte 7
21
22 .section .mbind.data,"adGw",%progbits,.foo_group,comdat
23 .byte 8
24
25 .section .mbind.data,"adGw",%progbits,.foo_group,comdat,0x3
26 .byte 9
27
28 # Check that .pushsection works as well.
29 .pushsection .mbind.text,"adGx",%progbits,.foo_group,comdat,0x3
30 .byte 10
31
32 .popsection
33 .byte 11