]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/msp430/fini-array.s
MSP430 Assembler: Define symbols for functions to run through.
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / msp430 / fini-array.s
1 .file "main.c"
2 .section .fini_array,"aw"
3 .balign 2
4 .short 42
5 .text
6 .balign 2
7 .global main
8 .type main, @function
9 main:
10 ; start of function
11 ; framesize_regs: 0
12 ; framesize_locals: 0
13 ; framesize_outgoing: 0
14 ; framesize: 0
15 ; elim ap -> fp 2
16 ; elim fp -> sp 0
17 ; saved regs:(none)
18 ; start of prologue
19 ; end of prologue
20 .L2:
21 BR #.L2
22 .size main, .-main