repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
gas
/
testsuite
/
gas
/
cfi
/
cfi-mips-1.s
blob
cf7d5e2fc816d8d4a0a2d7f67621ed91f5fe3bcf
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)"