diff options
author | DJ Delorie <dj@redhat.com> | 2004-09-13 20:54:03 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-09-13 20:54:03 +0000 |
commit | a3ef5243fb20d1168f47dbd4e9c51461dc665453 (patch) | |
tree | 6fe24c0ae6d80c29f204bef60866b8d37802a7e5 /sim/testsuite/ChangeLog | |
parent | 362646f51708657cb5bc8886426a881f2fb56191 (diff) | |
download | gdb-a3ef5243fb20d1168f47dbd4e9c51461dc665453.zip gdb-a3ef5243fb20d1168f47dbd4e9c51461dc665453.tar.gz gdb-a3ef5243fb20d1168f47dbd4e9c51461dc665453.tar.bz2 |
* lib/sim-defs.exp (run_sim_test): Add global_as_options,
global_ld_options, and global_sim_options to all test cases, if
defined.
Diffstat (limited to 'sim/testsuite/ChangeLog')
-rw-r--r-- | sim/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index 8c58cf4..7200d39 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-09-13 DJ Delorie <dj@redhat.com> + + * lib/sim-defs.exp (run_sim_test): Add global_as_options, + global_ld_options, and global_sim_options to all test cases, if + defined. + 2004-05-12 Ben Elliston <bje@au.ibm.com> * lib/sim-defs.exp: Remove stray semicolons. |