ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / undefined-warn.d
1 #objdump: -d --prefix-addresses --show-raw-insn
2 #name: MIPS undefined reference with --warn-unresolved-symbols
3 #source: undefined.s
4 #ld: -e foo --warn-unresolved-symbols
5 #warning: \A[^\n]*\.o: in function `foo':\n\(\.text\+0x0\): warning: undefined reference to `bar'\Z
6
7 .*: file format .*
8
9 Disassembly of section \.text:
10
11 # Loaded value must not be 0.
12 [0-9a-f]+ <[^>]*> 2402.... li v0,[-1-9][0-9]*
13 \.\.\.
This page took 0.065489 seconds and 4 git commands to generate.