diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-05-01 14:09:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-05-01 14:09:35 +0000 |
commit | 85d7f0b9e3e11eae51428caf57a0004cc0fd9fb7 (patch) | |
tree | db56b15eab18dd692ff8fe52adb58e274dc311dd /binutils | |
parent | 89cdfe5739c7646eaba0f004158522d39c0808aa (diff) | |
download | gdb-85d7f0b9e3e11eae51428caf57a0004cc0fd9fb7.zip gdb-85d7f0b9e3e11eae51428caf57a0004cc0fd9fb7.tar.gz gdb-85d7f0b9e3e11eae51428caf57a0004cc0fd9fb7.tar.bz2 |
2006-05-01 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/objcopy.exp: Run "copy-1" for ELF only.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index cf39f67..e27aa34 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-05-01 H.J. Lu <hongjiu.lu@intel.com> + + * binutils-all/objcopy.exp: Run "copy-1" for ELF only. + 2006-05-01 Ben Elliston <bje@au.ibm.com> * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ; diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index f285094..f714564 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -723,7 +723,7 @@ if { ([istarget "ia64-*-elf*"] 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-1" run_dump_test "copy-2" |