Update x86 nacl tests for section alignment change
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 4 Jun 2013 16:08:51 +0000 (16:08 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 4 Jun 2013 16:08:51 +0000 (16:08 +0000)
* ld-i386/tlsbindesc-nacl.rd: Updated for text/data/bss section
alignment change.
* ld-x86-64/split-by-file-nacl.rd: Likewise.

ld/testsuite/ChangeLog
ld/testsuite/ld-i386/tlsbindesc-nacl.rd
ld/testsuite/ld-x86-64/split-by-file-nacl.rd

index 8c4a5f0ca984961b1b03a0102084ac88b4c9262c..3bfea87f268eb232bb5ec2f2f408f85d80b8ceb7 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-i386/tlsbindesc-nacl.rd: Updated for text/data/bss section
+       alignment change.
+       * ld-x86-64/split-by-file-nacl.rd: Likewise.
+
 2013-05-31  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-i386/pr12718.d: Updated for text/data/bss section alignment
index e3b434009f1fdd91bff9b1aae357ebc93804f5b4..7399309ad4047e93664f51942f68ba42a33b073f 100644 (file)
@@ -30,7 +30,7 @@ Key to Flags:
 .*
 
 Elf file type is EXEC \(Executable file\)
-Entry point 0x0*20158
+Entry point 0x0*20156
 There are [0-9]+ program headers, starting at offset [0-9]+
 
 Program Headers:
@@ -134,7 +134,7 @@ Symbol table '\.symtab' contains [0-9]+ entries:
  +[0-9]+: 00000058 +0 +TLS +GLOBAL +HIDDEN +7 sh7
  +[0-9]+: 0000005c +0 +TLS +GLOBAL +HIDDEN +7 sh8
  +[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +7 sg1
- +[0-9]+: 0+20158 +0 +FUNC +GLOBAL +DEFAULT +1 _start
+ +[0-9]+: 0+20156 +0 +FUNC +GLOBAL +DEFAULT +1 _start
  +[0-9]+: 0000004c +0 +TLS +GLOBAL +HIDDEN +7 sh4
  +[0-9]+: 00000078 +0 +TLS +GLOBAL +DEFAULT +8 bg7
  +[0-9]+: 00000050 +0 +TLS +GLOBAL +HIDDEN +7 sh5
index 897ab0f806c98ada2ec57668ffcca063ddf1e252..6cc810133e10b92df842934bb65fb3969a2e79df 100644 (file)
@@ -3,12 +3,12 @@ There are 9 section headers, starting at offset 0x80:
 Section Headers:
   \[Nr\] Name              Type            Address          Off    Size   ES Flg Lk Inf Al
   \[ 0\]                   NULL            0000000000000000 000000 000000 00      0   0  0
-  \[ 1\] .text             PROGBITS        0000000000000000 000040 000000 00  AX  0   0  4
+  \[ 1\] .text             PROGBITS        0000000000000000 000040 000000 00  AX  0   0  1
   \[ 2\] .foo              PROGBITS        0000000000000000 000040 000003 00 AXl  0   0  1
-  \[ 3\] .data             PROGBITS        0000000000000000 000044 000000 00  WA  0   0  4
-  \[ 4\] .bss              NOBITS          0000000000000000 000044 000000 00  WA  0   0  4
-  \[ 5\] .foo.0            PROGBITS        0000000000000003 000044 000003 00 AXl  0   0  1
-  \[ 6\] .shstrtab         STRTAB          0000000000000000 000047 000038 00      0   0  1
+  \[ 3\] .data             PROGBITS        0000000000000000 000043 000000 00  WA  0   0  1
+  \[ 4\] .bss              NOBITS          0000000000000000 000043 000000 00  WA  0   0  1
+  \[ 5\] .foo.0            PROGBITS        0000000000000003 000043 000003 00 AXl  0   0  1
+  \[ 6\] .shstrtab         STRTAB          0000000000000000 000046 000038 00      0   0  1
   \[ 7\] .symtab           SYMTAB          0000000000000000 [0-9a-f]+ [0-9a-f]+ 18      8   [0-9]  8
   \[ 8\] .strtab           STRTAB          0000000000000000 [0-9a-f]+ [0-9a-f]+ 00      0   0  1
 Key to Flags:
This page took 0.028118 seconds and 4 git commands to generate.