diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-04-26 13:37:05 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-04-26 13:37:05 +0000 |
commit | af3c5dea223a0b9406b59dae3dcfb446b4e10e6b (patch) | |
tree | 5f44554bf57dab497ae59d41c7f6a7a6ca0a0562 /binutils/testsuite/binutils-all/objcopy.exp | |
parent | e843e0f8801fd13962c7cff7317b9a89292544e3 (diff) | |
download | ppe42-binutils-af3c5dea223a0b9406b59dae3dcfb446b4e10e6b.tar.gz ppe42-binutils-af3c5dea223a0b9406b59dae3dcfb446b4e10e6b.zip |
2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/2593
* binutils-all/copy-1.d: New file.
* binutils-all/copy-1.s: Likewise.
* binutils-all/copy-2.d: Likewise.
* binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
run_dump_test "copy-2".
* lib/utils-lib.exp (run_dump_test): New.
(slurp_options): Likewise.
(regexp_diff): Likewise.
(file_contents): Likewise.
(verbose_eval): Likewise.
Diffstat (limited to 'binutils/testsuite/binutils-all/objcopy.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index d46b538184..06728d1f63 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -724,3 +724,6 @@ if [is_elf_format] { objcopy_test "ELF unknown section type" unknown.s objcopy_test_readelf "ELF group" group.s } + +run_dump_test "copy-1" +run_dump_test "copy-2" |