Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / textrel-1.s
1 .globl foo
2 .type foo, @function
3 foo:
4 .cfi_startproc
5 nop
6 .cfi_def_cfa_offset 4
7 nop
8 .cfi_register $29, $0
9 nop
10 .cfi_endproc
This page took 0.037809 seconds and 4 git commands to generate.