summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/copy-1.d
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/copy-1.d')
-rw-r--r--binutils/testsuite/binutils-all/copy-1.d13
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..f2b0d9e
--- /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 setting section flags 1
+
+.*: +file format .*
+
+Sections:
+Idx.*
+#...
+ [0-9]* .post_text_reserve.*
+ CONTENTS, ALLOC, LOAD, READONLY, CODE
+#...