summaryrefslogtreecommitdiff
path: root/test.ld
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-06-04 21:58:39 +0300
committerOxore <oxore@protonmail.com>2023-06-04 23:26:13 +0300
commita3f3fb052678b9cf1f80bbdc72c42afc3705ac0b (patch)
treef45953c256f4e463f073afcdc920c916afc4c0d1 /test.ld
parentb5c24afbc10a36f65e73d5ef2100da4ff173a109 (diff)
Add initial support of ELF files
Diffstat (limited to 'test.ld')
-rw-r--r--test.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.ld b/test.ld
index 22a08e2..f939414 100644
--- a/test.ld
+++ b/test.ld
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: Unlicense
+ */
+
MEMORY {
ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M
}