diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2002-10-11 14:44:55 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2002-10-11 14:44:55 +0000 |
commit | 6c381eeb71e6f61062fb64795097e144d48fa798 (patch) | |
tree | 12b7b3e030baa928d152f3d6a3fa9eed99edb1a8 /ld/testsuite/ChangeLog | |
parent | 94a03f18b830422643115cfdae48aed9cdc5c485 (diff) | |
download | gdb-6c381eeb71e6f61062fb64795097e144d48fa798.zip gdb-6c381eeb71e6f61062fb64795097e144d48fa798.tar.gz gdb-6c381eeb71e6f61062fb64795097e144d48fa798.tar.bz2 |
* ld-sh/rd-sh.exp: If the test matches *-dso.d, copy the output
of linker to the file tmpdir/*-dso.so.
* ld-sh/tlsbin.s, ld-sh/tlsbinpic.s, ld-sh/tlslib.s: New.
* ld-sh/tlsbin-0-dso.d: New.
* ld-sh/tlsbin-1.d: New.
* ld-sh/tlsbin-2.d: New.
* ld-sh/tlsbin-3.d: New.
* ld-sh/tlsbin-4.d: New.
* ld-sh/tlspic1.s, ld-sh/tlspic2.s: New.
* ld-sh/tlspic-1.d: New.
* ld-sh/tlspic-2.d: New.
* ld-sh/tlspic-3.d: New.
* ld-sh/tlspic-4.d: New.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 3a681f6..536b479 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * ld-sh/rd-sh.exp: If the test matches *-dso.d, copy the output + of linker to the file tmpdir/*-dso.so. + * ld-sh/tlsbin.s, ld-sh/tlsbinpic.s, ld-sh/tlslib.s: New. + * ld-sh/tlsbin-0-dso.d: New. + * ld-sh/tlsbin-1.d: New. + * ld-sh/tlsbin-2.d: New. + * ld-sh/tlsbin-3.d: New. + * ld-sh/tlsbin-4.d: New. + * ld-sh/tlspic1.s, ld-sh/tlspic2.s: New. + * ld-sh/tlspic-1.d: New. + * ld-sh/tlspic-2.d: New. + * ld-sh/tlspic-3.d: New. + * ld-sh/tlspic-4.d: New. + 2002-10-10 Jakub Jelinek <jakub@redhat.com> * ld-i386/combreloc.s: New test. |