From: H.J. Lu Date: Fri, 25 Feb 2011 15:53:24 +0000 (+0000) Subject: Add a testcase for PR ld/12516. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ee6cf6ac1748c5f31a539db85f537b9b25b9ef2;p=binutils-gdb.git Add a testcase for PR ld/12516. 2011-02-25 H.J. Lu PR ld/12516 * ld-elf/dynamic1.d: New. * ld-elf/dynamic1.ld: Likewise. * ld-elf/dynamic1.s: Likewise. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b7de27d9363..4ff663f89b2 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2011-02-25 H.J. Lu + + PR ld/12516 + * ld-elf/dynamic1.d: New. + * ld-elf/dynamic1.ld: Likewise. + * ld-elf/dynamic1.s: Likewise. + 2011-02-25 Alan Modra * ld-mn10300/i135409-3.s: Correct .size label reference. diff --git a/ld/testsuite/ld-elf/dynamic1.d b/ld/testsuite/ld-elf/dynamic1.d new file mode 100644 index 00000000000..6a8ba55f406 --- /dev/null +++ b/ld/testsuite/ld-elf/dynamic1.d @@ -0,0 +1,10 @@ +#ld: -shared -T dynamic1.ld +#readelf: -l --wide +#target: *-*-linux* *-*-gnu* + +#... + Section to Segment mapping: + Segment Sections... +#... + 0[1-9] .dynamic[ ]* +#pass diff --git a/ld/testsuite/ld-elf/dynamic1.ld b/ld/testsuite/ld-elf/dynamic1.ld new file mode 100644 index 00000000000..d110bf77e34 --- /dev/null +++ b/ld/testsuite/ld-elf/dynamic1.ld @@ -0,0 +1,8 @@ +SECTIONS +{ + . = SIZEOF_HEADERS; + .text : { *(.text) } + .data : { *(.data) } + .data1 : { KEEP (*(.data1)) } + .dynamic : { *(.dynamic) } +} diff --git a/ld/testsuite/ld-elf/dynamic1.s b/ld/testsuite/ld-elf/dynamic1.s new file mode 100644 index 00000000000..f1caf0e5aad --- /dev/null +++ b/ld/testsuite/ld-elf/dynamic1.s @@ -0,0 +1,2 @@ +.section .data1,"aw" +.balign 16