mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
f7661549c7
2006-05-25 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (ELF_MAXPAGESIZE): Updated to 0x200000. ld/ 2006-05-25 H.J. Lu <hongjiu.lu@intel.com> * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000. ld/testsuite/ 2006-05-25 H.J. Lu <hongjiu.lu@intel.com> * ld-x86-64/tlsbin.dd: Updated for 2MB maximum page size. * ld-x86-64/tlsbin.rd: Likewise. * ld-x86-64/tlsbin.sd: Likewise. * ld-x86-64/tlsbin.td: Likewise. * ld-x86-64/tlsbindesc.dd: Likewise. * ld-x86-64/tlsbindesc.rd: Likewise. * ld-x86-64/tlsbindesc.sd: Likewise. * ld-x86-64/tlsbindesc.td: Likewise. * ld-x86-64/tlsdesc.dd: Likewise. * ld-x86-64/tlsdesc.pd: Likewise. * ld-x86-64/tlsdesc.rd: Likewise. * ld-x86-64/tlsdesc.sd: Likewise. * ld-x86-64/tlsdesc.td: Likewise. * ld-x86-64/tlsgdesc.dd: Likewise. * ld-x86-64/tlspic.dd: Likewise. * ld-x86-64/tlspic.rd: Likewise. * ld-x86-64/tlspic.sd: Likewise. * ld-x86-64/tlspic.td: Likewise.
24 lines
792 B
Plaintext
24 lines
792 B
Plaintext
#source: tlsdesc.s
|
|
#source: tlspic2.s
|
|
#as: --64
|
|
#ld: -shared -melf_x86_64
|
|
#objdump: -s -j.got -j.got.plt
|
|
#target: x86_64-*-*
|
|
|
|
.*: +file format elf64-x86-64
|
|
|
|
Contents of section \.got:
|
|
201308 00000000 00000000 00000000 00000000 .*
|
|
201318 00000000 00000000 00000000 00000000 .*
|
|
201328 00000000 00000000 00000000 00000000 .*
|
|
201338 00000000 00000000 00000000 00000000 .*
|
|
201348 00000000 00000000 .*
|
|
Contents of section \.got\.plt:
|
|
201350 b8112000 00000000 00000000 00000000 .*
|
|
201360 00000000 00000000 00000000 00000000 .*
|
|
201370 00000000 00000000 00000000 00000000 .*
|
|
201380 00000000 00000000 00000000 00000000 .*
|
|
201390 00000000 00000000 00000000 00000000 .*
|
|
2013a0 00000000 00000000 00000000 00000000 .*
|
|
2013b0 00000000 00000000 .*
|