Extend PE matching regexp in PR 19457 test to match cygwin and mingw targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align.t
CommitLineData
876f4090
NS
1SECTIONS
2{
3 .text : {*(.text)}
fdbd3e95 4 .data ALIGN(0x1000) : AT (ALIGN (LOADADDR (.text) + SIZEOF (.text), 0x80))
876f4090
NS
5 {}
6 ASSERT (LOADADDR(.data) == 0x80, "dyadic ALIGN broken")
fdbd3e95 7 ASSERT (ADDR(.data) == 0x1000, "monadic ALIGN broken")
876f4090 8}
This page took 0.496638 seconds and 4 git commands to generate.