diff options
author | Alan Modra <amodra@gmail.com> | 2016-12-13 09:29:26 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-12-13 09:32:30 +1030 |
commit | ea0ffd5be2dfd6ee696fc15294d7b2bf29f267a7 (patch) | |
tree | 30a62789c49831d3d1ee048190e8ff1426497623 /gold/ChangeLog | |
parent | d32a48b9f2d8a374b7ce3f2c47cc9a1c3b184838 (diff) | |
download | gdb-ea0ffd5be2dfd6ee696fc15294d7b2bf29f267a7.zip gdb-ea0ffd5be2dfd6ee696fc15294d7b2bf29f267a7.tar.gz gdb-ea0ffd5be2dfd6ee696fc15294d7b2bf29f267a7.tar.bz2 |
[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/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 5664900..ef0dc13 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. |