ca7d30d9ca
ld-cris/expdyn7.d, ld-cris/gotplt1.d, ld-cris/gotplt2.d, ld-cris/gotplt3.d, ld-cris/hiddef1.d, ld-cris/libdso-2.d, ld-cris/locref1.d, ld-cris/locref2.d, ld-cris/weakref2.d, ld-i386/tlsbin.rd, ld-i386/tlsnopic.rd, ld-i386/tlspic.rd, ld-ia64/tlsbin.dd, ld-ia64/tlsbin.rd, ld-ia64/tlspic.dd, ld-ia64/tlspic.rd, ld-powerpc/tlsexe32.d, ld-powerpc/tlsexe32.g, ld-powerpc/tlsexe32.r, ld-powerpc/tlsexe32.t, ld-powerpc/tlsso32.d, ld-powerpc/tlsso32.g, ld-powerpc/tlsso32.r, ld-powerpc/tlsso32.t, ld-s390/tlsbin.dd, ld-s390/tlsbin.rd, ld-s390/tlspic.rd, ld-sparc/tlssunbin32.rd, ld-sparc/tlssunpic32.rd, ld-x86-64/tlsbin.rd, ld-x86-64/tlspic.dd, ld-x86-64/tlspic.rd: Adjust for _GLOBAL_OFFSET_TABLE_ now hidden.
48 lines
1.7 KiB
Makefile
48 lines
1.7 KiB
Makefile
#source: dso-2.s
|
|
#source: dsofnf2.s
|
|
#source: gotrel1.s
|
|
#as: --pic --no-underscore
|
|
#ld: -m crislinux tmpdir/libdso-1.so
|
|
#objdump: -sR
|
|
|
|
# Make sure we don't merge a PLT-specific entry
|
|
# (R_CRIS_JUMP_SLOT) with a non-PLT-GOT-specific entry
|
|
# (R_CRIS_GLOB_DAT) in an executable, since they may have
|
|
# different contents there. (If we merge them in a DSO it's ok:
|
|
# we make a round-trip to the PLT in the executable if it's
|
|
# referenced there, but that's still perceived as better than
|
|
# having an unnecessary PLT, dynamic reloc and lookup in the
|
|
# DSO.) In the executable, the GOT contents for the non-PLT
|
|
# reloc should be constant.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET TYPE VALUE
|
|
000822b4 R_CRIS_JUMP_SLOT dsofn
|
|
|
|
Contents of section .*
|
|
#...
|
|
Contents of section \.rela\.plt:
|
|
801ac b4220800 0b050000 00000000 .*
|
|
Contents of section \.plt:
|
|
801b8 fce17e7e 7f0dac22 0800307a 7f0db022 .*
|
|
801c8 08003009 7f0db422 08003009 3f7e0000 .*
|
|
801d8 00002ffe d8ffffff .*
|
|
Contents of section \.text:
|
|
801e0 5f1d0c00 30096f1d 0c000000 30090000 .*
|
|
801f0 6f0d1000 0000611a 6f2ecc01 08000000 .*
|
|
80200 6f3e58df ffff0000 .*
|
|
Contents of section \.dynamic:
|
|
82220 01000000 01000000 04000000 e4000800 .*
|
|
82230 05000000 70010800 06000000 10010800 .*
|
|
82240 0a000000 3b000000 0b000000 10000000 .*
|
|
82250 15000000 00000000 03000000 a8220800 .*
|
|
82260 02000000 0c000000 14000000 07000000 .*
|
|
82270 17000000 ac010800 00000000 00000000 .*
|
|
82280 00000000 00000000 00000000 00000000 .*
|
|
82290 00000000 00000000 00000000 00000000 .*
|
|
822a0 00000000 00000000 .*
|
|
Contents of section \.got:
|
|
822a8 20220800 00000000 00000000 d4010800 .*
|
|
822b8 cc010800 .*
|