This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Yet another unnecessary powerpc section


This change removes another section that appears in powerpc-linux object
files whether needed or not.  It's a little controversial to remove
symbols provided in the linker script, but I couldn't find any use of
them in a search through a reasonably large source base.  The possible
need to reinstate them is why I separated this change out from the
previous ones..

bfd/
	* elf32-ppc.c (ppc_elf_add_symbol_hook): Make htab->sbss
	SEC_LINKER_CREATED.  Attach to dynobj.
	(ppc_elf_size_dynamic_sections): Strip htab->sbss if zero size.
ld/
	* scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
ld/testsuite/
	* ld-powerpc/tlsexe32.r: Update.
	* ld-powerpc/tlsso32.d: Update.
	* ld-powerpc/tlsso32.g: Update.
	* ld-powerpc/tlsso32.r: Update.

Applied mainline.

Index: bfd/elf32-ppc.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-ppc.c,v
retrieving revision 1.143
diff -u -p -r1.143 elf32-ppc.c
--- bfd/elf32-ppc.c	21 Mar 2005 13:23:13 -0000	1.143
+++ bfd/elf32-ppc.c	21 Mar 2005 13:30:02 -0000
@@ -2381,11 +2381,14 @@ ppc_elf_add_symbol_hook (bfd *abfd,
       htab = ppc_elf_hash_table (info);
       if (htab->sbss == NULL)
 	{
-	  flagword flags = SEC_IS_COMMON;
+	  flagword flags = SEC_IS_COMMON | SEC_LINKER_CREATED;
 
-	  htab->sbss = bfd_make_section_anyway (abfd, ".sbss");
+	  if (!htab->elf.dynobj)
+	    htab->elf.dynobj = abfd;
+
+	  htab->sbss = bfd_make_section_anyway (htab->elf.dynobj, ".sbss");
 	  if (htab->sbss == NULL
-	      || ! bfd_set_section_flags (abfd, htab->sbss, flags))
+	      || ! bfd_set_section_flags (htab->elf.dynobj, htab->sbss, flags))
 	    return FALSE;
 	}
 
@@ -4053,7 +4058,8 @@ ppc_elf_size_dynamic_sections (bfd *outp
 	continue;
 
       if (s == htab->plt
-	  || s == htab->got)
+	  || s == htab->got
+	  || s == htab->sbss)
 	{
 	  /* Strip this section if we don't need it; see the
 	     comment below.  */
@@ -4099,6 +4105,9 @@ ppc_elf_size_dynamic_sections (bfd *outp
 	  continue;
 	}
 
+      if (s == htab->sbss)
+	continue;
+
       /* Allocate memory for the section contents.  */
       s->contents = bfd_zalloc (htab->elf.dynobj, s->size);
       if (s->contents == NULL)
Index: ld/scripttempl/elf.sc
===================================================================
RCS file: /cvs/src/src/ld/scripttempl/elf.sc,v
retrieving revision 1.51
diff -u -p -r1.51 elf.sc
--- ld/scripttempl/elf.sc	17 Mar 2005 22:51:09 -0000	1.51
+++ ld/scripttempl/elf.sc	21 Mar 2005 13:30:21 -0000
@@ -118,14 +118,10 @@ STACKNOTE="/DISCARD/ : { *(.note.GNU-sta
 if test -z "${NO_SMALL_DATA}"; then
   SBSS=".sbss         ${RELOCATING-0} :
   {
-    ${RELOCATING+PROVIDE (__sbss_start = .);}
-    ${RELOCATING+PROVIDE (___sbss_start = .);}
     ${CREATE_SHLIB+*(.sbss2 .sbss2.* .gnu.linkonce.sb2.*)}
     *(.dynsbss)
     *(.sbss${RELOCATING+ .sbss.* .gnu.linkonce.sb.*})
     *(.scommon)
-    ${RELOCATING+PROVIDE (__sbss_end = .);}
-    ${RELOCATING+PROVIDE (___sbss_end = .);}
   }"
   SBSS2=".sbss2        ${RELOCATING-0} : { *(.sbss2${RELOCATING+ .sbss2.* .gnu.linkonce.sb2.*}) }"
   SDATA="/* We want the small data sections together, so single-instruction offsets
Index: ld/testsuite/ld-powerpc/tlsexe32.r
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-powerpc/tlsexe32.r,v
retrieving revision 1.7
diff -u -p -r1.7 tlsexe32.r
--- ld/testsuite/ld-powerpc/tlsexe32.r	16 Mar 2005 21:52:47 -0000	1.7
+++ ld/testsuite/ld-powerpc/tlsexe32.r	21 Mar 2005 13:30:21 -0000
@@ -5,7 +5,7 @@
 #readelf: -WSsrl
 #target: powerpc*-*-*
 
-There are 18 section headers.*
+There are 16 section headers.*
 
 Section Headers:
  +\[Nr\] Name +Type +Addr +Off +Size +ES Flg Lk Inf Al
@@ -17,16 +17,14 @@ Section Headers:
  +\[ 5\] \.rela\.dyn +.*
  +\[ 6\] \.rela\.plt +.*
  +\[ 7\] \.text +PROGBITS +01800244 000244 000070 00 +AX +0 +0 +1
- +\[ 8\] \.sdata2 +PROGBITS +.*
- +\[ 9\] \.tdata +PROGBITS +018102b4 0002b4 00001c 00 WAT +0 +0 +4
- +\[10\] \.tbss +NOBITS +018102d0 0002d0 00001c 00 WAT +0 +0 +4
- +\[11\] \.dynamic +DYNAMIC +018102d0 0002d0 0000a0 08 +WA +4 +0 +4
- +\[12\] \.got +PROGBITS +01810370 000370 00001c 04 WAX +0 +0 +4
- +\[13\] \.sdata +PROGBITS +0181038c 00038c 000000 00 +WA +0 +0 +4
- +\[14\] \.plt +NOBITS +.*
- +\[15\] \.shstrtab +STRTAB +.*
- +\[16\] \.symtab +SYMTAB +.*
- +\[17\] \.strtab +STRTAB +.*
+ +\[ 8\] \.tdata +PROGBITS +018102b4 0002b4 00001c 00 WAT +0 +0 +4
+ +\[ 9\] \.tbss +NOBITS +018102d0 0002d0 00001c 00 WAT +0 +0 +4
+ +\[10\] \.dynamic +DYNAMIC +018102d0 0002d0 0000a0 08 +WA +4 +0 +4
+ +\[11\] \.got +PROGBITS +01810370 000370 00001c 04 WAX +0 +0 +4
+ +\[12\] \.plt +NOBITS +.*
+ +\[13\] \.shstrtab +STRTAB +.*
+ +\[14\] \.symtab +SYMTAB +.*
+ +\[15\] \.strtab +STRTAB +.*
 #...
 
 Elf file type is EXEC \(Executable file\)
@@ -63,59 +61,55 @@ Relocation section '\.rela\.plt' at offs
 
 Symbol table '\.dynsym' contains 9 entries:
  +Num: +Value +Size Type +Bind +Vis +Ndx Name
- +0: 00000000 +0 NOTYPE +LOCAL +DEFAULT +UND 
- +1: 018102d0 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
- +2: 00000000 +0 TLS +GLOBAL DEFAULT +UND gd
- +3: 018103d4 +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr
- +4: 00000000 +0 TLS +GLOBAL DEFAULT +UND ld
- +5: 018103e0 +0 NOTYPE +GLOBAL DEFAULT +ABS __end
- +6: 0181038c +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
- +7: 0181038c +0 NOTYPE +GLOBAL DEFAULT +ABS _edata
- +8: 018103e0 +0 NOTYPE +GLOBAL DEFAULT +ABS _end
+.*: 00000000 +0 NOTYPE +LOCAL +DEFAULT +UND 
+.*: 018102d0 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
+.*: 00000000 +0 TLS +GLOBAL DEFAULT +UND gd
+.*: 018103d4 +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr
+.*: 00000000 +0 TLS +GLOBAL DEFAULT +UND ld
+.*: 018103e0 +0 NOTYPE +GLOBAL DEFAULT +ABS __end
+.*: 0181038c +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
+.*: 0181038c +0 NOTYPE +GLOBAL DEFAULT +ABS _edata
+.*: 018103e0 +0 NOTYPE +GLOBAL DEFAULT +ABS _end
 
-Symbol table '\.symtab' contains 44 entries:
+Symbol table '\.symtab' contains 40 entries:
  +Num: +Value +Size Type +Bind +Vis +Ndx Name
- +[0-9]+: 00000000 +0 NOTYPE +LOCAL +DEFAULT +UND 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +1 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +2 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +3 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +4 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +5 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +6 
- +[0-9]+: 01800244 +0 SECTION LOCAL +DEFAULT +7 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +8 
- +[0-9]+: 018102b4 +0 SECTION LOCAL +DEFAULT +9 
- +[0-9]+: 018102d0 +0 SECTION LOCAL +DEFAULT +10 
- +[0-9]+: 018102d0 +0 SECTION LOCAL +DEFAULT +11 
- +[0-9]+: 01810370 +0 SECTION LOCAL +DEFAULT +12 
- +[0-9]+: 0181038c +0 SECTION LOCAL +DEFAULT +13 
- +[0-9]+: 0181038c +0 SECTION LOCAL +DEFAULT +14 
- +[0-9]+: 00000000 +0 SECTION LOCAL +DEFAULT +15 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +16 
- +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +17 
- +[0-9]+: 00000000 +0 TLS +LOCAL +DEFAULT +9 gd4
- +[0-9]+: 00000004 +0 TLS +LOCAL +DEFAULT +9 ld4
- +[0-9]+: 00000008 +0 TLS +LOCAL +DEFAULT +9 ld5
- +[0-9]+: 0000000c +0 TLS +LOCAL +DEFAULT +9 ld6
- +[0-9]+: 00000010 +0 TLS +LOCAL +DEFAULT +9 ie4
- +[0-9]+: 00000014 +0 TLS +LOCAL +DEFAULT +9 le4
- +[0-9]+: 00000018 +0 TLS +LOCAL +DEFAULT +9 le5
- +[0-9]+: 018102d0 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
- +[0-9]+: 00000000 +0 TLS +GLOBAL DEFAULT +UND gd
- +[0-9]+: 00000030 +0 TLS +GLOBAL DEFAULT +10 le0
- +[0-9]+: [0-9a-f]+ +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr
- +[0-9]+: 00000020 +0 TLS +GLOBAL DEFAULT +10 ld0
- +[0-9]+: 00000034 +0 TLS +GLOBAL DEFAULT +10 le1
- +[0-9]+: 00000000 +0 TLS +GLOBAL DEFAULT +UND ld
- +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +7 _start
- +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __end
- +[0-9]+: [0-9a-f]+ +0 OBJECT +GLOBAL DEFAULT +13 _SDA_BASE_
- +[0-9]+: 00000028 +0 TLS +GLOBAL DEFAULT +10 ld2
- +[0-9]+: 00000024 +0 TLS +GLOBAL DEFAULT +10 ld1
- +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
- +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS _edata
- +[0-9]+: 01810374 +0 OBJECT +GLOBAL +HIDDEN +12 _GLOBAL_OFFSET_TABLE_
- +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS _end
- +[0-9]+: 0000001c +0 TLS +GLOBAL DEFAULT +10 gd0
- +[0-9]+: 0000002c +0 TLS +GLOBAL DEFAULT +10 ie0
- +[0-9]+: [0-9a-f]+ +0 OBJECT +GLOBAL DEFAULT +8 _SDA2_BASE_
+.*: 00000000 +0 NOTYPE +LOCAL +DEFAULT +UND 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +1 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +2 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +3 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +4 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +5 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +6 
+.*: 01800244 +0 SECTION LOCAL +DEFAULT +7 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +8 
+.*: 018102d0 +0 SECTION LOCAL +DEFAULT +9 
+.*: 018102d0 +0 SECTION LOCAL +DEFAULT +10 
+.*: 01810370 +0 SECTION LOCAL +DEFAULT +11 
+.*: 0181038c +0 SECTION LOCAL +DEFAULT +12 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +13 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +14 
+.*: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +15 
+.*: 00000000 +0 TLS +LOCAL +DEFAULT +8 gd4
+.*: 00000004 +0 TLS +LOCAL +DEFAULT +8 ld4
+.*: 00000008 +0 TLS +LOCAL +DEFAULT +8 ld5
+.*: 0000000c +0 TLS +LOCAL +DEFAULT +8 ld6
+.*: 00000010 +0 TLS +LOCAL +DEFAULT +8 ie4
+.*: 00000014 +0 TLS +LOCAL +DEFAULT +8 le4
+.*: 00000018 +0 TLS +LOCAL +DEFAULT +8 le5
+.*: 018102d0 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
+.*: 00000000 +0 TLS +GLOBAL DEFAULT +UND gd
+.*: 00000030 +0 TLS +GLOBAL DEFAULT +9 le0
+.*: [0-9a-f]+ +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr
+.*: 00000020 +0 TLS +GLOBAL DEFAULT +9 ld0
+.*: 00000034 +0 TLS +GLOBAL DEFAULT +9 le1
+.*: 00000000 +0 TLS +GLOBAL DEFAULT +UND ld
+.*: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +7 _start
+.*: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __end
+.*: 00000028 +0 TLS +GLOBAL DEFAULT +9 ld2
+.*: 00000024 +0 TLS +GLOBAL DEFAULT +9 ld1
+.*: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
+.*: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS _edata
+.*: 01810374 +0 OBJECT +GLOBAL +HIDDEN +11 _GLOBAL_OFFSET_TABLE_
+.*: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS _end
+.*: 0000001c +0 TLS +GLOBAL DEFAULT +9 gd0
+.*: 0000002c +0 TLS +GLOBAL DEFAULT +9 ie0
Index: ld/testsuite/ld-powerpc/tlsso32.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-powerpc/tlsso32.d,v
retrieving revision 1.8
diff -u -p -r1.8 tlsso32.d
--- ld/testsuite/ld-powerpc/tlsso32.d	16 Mar 2005 02:41:28 -0000	1.8
+++ ld/testsuite/ld-powerpc/tlsso32.d	21 Mar 2005 13:30:21 -0000
@@ -41,5 +41,5 @@ Disassembly of section \.got:
 
 .* <\.got>:
 .*:	4e 80 00 21 	blrl
-.*:	00 01 04 e4 	.*
+.*:	00 01 04 90 	.*
 	\.\.\.
Index: ld/testsuite/ld-powerpc/tlsso32.g
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-powerpc/tlsso32.g,v
retrieving revision 1.4
diff -u -p -r1.4 tlsso32.g
--- ld/testsuite/ld-powerpc/tlsso32.g	16 Mar 2005 02:41:28 -0000	1.4
+++ ld/testsuite/ld-powerpc/tlsso32.g	21 Mar 2005 13:30:21 -0000
@@ -7,7 +7,7 @@
 .*: +file format elf32-powerpc
 
 Contents of section \.got:
-.* 4e800021 000104e4 00000000 00000000  .*
+.* 4e800021 00010490 00000000 00000000  .*
 .* 00000000 00000000 00000000 00000000  .*
 .* 00000000 00000000 00000000 00000000  .*
 .* 00000000                             .*
Index: ld/testsuite/ld-powerpc/tlsso32.r
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-powerpc/tlsso32.r,v
retrieving revision 1.9
diff -u -p -r1.9 tlsso32.r
--- ld/testsuite/ld-powerpc/tlsso32.r	16 Mar 2005 21:52:47 -0000	1.9
+++ ld/testsuite/ld-powerpc/tlsso32.r	21 Mar 2005 13:30:21 -0000
@@ -4,7 +4,7 @@
 #readelf: -WSsrl
 #target: powerpc*-*-*
 
-There are 17 section headers.*
+There are 15 section headers.*
 
 Section Headers:
  +\[Nr\] Name +Type +Addr +Off +Size +ES Flg Lk Inf Al
@@ -14,19 +14,15 @@ Section Headers:
  +\[ 3\] \.dynstr +.*
  +\[ 4\] \.rela\.dyn +.*
  +\[ 5\] \.rela\.plt +.*
- +\[ 6\] \.text +PROGBITS +0+458 0+458 0+70 0+ +AX +0 +0 +1
- +\[ 7\] \.tdata +PROGBITS +0+104c8 0+4c8 0+1c 0+ WAT +0 +0 +4
- +\[ 8\] \.tbss +NOBITS +0+104e4 0+4e4 0+1c 0+ WAT +0 +0 +4
- +\[ 9\] \.dynamic +DYNAMIC +0+104e4 0+4e4 0+a0 08 +WA +3 +0 +4
- +\[10\] \.data +PROGBITS +0+10584 0+584 0+ 0+ +WA +0 +0 +1
- +\[11\] \.got +PROGBITS +0+10584 0+584 0+34 04 WAX +0 +0 +4
- +\[12\] \.sdata +.*
- +\[13\] \.sbss +.*
- +\[14\] \.plt +.*
- +\[15\] \.bss +.*
- +\[16\] \.shstrtab +.*
- +\[17\] \.symtab +.*
- +\[18\] \.strtab +.*
+ +\[ 6\] \.text +PROGBITS +0+404 0+404 0+70 0+ +AX +0 +0 +1
+ +\[ 7\] \.tdata +PROGBITS +0+10474 0+474 0+1c 0+ WAT +0 +0 +4
+ +\[ 8\] \.tbss +NOBITS +0+10490 0+490 0+1c 0+ WAT +0 +0 +4
+ +\[ 9\] \.dynamic +DYNAMIC +0+10490 0+490 0+a0 08 +WA +3 +0 +4
+ +\[10\] \.got +PROGBITS +0+10530 0+530 0+34 04 WAX +0 +0 +4
+ +\[11\] \.plt +.*
+ +\[12\] \.shstrtab +.*
+ +\[13\] \.symtab +.*
+ +\[14\] \.strtab +.*
 #...
 
 Elf file type is DYN \(Shared object file\)
@@ -35,10 +31,10 @@ There are 4 program headers.*
 
 Program Headers:
  +Type +Offset +VirtAddr +PhysAddr +FileSiz MemSiz +Flg Align
- +LOAD +0x0+ 0x0+ 0x0+ 0x0+4c8 0x0+4c8 R E 0x10000
- +LOAD +0x0+4c8 0x0+104c8 0x0+104c8 0x0+f0 0x0+144 RWE 0x10000
- +DYNAMIC +0x0+4e4 0x0+104e4 0x0+104e4 0x0+a0 0x0+a0 RW +0x4
- +TLS +0x0+4c8 0x0+104c8 0x0+104c8 0x0+1c 0x0+38 R +0x4
+ +LOAD +0x0+ 0x0+ 0x0+ 0x0+474 0x0+474 R E 0x10000
+ +LOAD +0x0+474 0x0+10474 0x0+10474 0x0+f0 0x0+144 RWE 0x10000
+ +DYNAMIC +0x0+490 0x0+10490 0x0+10490 0x0+a0 0x0+a0 RW +0x4
+ +TLS +0x0+474 0x0+10474 0x0+10474 0x0+1c 0x0+38 R +0x4
 
  Section to Segment mapping:
  +Segment Sections\.\.\.
@@ -49,40 +45,39 @@ Program Headers:
 
 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 18 entries:
  Offset +Info +Type +Sym\. Value +Symbol's Name \+ Addend
-0+45c +0+b0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
-0+464 +0+b0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
-0+49c +0+b0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
-0+4a4 +0+b0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
-0+48e +0+a45 R_PPC_TPREL16 +0+30 +le0 \+ 0
-0+492 +0+d48 R_PPC_TPREL16_HA +0+34 +le1 \+ 0
-0+496 +0+d46 R_PPC_TPREL16_LO +0+34 +le1 \+ 0
-0+4be +0+245 R_PPC_TPREL16 +0+104c8 +\.tdata \+ 104dc
-0+4c2 +0+248 R_PPC_TPREL16_HA +0+104c8 +\.tdata \+ 104e0
-0+4c6 +0+246 R_PPC_TPREL16_LO +0+104c8 +\.tdata \+ 104e0
-0+10594 +0+44 R_PPC_DTPMOD32 +0+
-0+1059c +0+44 R_PPC_DTPMOD32 +0+
-0+105a0 +0+4e R_PPC_DTPREL32 +0+
-0+105a4 +0+944 R_PPC_DTPMOD32 +0+ +gd \+ 0
-0+105a8 +0+94e R_PPC_DTPREL32 +0+ +gd \+ 0
-0+105ac +0+1744 R_PPC_DTPMOD32 +0+1c +gd0 \+ 0
-0+105b0 +0+174e R_PPC_DTPREL32 +0+1c +gd0 \+ 0
-0+105b4 +0+1849 R_PPC_TPREL32 +0+2c +ie0 \+ 0
+0+408 +0+a0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
+0+410 +0+a0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
+0+448 +0+a0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
+0+450 +0+a0a R_PPC_REL24 +0+ +__tls_get_addr \+ 0
+0+43a +0+945 R_PPC_TPREL16 +0+30 +le0 \+ 0
+0+43e +0+c48 R_PPC_TPREL16_HA +0+34 +le1 \+ 0
+0+442 +0+c46 R_PPC_TPREL16_LO +0+34 +le1 \+ 0
+0+46a +0+245 R_PPC_TPREL16 +0+10474 +\.tdata \+ 10488
+0+46e +0+248 R_PPC_TPREL16_HA +0+10474 +\.tdata \+ 1048c
+0+472 +0+246 R_PPC_TPREL16_LO +0+10474 +\.tdata \+ 1048c
+0+10540 +0+44 R_PPC_DTPMOD32 +0+
+0+10548 +0+44 R_PPC_DTPMOD32 +0+
+0+1054c +0+4e R_PPC_DTPREL32 +0+
+0+10550 +0+844 R_PPC_DTPMOD32 +0+ +gd \+ 0
+0+10554 +0+84e R_PPC_DTPREL32 +0+ +gd \+ 0
+0+10558 +0+1544 R_PPC_DTPMOD32 +0+1c +gd0 \+ 0
+0+1055c +0+154e R_PPC_DTPREL32 +0+1c +gd0 \+ 0
+0+10560 +0+1649 R_PPC_TPREL32 +0+2c +ie0 \+ 0
 
 Relocation section '\.rela\.plt' at offset 0x[0-9a-f]+ contains 1 entries:
  Offset +Info +Type +Sym\. Value +Symbol's Name \+ Addend
-0+10600 +0+b15 R_PPC_JMP_SLOT +0+ +__tls_get_addr \+ 0
+0+105ac +0+a15 R_PPC_JMP_SLOT +0+ +__tls_get_addr \+ 0
 
-Symbol table '\.dynsym' contains 26 entries:
+Symbol table '\.dynsym' contains 23 entries:
  +Num: +Value +Size Type +Bind +Vis +Ndx Name
  +[0-9]+: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND 
- +[0-9]+: 0+458 +0 SECTION LOCAL +DEFAULT +6 
- +[0-9]+: 0+104c8 +0 SECTION LOCAL +DEFAULT +7 
- +[0-9]+: 0+104e4 +0 SECTION LOCAL +DEFAULT +8 
- +[0-9]+: 0+10584 +0 SECTION LOCAL +DEFAULT +10 
- +[0-9]+: 0+105b8 +0 SECTION LOCAL +DEFAULT +12 
- +[0-9]+: 0+105b8 +0 SECTION LOCAL +DEFAULT +13 
- +[0-9]+: 0+1060c +0 SECTION LOCAL +DEFAULT +15 
- +[0-9]+: 0+104e4 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
+ +[0-9]+: 0+404 +0 SECTION LOCAL +DEFAULT +6 
+ +[0-9]+: 0+10474 +0 SECTION LOCAL +DEFAULT +7 
+ +[0-9]+: 0+10490 +0 SECTION LOCAL +DEFAULT +8 
+ +[0-9]+: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND 
+ +[0-9]+: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND 
+ +[0-9]+: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND 
+ +[0-9]+: 0+10490 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
  +[0-9]+: 0+ +0 TLS +GLOBAL DEFAULT +UND gd
  +[0-9]+: 0+30 +0 TLS +GLOBAL DEFAULT +8 le0
  +[0-9]+: 0+ +0 NOTYPE +GLOBAL DEFAULT +UND __tls_get_addr
@@ -91,7 +86,6 @@ Symbol table '\.dynsym' contains 26 entr
  +[0-9]+: 0+ +0 TLS +GLOBAL DEFAULT +UND ld
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +6 _start
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __end
- +[0-9]+: [0-9a-f]+ +0 OBJECT +GLOBAL DEFAULT +12 _SDA_BASE_
  +[0-9]+: 0+28 +0 TLS +GLOBAL DEFAULT +8 ld2
  +[0-9]+: 0+24 +0 TLS +GLOBAL DEFAULT +8 ld1
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
@@ -99,9 +93,8 @@ Symbol table '\.dynsym' contains 26 entr
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS _end
  +[0-9]+: 0+1c +0 TLS +GLOBAL DEFAULT +8 gd0
  +[0-9]+: 0+2c +0 TLS +GLOBAL DEFAULT +8 ie0
- +[0-9]+: [0-9a-f]+ +0 OBJECT +GLOBAL DEFAULT +12 _SDA2_BASE_
 
-Symbol table '\.symtab' contains 45 entries:
+Symbol table '\.symtab' contains 39 entries:
  +Num: +Value +Size Type +Bind +Vis +Ndx Name
  +[0-9]+: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND 
  +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +1 
@@ -109,19 +102,15 @@ Symbol table '\.symtab' contains 45 entr
  +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +3 
  +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +4 
  +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +5 
- +[0-9]+: 0+458 +0 SECTION LOCAL +DEFAULT +6 
- +[0-9]+: 0+104c8 +0 SECTION LOCAL +DEFAULT +7 
- +[0-9]+: 0+104e4 +0 SECTION LOCAL +DEFAULT +8 
+ +[0-9]+: 0+404 +0 SECTION LOCAL +DEFAULT +6 
+ +[0-9]+: 0+10474 +0 SECTION LOCAL +DEFAULT +7 
+ +[0-9]+: 0+10490 +0 SECTION LOCAL +DEFAULT +8 
  +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +9 
- +[0-9]+: 0+10584 +0 SECTION LOCAL +DEFAULT +10 
+ +[0-9]+: 0+10530 +0 SECTION LOCAL +DEFAULT +10 
  +[0-9]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +11 
- +[0-9]+: 0+105b8 +0 SECTION LOCAL +DEFAULT +12 
- +[0-9]+: 0+105b8 +0 SECTION LOCAL +DEFAULT +13 
- +[0-9]+: 0+105b8 +0 SECTION LOCAL +DEFAULT +14 
- +[0-9]+: 0+1060c +0 SECTION LOCAL +DEFAULT +15 
- +[0-9]+: 0+ +0 SECTION LOCAL +DEFAULT +16 
- +[0-9]+: 0+ +0 SECTION LOCAL +DEFAULT +17 
- +[0-9]+: 0+ +0 SECTION LOCAL +DEFAULT +18 
+ +[0-9]+: 0+ +0 SECTION LOCAL +DEFAULT +12 
+ +[0-9]+: 0+ +0 SECTION LOCAL +DEFAULT +13 
+ +[0-9]+: 0+ +0 SECTION LOCAL +DEFAULT +14 
  +[0-9]+: 0+ +0 TLS +LOCAL +DEFAULT +7 gd4
  +[0-9]+: 0+4 +0 TLS +LOCAL +DEFAULT +7 ld4
  +[0-9]+: 0+8 +0 TLS +LOCAL +DEFAULT +7 ld5
@@ -129,8 +118,8 @@ Symbol table '\.symtab' contains 45 entr
  +[0-9]+: 0+10 +0 TLS +LOCAL +DEFAULT +7 ie4
  +[0-9]+: 0+14 +0 TLS +LOCAL +DEFAULT +7 le4
  +[0-9]+: 0+18 +0 TLS +LOCAL +DEFAULT +7 le5
- +[0-9]+: 0+10588 +0 OBJECT +LOCAL +HIDDEN +ABS _GLOBAL_OFFSET_TABLE_
- +[0-9]+: 0+104e4 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
+ +[0-9]+: 0+10534 +0 OBJECT +LOCAL +HIDDEN +ABS _GLOBAL_OFFSET_TABLE_
+ +[0-9]+: 0+10490 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
  +[0-9]+: 0+ +0 TLS +GLOBAL DEFAULT +UND gd
  +[0-9]+: 0+30 +0 TLS +GLOBAL DEFAULT +8 le0
  +[0-9]+: 0+ +0 NOTYPE +GLOBAL DEFAULT +UND __tls_get_addr
@@ -139,7 +128,6 @@ Symbol table '\.symtab' contains 45 entr
  +[0-9]+: 0+ +0 TLS +GLOBAL DEFAULT +UND ld
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +6 _start
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __end
- +[0-9]+: [0-9a-f]+ +0 OBJECT +GLOBAL DEFAULT +12 _SDA_BASE_
  +[0-9]+: 0+28 +0 TLS +GLOBAL DEFAULT +8 ld2
  +[0-9]+: 0+24 +0 TLS +GLOBAL DEFAULT +8 ld1
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
@@ -147,4 +135,3 @@ Symbol table '\.symtab' contains 45 entr
  +[0-9]+: [0-9a-f]+ +0 NOTYPE +GLOBAL DEFAULT +ABS _end
  +[0-9]+: 0+1c +0 TLS +GLOBAL DEFAULT +8 gd0
  +[0-9]+: 0+2c +0 TLS +GLOBAL DEFAULT +8 ie0
- +[0-9]+: [0-9a-f]+ +0 OBJECT +GLOBAL DEFAULT +11 _SDA2_BASE_

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]