Skip to content

Commit

Permalink
Skip ld-elf/pr19162.d for hppa-*-*
Browse files Browse the repository at this point in the history
ld-elf/pr19162.d fails for hppa-*-* since Dave Anglin's fix for PR 12376
makes the data segment always start on a page boundary.

	* testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
  • Loading branch information
hjl-tools committed Mar 3, 2016
1 parent 439baf7 commit 7bcc503
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ld/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-03-02 H.J. Lu <[email protected]>

* testsuite/ld-elf/pr19162.d: Skip hppa-*-*.

2016-03-02 H.J. Lu <[email protected]>

* testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
Expand Down
3 changes: 2 additions & 1 deletion ld/testsuite/ld-elf/pr19162.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#ld: -shared -z max-page-size=0x200000
#readelf: -l --wide
#target: *-*-linux* *-*-gnu* *-*-nacl*
#notarget: arc-*-*
#notarget: arc-*-* hppa-*-*
# arc target has an extra 64K stack section.
# hppa fails due to PR 12376.

#...
+LOAD +0x0+[0-9a-f]{3} +0x[0-9a-f]+ +0x[0-9a-f]+ +0x0+[0-9a-f]{3} +0x0+[0-9a-f]{3} +R[WE]+ +0x200000
Expand Down

0 comments on commit 7bcc503

Please sign in to comment.