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/copy-1.d | |
parent | e843e0f8801fd13962c7cff7317b9a89292544e3 (diff) | |
download | gdb-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/binutils-all/copy-1.d')
-rw-r--r-- | binutils/testsuite/binutils-all/copy-1.d | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/copy-1.d b/binutils/testsuite/binutils-all/copy-1.d new file mode 100644 index 0000000..a33b28e --- /dev/null +++ b/binutils/testsuite/binutils-all/copy-1.d @@ -0,0 +1,13 @@ +#PROG: objcopy +#objdump: -h +#objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code +#name: copy with seting section flags 1 + +.*: +file format .* + +Sections: +Idx.* +#... + [0-9]* .post_text_reserve.* + CONTENTS, ALLOC, LOAD, READONLY, CODE +#... |