diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at3.d | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-over8-ok.d | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/ilp32-4-nacl.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/tlsbin-nacl.rd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd | 2 |
6 files changed, 22 insertions, 5 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 765d4be..3adba9b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2013-08-26 Roland McGrath <mcgrathr@google.com> + + * ld-x86-64/ilp32-4-nacl.d: Loosen .shstrtab line regexp to match + any file offset. + * ld-x86-64/tlsbin-nacl.rd: Update expected code segment PT_LOAD. + * ld-x86-64/tlsbindesc-nacl.rd: Likewise. + * ld-scripts/rgn-at3.d: XFAIL for *-*-nacl* targets. + * ld-scripts/rgn-over8-ok.d: Likewise. + 2013-08-24 Maciej W. Rozycki <macro@linux-mips.org> * ld-elf/comm-data.exp: Use check_shared_lib_support rather than diff --git a/ld/testsuite/ld-scripts/rgn-at3.d b/ld/testsuite/ld-scripts/rgn-at3.d index 1d21956..b0ea08a 100644 --- a/ld/testsuite/ld-scripts/rgn-at3.d +++ b/ld/testsuite/ld-scripts/rgn-at3.d @@ -2,9 +2,13 @@ # source: rgn-at.s # ld: -T rgn-at3.t # objdump: -w -h -# xfail: rx-*-* +# xfail: rx-*-* *-*-nacl* # FAILS on the RX because the linker has to set LMA == VMA for the # Renesas loader. +# FAILs on NaCl targets because the linker extends the first segment +# to fill out the page, making its p_vaddr+p_memsz cover the sh_addr +# of .bss too, which makes BFD compute its LMA from the p_paddr of the +# text segment. .*: file format .* diff --git a/ld/testsuite/ld-scripts/rgn-over8-ok.d b/ld/testsuite/ld-scripts/rgn-over8-ok.d index 300e947..fe6b1c9 100644 --- a/ld/testsuite/ld-scripts/rgn-over8-ok.d +++ b/ld/testsuite/ld-scripts/rgn-over8-ok.d @@ -2,9 +2,13 @@ # source: rgn-over8.s # ld: -T rgn-over8.t # objdump: -w -h -# xfail: rx-*-* +# xfail: rx-*-* *-*-nacl* # FAILS on the RX because the linker has to set LMA == VMA for the # Renesas loader. +# FAILs on NaCl targets because the linker extends the first segment +# to fill out the page, making its p_vaddr+p_memsz cover the sh_addr +# of .bss too, which makes BFD compute its LMA from the p_paddr of the +# text segment. .*: file format .* diff --git a/ld/testsuite/ld-x86-64/ilp32-4-nacl.d b/ld/testsuite/ld-x86-64/ilp32-4-nacl.d index 8170e13..181868c 100644 --- a/ld/testsuite/ld-x86-64/ilp32-4-nacl.d +++ b/ld/testsuite/ld-x86-64/ilp32-4-nacl.d @@ -14,7 +14,7 @@ Section Headers: +\[ 3\] \.dynsym +DYNSYM +100000e0 +0+e0 +0+60 +10 +A +4 +2 +4 +\[ 4\] \.dynstr +STRTAB +10000140 +0+140 +0+19 +00 +A +0 +0 +1 +\[ 5\] \.dynamic +DYNAMIC +1001015c +0+15c +0+58 +08 +WA +4 +0 +4 - +\[ 6\] \.shstrtab +STRTAB +0+ +0+10001 +0+40 +00 +0 +0 +1 + +\[ 6\] \.shstrtab +STRTAB +0+ +[0-9a-f]+ +0+40 +00 +0 +0 +1 +\[ 7\] \.symtab +SYMTAB +0+0 +[0-9a-f]+ +[0-9a-f]+ +10 +8 +[0-9] +4 +\[ 8\] \.strtab +STRTAB +0+ +[0-9a-f]+ +[0-9a-f]+ +00 +0 +0 +1 Key to Flags: diff --git a/ld/testsuite/ld-x86-64/tlsbin-nacl.rd b/ld/testsuite/ld-x86-64/tlsbin-nacl.rd index c0a8502..86f1fe1 100644 --- a/ld/testsuite/ld-x86-64/tlsbin-nacl.rd +++ b/ld/testsuite/ld-x86-64/tlsbin-nacl.rd @@ -40,7 +40,7 @@ Program Headers: +PHDR.* +INTERP.* .*Requesting program interpreter.* - +LOAD +0x0+10000 0x0+20000 0x0+20000 0x0+1231 0x0+1231 R E +0x10000 + +LOAD +0x0+10000 0x0+20000 0x0+20000 0x0+10000 0x0+10000 R E +0x10000 +LOAD +0x0+ 0x0+10020000 0x0+10020000 0x0+3b0 0x0+3b0 R +0x10000 +LOAD +0x0+3b0 0x0+100303b0 0x0+100303b0 0x0+1e0 0x0+1e0 RW +0x10000 +DYNAMIC +0x0+410 0x0+10030410 0x0+10030410 0x0+140 0x0+140 RW +0x8 diff --git a/ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd b/ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd index 51ff16c..67f660b 100644 --- a/ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd +++ b/ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd @@ -38,7 +38,7 @@ Program Headers: +PHDR.* +INTERP.* .*Requesting program interpreter.* - +LOAD +0x0+10000 0x0+20000 0x0+20000 0x0+1fd 0x0+1fd R E 0x10000 + +LOAD +0x0+10000 0x0+20000 0x0+20000 0x0+10000 0x0+10000 R E 0x10000 +LOAD +0x0+ 0x0+10020000 0x0+10020000 0x0+370 0x0+370 R +0x10000 +LOAD +0x0+370 0x0+10030370 0x0+10030370 0x0+198 0x0+198 RW +0x10000 +DYNAMIC +0x0+3d0 0x0+100303d0 0x0+100303d0 0x0+100 0x0+100 RW +0x8 |