Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-5.s
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 lw $2, %gp_rel(i)($28)
6
7 .section .sdata
8 .space 0x10000
9
10 .section .sbss
11 i:
12 .space 4
This page took 0.036629 seconds and 4 git commands to generate.