mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
6a4837657a
* elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG and DT_MIPS_RLD_MAP tags for position-independent executables. Do not add DT_DEBUG to shared libraries for any MIPS target. ld/testsuite/ * ld-mips-elf/multi-got-1.d: Remove DT_DEBUG tag. Do not require a specific file offset for .dynamic. Reduce DT_HASH by 8 to account for removed tag. * ld-mips-elf/tls-multi-got-1.r: Likewise. Also reduce DT_REL by 8. Reduce PLTGOT and symbol values by 16 to account for the removed tag. * ld-mips-elf/textrel-1.d: Remove DT_DEBUG tag. * ld-mips-elf/rel32-n32.d: Reduce addresses by 16 to account for removed DT_DEBUG tag. * ld-mips-elf/rel64.d: Likewise. * ld-mips-elf/tls-multi-got-1.got: Likewise. * ld-mips-elf/tlslib-o32-hidden.got: Likewise.
26 lines
1.1 KiB
Makefile
26 lines
1.1 KiB
Makefile
#name: MIPS textrel-1
|
|
#source: textrel-1.s
|
|
#as: -EB -n32
|
|
#ld: -shared -melf32btsmipn32
|
|
#readelf: -d
|
|
|
|
Dynamic section at offset .* contains 17 entries:
|
|
Tag Type Name/Value
|
|
0x00000004 \(HASH\) 0x[0-9a-f]*
|
|
0x00000005 \(STRTAB\) 0x[0-9a-f]*
|
|
0x00000006 \(SYMTAB\) 0x[0-9a-f]*
|
|
0x0000000a \(STRSZ\) [0-9]* \(bytes\)
|
|
0x0000000b \(SYMENT\) 16 \(bytes\)
|
|
0x00000003 \(PLTGOT\) 0x[0-9a-f]*
|
|
0x00000011 \(REL\) 0x[0-9a-f]*
|
|
0x00000012 \(RELSZ\) 8 \(bytes\)
|
|
0x00000013 \(RELENT\) 8 \(bytes\)
|
|
0x70000001 \(MIPS_RLD_VERSION\) 1
|
|
0x70000005 \(MIPS_FLAGS\) NOTPOT
|
|
0x70000006 \(MIPS_BASE_ADDRESS\) 0
|
|
0x7000000a \(MIPS_LOCAL_GOTNO\) [0-9]*
|
|
0x70000011 \(MIPS_SYMTABNO\) [0-9]*
|
|
0x70000012 \(MIPS_UNREFEXTNO\) [0-9]*
|
|
0x70000013 \(MIPS_GOTSYM\) 0x[0-9a-f]*
|
|
0x00000000 \(NULL\) 0x0
|