summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-selective/keepdot.ld
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-selective/keepdot.ld')
-rw-r--r--binutils-2.21/ld/testsuite/ld-selective/keepdot.ld5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-selective/keepdot.ld b/binutils-2.21/ld/testsuite/ld-selective/keepdot.ld
new file mode 100644
index 0000000..d8a2b38
--- /dev/null
+++ b/binutils-2.21/ld/testsuite/ld-selective/keepdot.ld
@@ -0,0 +1,5 @@
+SECTIONS
+{
+ .myinit : { KEEP (*(.myinit)) }
+ .mytext : { *(.mytext*) *(.text*) }
+}