]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/dot_s/function-data-sections.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / dot_s / function-data-sections.s
1 .text
2 .section .text.foo,"ax",@progbits
3 .globl foo
4 .type foo,@function
5 foo:
6 return
7 .endfunc
8 .Lfunc_end0:
9 .size foo, .Lfunc_end0-foo
10
11 .section .text.bar,"ax",@progbits
12 .globl bar
13 .type bar,@function
14 bar:
15 .param i32
16 .result i32
17 return $0
18 .endfunc
19 .Lfunc_end1:
20 .size bar, .Lfunc_end1-bar
21
22 .section .text.qux,"ax",@progbits
23 .globl qux
24 .type qux,@function
25 qux:
26 .param f64, f64
27 .result f64
28 f64.add $push0=, $0, $1
29 return $pop0
30 .endfunc
31 .Lfunc_end2:
32 .size qux, .Lfunc_end2-qux
33
34 .type aaa,@object
35 .section .bss.aaa,"aw",@nobits
36 .globl aaa
37 .align 2
38 aaa:
39 .int32 0
40 .size aaa, 4
41
42 .type bbb,@object
43 .section .data.bbb,"aw",@progbits
44 .globl bbb
45 .align 2
46 bbb:
47 .int32 1
48 .size bbb, 4
49
50 .type ccc,@object
51 .section .data.ccc,"aw",@progbits
52 .globl ccc
53 .align 2
54 ccc:
55 .int32 1075000115
56 .size ccc, 4