summaryrefslogtreecommitdiffstats
path: root/ld/testsuite/ld-scripts/phdrs.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/phdrs.t')
-rw-r--r--ld/testsuite/ld-scripts/phdrs.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/phdrs.t b/ld/testsuite/ld-scripts/phdrs.t
index 243dfb10bc..283e30c679 100644
--- a/ld/testsuite/ld-scripts/phdrs.t
+++ b/ld/testsuite/ld-scripts/phdrs.t
@@ -7,7 +7,9 @@ PHDRS
SECTIONS
{
- . = 0x80000 + SIZEOF_HEADERS;
+ /* This test will fail on architectures where the startaddress below
+ is less than the constant MAXPAGESIZE. */
+ . = 0x800000 + SIZEOF_HEADERS;
.text : { *(.text) } :text
.data : { *(.data) } :data
/DISCARD/ : { *(.*) }
OpenPOWER on IntegriCloud