Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jaloverflow-2.s
CommitLineData
c314987d
RS
1# jal relocs against undefined weak symbols should not be treated as
2# overflowing
3
4 .globl start
660df28a 5 .type start, @function
c314987d
RS
6 .weak foo
7start:
8 jal foo
This page took 0.676345 seconds and 4 git commands to generate.