Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-mips-1.s
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
15
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
23
24 nop
25 nop
26 nop
27
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)"
This page took 0.030976 seconds and 4 git commands to generate.