Bug 12359 - FAIL: ld-elf/textaddr6
Summary: FAIL: ld-elf/textaddr6
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: ld (show other bugs)
Version: 2.22
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-31 21:13 UTC by John David Anglin
Modified: 2011-01-08 09:39 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
dump.out (306 bytes, text/plain)
2010-12-31 21:14 UTC, dave@hiauly1.hia.nrc.ca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2010-12-31 21:13:22 UTC
Created attachment 5176 [details]
dump.out

This PR is similar to ld/12358 and might be a dup.

Target is hppa64-unknown-linux-gnu.

/home2/dave/binutils/objdir/ld/../gas/as-new    -o tmpdir/dump0.o /home2/dave/bi
nutils/src/ld/testsuite/ld-elf/maxpage1.s
Executing on host: sh -c {/home2/dave/binutils/objdir/ld/../gas/as-new    -o tmp
dir/dump0.o /home2/dave/binutils/src/ld/testsuite/ld-elf/maxpage1.s 2>&1}  /dev/
null ld.tmp (timeout = 300)
./ld-new  -L/home2/dave/binutils/src/ld/testsuite/ld-elf  -shared -z max-page-si
ze=0x10000 -Ttext-segment 0x10000 -o tmpdir/dump tmpdir/dump0.o 
Executing on host: sh -c {./ld-new  -L/home2/dave/binutils/src/ld/testsuite/ld-e
lf  -shared -z max-page-size=0x10000 -Ttext-segment 0x10000 -o tmpdir/dump tmpdi
r/dump0.o  2>&1}  /dev/null ld.tmp (timeout = 300)
/home2/dave/binutils/objdir/ld/../binutils/readelf  -l --wide tmpdir/dump > tmpd
ir/dump.out
Executing on host: sh -c {/home2/dave/binutils/objdir/ld/../binutils/readelf  -l
 --wide tmpdir/dump > tmpdir/dump.out 2>ld.tmp}  /dev/null  (timeout = 300)
extra regexps in /home2/dave/binutils/src/ld/testsuite/ld-elf/textaddr6.d starti
ng with "^  LOAD +0x0+ 0x0*10000 0x0*10000 0x0*[0-9a-f][0-9a-f][0-9a-f] 0x0*[0-9
a-f][0-9a-f][0-9a-f] R E 0x10000$"
EOF from tmpdir/dump.out
FAIL: ld-elf/textaddr6
Comment 1 dave@hiauly1.hia.nrc.ca 2010-12-31 21:14:45 UTC
Attached dump.out.
Comment 2 Nick Clifton 2011-01-08 09:39:44 UTC
Hi Dave,

  I have applied a small patch to fix the regexp in textaddr6.d.  This test should now work on your target.

Cheers
  Nick