Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / per-function-debugline.s
CommitLineData
328e7bfd
DC
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
12main:
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.056159 seconds and 4 git commands to generate.