aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-04-26 13:37:05 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-04-26 13:37:05 +0000
commitaf3c5dea223a0b9406b59dae3dcfb446b4e10e6b (patch)
tree5f44554bf57dab497ae59d41c7f6a7a6ca0a0562 /binutils/testsuite/ChangeLog
parente843e0f8801fd13962c7cff7317b9a89292544e3 (diff)
downloadgdb-af3c5dea223a0b9406b59dae3dcfb446b4e10e6b.zip
gdb-af3c5dea223a0b9406b59dae3dcfb446b4e10e6b.tar.gz
gdb-af3c5dea223a0b9406b59dae3dcfb446b4e10e6b.tar.bz2
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/ChangeLog')
-rw-r--r--binutils/testsuite/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 694694d..287dd84 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+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.
+
2006-04-25 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/2467