8f79b794ce
Define elf_backend_omit_section_dynsym to bfd_true for x86-64, similar to i386, x86-64 doesn't need dynamic sections symbols. bfd/ * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined to bfd_true. ld/ * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated. * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise. * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise. * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise. * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise. * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise. * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise. * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise. * testsuite/ld-x86-64/bnd-plt-1.d: Likewise. * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise. * testsuite/ld-x86-64/ilp32-4.d: Likewise. * testsuite/ld-x86-64/load1c-nacl.d: Likewise. * testsuite/ld-x86-64/load1c.d: Likewise. * testsuite/ld-x86-64/load1d-nacl.d: Likewise. * testsuite/ld-x86-64/load1d.d: Likewise. * testsuite/ld-x86-64/pr14207.d: Likewise. * testsuite/ld-x86-64/pr19162.d: Likewise. * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise. * testsuite/ld-x86-64/tlsdesc.rd: Likewise. * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise. * testsuite/ld-x86-64/tlsgdesc.rd: Likewise. * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise. * testsuite/ld-x86-64/tlspic.rd: Likewise.
29 lines
1.4 KiB
Makefile
29 lines
1.4 KiB
Makefile
#as: --x32
|
|
#ld: -m elf32_x86_64 -shared --no-ld-generated-unwind-info
|
|
#readelf: -d -S --wide
|
|
#target: x86_64-*-linux*
|
|
|
|
There are 9 section headers, starting at offset .*:
|
|
|
|
Section Headers:
|
|
\[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al
|
|
\[ 0\] NULL 00000000 000000 000000 00 0 0 0
|
|
\[ 1\] .hash HASH 00000094 000094 000028 04 A 2 0 4
|
|
\[ 2\] .dynsym DYNSYM 000000bc 0000bc 000050 10 A 3 1 4
|
|
\[ 3\] .dynstr STRTAB 0000010c 00010c 000019 00 A 0 0 1
|
|
\[ 4\] .text PROGBITS 00000125 000125 000001 00 AX 0 0 1
|
|
\[ 5\] .dynamic DYNAMIC 00200128 000128 000058 08 WA 3 0 4
|
|
\[ 6\] .shstrtab STRTAB 00000000 [0-9a-f]+ 000040 00 0 0 1
|
|
\[ 7\] .symtab SYMTAB 00000000 [0-9a-f]+ [0-9a-f]+ 10 8 [0-9] 4
|
|
\[ 8\] .strtab STRTAB 00000000 [0-9a-f]+ [0-9a-f]+ 00 0 0 1
|
|
Key to Flags:
|
|
#...
|
|
|
|
Dynamic section at offset 0x128 contains 6 entries:
|
|
Tag Type Name/Value
|
|
0x00000004 \(HASH\) 0x94
|
|
0x00000005 \(STRTAB\) 0x10c
|
|
0x00000006 \(SYMTAB\) 0xbc
|
|
0x0000000a \(STRSZ\) 25 \(bytes\)
|
|
0x0000000b \(SYMENT\) 16 \(bytes\)
|
|
0x00000000 \(NULL\) 0x0
|