diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-07-14 17:09:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-07-14 17:09:48 +0000 |
commit | 955057fccb786383d2e3a756ddd85e012fa7663f (patch) | |
tree | 3889f93148d59df36150b1d941ef99824aa9bbd3 | |
parent | 24edc24dbe07ea0c08288b37682103a4751e47d0 (diff) | |
download | gdb-955057fccb786383d2e3a756ddd85e012fa7663f.zip gdb-955057fccb786383d2e3a756ddd85e012fa7663f.tar.gz gdb-955057fccb786383d2e3a756ddd85e012fa7663f.tar.bz2 |
2005-07-14 H.J. Lu <hongjiu.lu@intel.com>
* lib/ld-lib.exp (run_ld_link_exec_tests): Update comments.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 135534a..52102f0 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2005-07-14 H.J. Lu <hongjiu.lu@intel.com> + * lib/ld-lib.exp (run_ld_link_exec_tests): Update comments. + +2005-07-14 H.J. Lu <hongjiu.lu@intel.com> + * ld-elf/elf.exp (array_tests): New. Call run_ld_link_exec_tests with array_tests. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 54df991..7f2f386 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1263,8 +1263,8 @@ if ![string length [info proc prune_warnings]] { } } -# List contains test-items with 3 items followed by 2 lists, one item and -# one optional item: +# List contains test-items with 3 items followed by 1 lists, 2 items +# and one optional item: # 0:name # 1:ld options # 2:assembler options |