bfd, ld: add CTF section linking
[deliverable/binutils-gdb.git] / ld / testsuite / ld-msp430-elf / valid-map-foo.s
1 .file "foo.c"
2 .text
3 .section .text.foo1,"ax",@progbits
4 .balign 2
5 .global foo1
6 .type foo1, @function
7 foo1:
8 ; start of function
9 ; framesize_regs: 0
10 ; framesize_locals: 0
11 ; framesize_outgoing: 0
12 ; framesize: 0
13 ; elim ap -> fp 2
14 ; elim fp -> sp 0
15 ; saved regs:(none)
16 ; start of prologue
17 ; end of prologue
18 NOP
19 .L2:
20 MOV.W &a, R12
21 CMP.W #0, R12 { JNE .L2
22 MOV.B #0, R12
23 ; start of epilogue
24 RET
25 .size foo1, .-foo1
26 .ident "GCC: (jozef) 7.3.2"
This page took 0.029886 seconds and 4 git commands to generate.