fix typo last commit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / per-function-debugline.s
1 .file "per-function-debugline.s"
2 __SP_H__ = 0x3e
3 __SP_L__ = 0x3d
4 __SREG__ = 0x3f
5 __RAMPZ__ = 0x3b
6 __tmp_reg__ = 0
7 __zero_reg__ = 1
8 .comm g,2,1
9 .section .text.main,"ax",@progbits
10 .global main
11 .type main, @function
12 main:
13 push r28
14 push r29
15 in r28,__SP_L__
16 in r29,__SP_H__
17 /* prologue: function */
18 /* frame size = 0 */
19 /* stack size = 2 */
20 .L__stack_usage = 2
21 call foo
22 lds r24,g
23 lds r25,g+1
24 sbiw r24,1
25 sts g+1,r25
26 sts g,r24
27 lds r24,g
28 lds r25,g+1
29 /* epilogue start */
30 pop r29
31 pop r28
32 ret
33 .size main, .-main
34 .ident "GCC: (GNU) 6.0.0 20150630 (experimental)"
35 .global __do_clear_bss
This page took 0.030108 seconds and 4 git commands to generate.