[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.
This commit is contained in:
parent
d32a48b9f2
commit
ea0ffd5be2
4 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue