summaryrefslogtreecommitdiff
path: root/test/elf/linkerscript/Inputs/valid.ls
diff options
context:
space:
mode:
Diffstat (limited to 'test/elf/linkerscript/Inputs/valid.ls')
-rw-r--r--test/elf/linkerscript/Inputs/valid.ls6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/elf/linkerscript/Inputs/valid.ls b/test/elf/linkerscript/Inputs/valid.ls
new file mode 100644
index 0000000000000..43593602d3fbf
--- /dev/null
+++ b/test/elf/linkerscript/Inputs/valid.ls
@@ -0,0 +1,6 @@
+/* A simple valid linker script used for testing the -T/--script options.
+ *
+ * An unresolved symbol named '_entry_point' can be scanned for by the tests
+ * to determine that the linker script was processed.
+ */
+ENTRY(_entry_point)