mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
935bd1e079
2009-09-24 H.J. Lu <hongjiu.lu@intel.com> PR ld/10630 * elflink.c (elf_link_output_extsym): Turn off visibility on local symbol. (bfd_elf_final_link): Turn off visibility on dynamic local symbol. ld/testsuite/ 2009-09-24 H.J. Lu <hongjiu.lu@intel.com> PR ld/10630 * ld-alpha/tlsbin.rd: Remove HIDDEN/.hidden on local symbols. * ld-alpha/tlsbinr.rd: Likewise. * ld-alpha/tlspic.rd: Likewise. * ld-cris/libdso-2.d: Likewise. * ld-cris/locref1.d: Likewise. * ld-cris/locref2.d: Likewise. * ld-cris/tls-e-20a.d: Likewise. * ld-cris/tls-e-20.d: Likewise. * ld-cris/tls-e-80.d: Likewise. * ld-cris/tls-gc-68.d: Likewise. * ld-cris/tls-gc-69.d: Likewise. * ld-cris/tls-gc-70.d: Likewise. * ld-cris/tls-gc-75.d: Likewise. * ld-cris/tls-gc-76.d: Likewise. * ld-cris/tls-gc-79.d: Likewise. * ld-cris/tls-gd-1h.d: Likewise. * ld-cris/tls-gd-2h.d: Likewise. * ld-cris/tls-ld-4.d: Likewise. * ld-cris/tls-ld-5.d: Likewise. * ld-cris/tls-ld-6.d: Likewise. * ld-cris/tls-ld-7.d: Likewise. * ld-cris/tls-ldgd-14.d: Likewise. * ld-cris/tls-ldgd-15.d: Likewise. * ld-cris/tls-local-63.d: Likewise. * ld-cris/tls-local-64.d: Likewise. * ld-elf/pr9676.rd: Likewise. * ld-elf/pr9679.rd: Likewise. * ld-elfvsb/hidden2.d: Likewise. * ld-i386/tlsbindesc.rd: Likewise. * ld-i386/tlsbin.rd: Likewise. * ld-i386/tlsdesc.rd: Likewise. * ld-i386/tlsgdesc.rd: Likewise. * ld-i386/tlsnopic.rd: Likewise. * ld-i386/tlspic.rd: Likewise. * ld-ia64/tlsbin.rd: Likewise. * ld-ia64/tlspic.rd: Likewise. * ld-powerpc/tlsexe32.r: Likewise. * ld-powerpc/tlsexe.r: Likewise. * ld-powerpc/tlsexetoc.r: Likewise. * ld-powerpc/tlsso32.r: Likewise. * ld-powerpc/tlsso.r: Likewise. * ld-powerpc/tlstocso.r: Likewise. * ld-s390/tlsbin_64.rd: Likewise. * ld-s390/tlsbin.rd: Likewise. * ld-s390/tlspic_64.rd: Likewise. * ld-s390/tlspic.rd: Likewise. * ld-sparc/gotop32.rd: Likewise. * ld-sparc/gotop64.rd: Likewise. * ld-sparc/tlssunbin32.rd: Likewise. * ld-sparc/tlssunbin64.rd: Likewise. * ld-sparc/tlssunnopic32.rd: Likewise. * ld-sparc/tlssunnopic64.rd: Likewise. * ld-sparc/tlssunpic32.rd: Likewise. * ld-sparc/tlssunpic64.rd: Likewise. * ld-x86-64/tlsbindesc.rd: Likewise. * ld-x86-64/tlsbin.rd: Likewise. * ld-x86-64/tlsdesc.rd: Likewise. * ld-x86-64/tlsgdesc.rd: Likewise. * ld-x86-64/tlspic.rd: Likewise. * ld-xtensa/tlsbin.rd: Likewise. * ld-xtensa/tlspic.rd: Likewise. * ld-elf/local1.d: New. * ld-elf/local1.map: Likewise. * ld-elf/local1.s: Likewise. * ld-ia64/local1.d: Likewise. * ld-ia64/local1.map: Likewise. * ld-ia64/local1.s: Likewise.
59 lines
2.3 KiB
Makefile
59 lines
2.3 KiB
Makefile
#source: dso-1.s
|
|
#source: dso-2.s
|
|
#as: --pic --no-underscore --em=criself
|
|
#ld: --shared -m crislinux --version-script $srcdir/$subdir/hide1
|
|
#readelf: -S -s -r
|
|
|
|
# Use "dsofn" from dso-1 in a GOTPLT reloc, but hide it in a
|
|
# version script. This will change the incoming GOTPLT reloc to
|
|
# instead be a (local) GOT reloc. There are no other .rela.got
|
|
# entries. This formerly SEGV:ed because .rela.got was created
|
|
# too late to have it mapped to an output section.
|
|
|
|
There are 13 section headers.*
|
|
#...
|
|
+\[ 1\] \.hash +HASH +.*
|
|
+\[ 2\] \.dynsym +DYNSYM +.*
|
|
+\[ 3\] \.dynstr +STRTAB +.*
|
|
+\[ 4\] \.gnu\.version +VERSYM +.*
|
|
+\[ 5\] \.gnu\.version_d +VERDEF +.*
|
|
+\[ 6\] \.rela\.dyn +RELA +.*
|
|
+\[ 7\] \.text +PROGBITS .*
|
|
+\[ 8\] \.dynamic +DYNAMIC +.*
|
|
+\[ 9\] \.got +PROGBITS .*
|
|
+\[10\] \.shstrtab +STRTAB +.*
|
|
+\[11\] \.symtab +SYMTAB +.*
|
|
+\[12\] \.strtab +STRTAB +.*
|
|
#...
|
|
Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
|
|
#...
|
|
00002[12][0-9a-f][048c] +0000000c R_CRIS_RELATIVE +00000150
|
|
#...
|
|
Symbol table '\.dynsym' contains 4 entries:
|
|
+Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
|
+0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND
|
|
+1: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +7
|
|
+2: 0+ +0 +OBJECT +GLOBAL +DEFAULT +ABS TST1
|
|
+3: 0+154 +0 +FUNC +GLOBAL +DEFAULT +7 export_1@@TST1
|
|
|
|
Symbol table '\.symtab' contains 18 entries:
|
|
+Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
|
+0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND
|
|
+1: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +1
|
|
+2: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +2
|
|
+3: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +3
|
|
+4: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +4
|
|
+5: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +5
|
|
+6: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +6
|
|
+7: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +7
|
|
+8: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +8
|
|
+9: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +9
|
|
+10: 0+2..[046c] +0 +OBJECT +LOCAL +DEFAULT +ABS _DYNAMIC
|
|
+11: 0+2..[046c] +0 +NOTYPE +LOCAL +DEFAULT +ABS __bss_start
|
|
+12: 0+2..[046c] +0 +NOTYPE +LOCAL +DEFAULT +ABS _edata
|
|
+13: 0+2..[046c] +0 +OBJECT +LOCAL +DEFAULT +ABS _GLOBAL_OFFSET_TABLE_
|
|
+14: 0+2..[046c] +0 +NOTYPE +LOCAL +DEFAULT +ABS _end
|
|
+15: 0+150 +2 +FUNC +LOCAL +DEFAULT +7 dsofn
|
|
+16: 0+ +0 +OBJECT +GLOBAL +DEFAULT +ABS TST1
|
|
+17: 0+154 +0 +FUNC +GLOBAL +DEFAULT +7 export_1
|