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