]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[GOLD] Allow for larger alignment in script_test_15
authorAlan Modra <amodra@gmail.com>
Mon, 12 Dec 2016 22:59:26 +0000 (09:29 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 12 Dec 2016 23:02:30 +0000 (09:32 +1030)
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.

gold/ChangeLog
gold/testsuite/script_test_15a.sh
gold/testsuite/script_test_15b.sh
gold/testsuite/script_test_15c.sh

index 5664900e28d02eeb778904bb92f9d11011c3c093..ef0dc13ebe2f0427ca98d575cbf5bc22794b3617 100644 (file)
@@ -1,3 +1,10 @@
+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
index 791350ca25fa462ca502115e1960cb7f86e52e83..44c5fe4967525fd41878bcf976d98169e4fab5ad 100755 (executable)
@@ -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"
index 317975897bca9526a59ae1e0c4bfc3111964aa9e..f1b4ba18ee4332c3674fe443eef1fe416361ece8 100755 (executable)
@@ -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"
index 27631fcbbf95b58090cfcb7526657ccc876d8652..cb329c6f8e272ffc7cf5c8afde5517e4e914d556 100755 (executable)
@@ -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"