yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | .file "initfini.c" |
2 | .version "01.01" | ||||
3 | gcc2_compiled.: | ||||
4 | __gnu_compiled_c: | ||||
5 | |||||
6 | .section .init | ||||
7 | .align 1 | ||||
8 | .globl _init | ||||
9 | .type _init,@function | ||||
10 | ret | ||||
11 | .Lfe2: | ||||
12 | |||||
13 | .section .fini | ||||
14 | .align 1 | ||||
15 | .globl _fini | ||||
16 | .type _fini,@function | ||||
17 | ret | ||||
18 | .Lfe3: | ||||
19 | .ident "GCC: (GNU) 2.95.2 19991024 (release) (Linux/VAX CVS)" |