aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-12-13 09:29:26 +1030
committerAlan Modra <amodra@gmail.com>2016-12-13 09:32:30 +1030
commitea0ffd5be2dfd6ee696fc15294d7b2bf29f267a7 (patch)
tree30a62789c49831d3d1ee048190e8ff1426497623 /gold
parentd32a48b9f2d8a374b7ce3f2c47cc9a1c3b184838 (diff)
[GOLD] Allow for larger alignment in script_test_15
PowerPC64 aligns .got to a 256 byte boundary. This tends to bump the data segment file size. PR gold/16711 * testsuite/script_test_15a.sh: Allows larger p_filesz. * testsuite/script_test_15b.sh: Likewise. * testsuite/script_test_15c.sh: Likewise.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog7
-rwxr-xr-xgold/testsuite/script_test_15a.sh2
-rwxr-xr-xgold/testsuite/script_test_15b.sh2
-rwxr-xr-xgold/testsuite/script_test_15c.sh2
4 files changed, 10 insertions, 3 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 5664900e28..ef0dc13ebe 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,12 @@
2016-12-13 Alan Modra <amodra@gmail.com>
+ PR gold/16711
+ * testsuite/script_test_15a.sh: Allows larger p_filesz.
+ * testsuite/script_test_15b.sh: Likewise.
+ * testsuite/script_test_15c.sh: Likewise.
+
+2016-12-13 Alan Modra <amodra@gmail.com>
+
PR gold/20717
* testsuite/pr20717.t: Add .got output section containing .toc.
diff --git a/gold/testsuite/script_test_15a.sh b/gold/testsuite/script_test_15a.sh
index 791350ca25..44c5fe4967 100755
--- a/gold/testsuite/script_test_15a.sh
+++ b/gold/testsuite/script_test_15a.sh
@@ -37,5 +37,5 @@ check()
fi
}
-check script_test_15a.stdout "LOAD.*0x0000.. 0x0010.. RW"
+check script_test_15a.stdout "LOAD.*0x000... 0x001... RW"
check script_test_15a.stdout "01.*\\.data .*\\.data.extra .*\\.bss"
diff --git a/gold/testsuite/script_test_15b.sh b/gold/testsuite/script_test_15b.sh
index 317975897b..f1b4ba18ee 100755
--- a/gold/testsuite/script_test_15b.sh
+++ b/gold/testsuite/script_test_15b.sh
@@ -38,5 +38,5 @@ check()
fi
}
-check script_test_15b.stdout "LOAD.*0x0010.. 0x0010.. RW"
+check script_test_15b.stdout "LOAD.*0x001... 0x001... RW"
check script_test_15b.stdout "01.*\\.bss .*\\.data .*\\.data.extra"
diff --git a/gold/testsuite/script_test_15c.sh b/gold/testsuite/script_test_15c.sh
index 27631fcbbf..cb329c6f8e 100755
--- a/gold/testsuite/script_test_15c.sh
+++ b/gold/testsuite/script_test_15c.sh
@@ -38,5 +38,5 @@ check()
fi
}
-check script_test_15c.stdout "LOAD.*0x0000.. 0x0010.. RW"
+check script_test_15c.stdout "LOAD.*0x000... 0x001... RW"
check script_test_15c.stdout "01.*\\.data .*\\.data.extra .*\\.bss"