* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / cfi / cfi-mips-1.s
blobcf7d5e2fc816d8d4a0a2d7f67621ed91f5fe3bcf
1 .file 1 "foo.c"
2 .section .mdebug.abi64
3 .previous
4 .text
5 .align 2
6 .globl foo
7 .ent foo
8 .cfi_startproc
9 foo:
10 .frame $fp,8,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
11 .mask 0x40000000,-8
12 .fmask 0x00000000,0
13 .set noreorder
14 .set nomacro
16 .cfi_def_cfa $sp, 0
17 addiu $sp,$sp,-8
18 .cfi_adjust_cfa_offset 8
19 sw $fp,0($sp)
20 .cfi_offset $30, -8
21 move $fp,$sp
22 .cfi_def_cfa $fp, 8
24 nop
25 nop
26 nop
28 move $sp,$fp
29 lw $fp,0($sp)
30 addiu $sp,$sp,8
31 .cfi_def_cfa $sp, 0
32 j $31
33 nop
34 .set macro
35 .set reorder
36 .end foo
37 .cfi_endproc
38 .size foo, .-foo
39 .ident "GCC: (GNU) 4.0.0 20041226 (experimental)"