diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-14 10:52:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-14 10:52:54 +0000 |
commit | 7dff20279654e6dd571705f3fc9bad655d1d1dcd (patch) | |
tree | 59b97437f0edc6b081769851185a2b6215a0454a /ld | |
parent | 46e8a76b3b1536419c69b1033f21f3e4ebe4bdeb (diff) | |
download | binutils-7dff20279654e6dd571705f3fc9bad655d1d1dcd.zip binutils-7dff20279654e6dd571705f3fc9bad655d1d1dcd.tar.gz binutils-7dff20279654e6dd571705f3fc9bad655d1d1dcd.tar.bz2 |
* ld-elf/pr349-1.s, * ld-elf/pr349-2.s, * ld-elf/pr349.d: New.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/pr349-1.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/pr349-2.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/pr349.d | 10 |
4 files changed, 18 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4596f75..53d111e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-10-14 Alan Modra <amodra@bigpond.net.au> + + * ld-elf/pr349-1.s, * ld-elf/pr349-2.s, * ld-elf/pr349.d: New. + 2009-10-09 H.J. Lu <hongjiu.lu@intel.com> PR ld/10749 diff --git a/ld/testsuite/ld-elf/pr349-1.s b/ld/testsuite/ld-elf/pr349-1.s new file mode 100644 index 0000000..a205905 --- /dev/null +++ b/ld/testsuite/ld-elf/pr349-1.s @@ -0,0 +1,2 @@ + .section ".abcxyz","ax",%progbits + .long 1 diff --git a/ld/testsuite/ld-elf/pr349-2.s b/ld/testsuite/ld-elf/pr349-2.s new file mode 100644 index 0000000..85f36ca --- /dev/null +++ b/ld/testsuite/ld-elf/pr349-2.s @@ -0,0 +1,2 @@ + .section ".abcxyz","",%progbits + .long 2 diff --git a/ld/testsuite/ld-elf/pr349.d b/ld/testsuite/ld-elf/pr349.d new file mode 100644 index 0000000..62bbb42 --- /dev/null +++ b/ld/testsuite/ld-elf/pr349.d @@ -0,0 +1,10 @@ +#source: pr349-1.s +#source: pr349-2.s +#ld: -r +#readelf: -S + +#... +.* .abcxyz .* +#... +.* .abcxyz .* +#pass |