Don't generate PLT relocations for now binding
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-estimate-1.d
CommitLineData
63897e2c
RS
1#name: MIPS reloc estimation 1
2#source: reloc-estimate-1a.s
3#source: reloc-estimate-1b.s
4#ld: -shared -T reloc-estimate-1.ld
5#objdump: -R -sj.foo
6
7.*
8
9DYNAMIC RELOCATION RECORDS
10OFFSET TYPE VALUE
1100000000 R_MIPS_NONE \*ABS\*
3a1cfc45 1200010000 R_MIPS_REL32 foo@@V2
63897e2c
RS
13
14
15# The address must be 0x810. We should only ever allocate one dynamic
16# reloc over and above the first R_MIPS_NONE entry.
17Contents of section \.foo:
bc235167 18 0810 (deadbeef|efbeadde) ....
This page took 0.291551 seconds and 4 git commands to generate.