diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-01-20 04:50:47 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-01-20 04:50:47 -0800 |
commit | cec2c50d38391e11f7116643450156560e5a1b91 (patch) | |
tree | acf4a69671db08b7fe90c6db7a23de483d6ca4d4 /ld/testsuite/ld-elf/pr2404.out | |
parent | e671835b7afc90b3ff201b79f07a6fb67797bc5c (diff) | |
download | gdb-cec2c50d38391e11f7116643450156560e5a1b91.zip gdb-cec2c50d38391e11f7116643450156560e5a1b91.tar.gz gdb-cec2c50d38391e11f7116643450156560e5a1b91.tar.bz2 |
Add a testcase for PR ld/2404
PR ld/2404 was fixed without a testcase. This patch to add one.
PR ld/2404
* ld-elf/pr2404.out: New file.
* ld-elf/pr2404a.c: Likewise.
* ld-elf/pr2404b.c: Likewise.
* ld-elf/shared.exp (build_tests): Build libpr2404a.so and
libpr2404b.a.
(run_tests): Run pr2404.
Diffstat (limited to 'ld/testsuite/ld-elf/pr2404.out')
-rw-r--r-- | ld/testsuite/ld-elf/pr2404.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/pr2404.out b/ld/testsuite/ld-elf/pr2404.out new file mode 100644 index 0000000..d1aa5fe --- /dev/null +++ b/ld/testsuite/ld-elf/pr2404.out @@ -0,0 +1,4 @@ +times: -1 +times: 20 +time: 0 +time: 10 |