diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-12-30 13:57:11 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-12-30 13:57:11 +0000 |
commit | fe524faa87338b3324439dadbaf6afa3734312d5 (patch) | |
tree | 1be71131138ede993cd65234bea45d8664cd1dd5 /sim/testsuite/ChangeLog | |
parent | c06ccdf1b680092e01cba0af3681c12bf63d2ed0 (diff) | |
download | gdb-fe524faa87338b3324439dadbaf6afa3734312d5.zip gdb-fe524faa87338b3324439dadbaf6afa3734312d5.tar.gz gdb-fe524faa87338b3324439dadbaf6afa3734312d5.tar.bz2 |
* sim/cris/asm/badarch1.ms, sim/cris/c/badldso1.c,
sim/cris/c/badldso2.c, sim/cris/c/badldso3.c,
sim/cris/c/helloaout.c, sim/cris/c/hellodyn.c,
sim/cris/c/hellodyn2.c, sim/cris/c/writev1.c,
sim/cris/c/writev2.c: New tests.
* sim/cris/c/c.exp: If compiler links libc.so when attempting to
link dynamically, create symlink named "lib" to the directory
where it is found. Handle new test-case option "dynamic".
Diffstat (limited to 'sim/testsuite/ChangeLog')
-rw-r--r-- | sim/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index 97517e6..df46782 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,5 +1,14 @@ 2008-12-30 Hans-Peter Nilsson <hp@axis.com> + * sim/cris/asm/badarch1.ms, sim/cris/c/badldso1.c, + sim/cris/c/badldso2.c, sim/cris/c/badldso3.c, + sim/cris/c/helloaout.c, sim/cris/c/hellodyn.c, + sim/cris/c/hellodyn2.c, sim/cris/c/writev1.c, + sim/cris/c/writev2.c: New tests. + * sim/cris/c/c.exp: If compiler links libc.so when attempting to + link dynamically, create symlink named "lib" to the directory + where it is found. Handle new test-case option "dynamic". + * sim/cris/asm/opterr1.ms, sim/cris/asm/opterr2.ms: Adjust for differences in getopt_long error message quoting. |