diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-07-16 21:10:49 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-07-16 21:10:49 +0000 |
commit | afeb3d7fac9407747a42b0f90f3330ecb6f9754f (patch) | |
tree | cebaf247d714961dddf3b6ae96c098b8c7d14100 | |
parent | 36f8f14aad6416e1f702cf73ab41bfb456979d9b (diff) | |
download | gdb-afeb3d7fac9407747a42b0f90f3330ecb6f9754f.zip gdb-afeb3d7fac9407747a42b0f90f3330ecb6f9754f.tar.gz gdb-afeb3d7fac9407747a42b0f90f3330ecb6f9754f.tar.bz2 |
2009-07-16 Dave Korn <dave.korn.cygwin@gmail.com>
H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/objcopy.exp: Run testranges and testranges-ia64
for ELF targets only.
-rw-r--r-- | binutils/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 103255d..c0f2881 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2009-07-16 Dave Korn <dave.korn.cygwin@gmail.com> + H.J. Lu <hongjiu.lu@intel.com> + + * binutils-all/objcopy.exp: Run testranges and testranges-ia64 + for ELF targets only. + 2009-07-16 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/objcopy.exp; Run testranges-ia64. diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 68f0909..9271ea6 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -872,7 +872,7 @@ if [is_elf_format] { } run_dump_test "localize-hidden-1" + run_dump_test "testranges" + run_dump_test "testranges-ia64" } run_dump_test "localize-hidden-2" -run_dump_test "testranges" -run_dump_test "testranges-ia64" |