From a3f3fb052678b9cf1f80bbdc72c42afc3705ac0b Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 4 Jun 2023 21:58:39 +0300 Subject: Add initial support of ELF files --- test.ld | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.ld') 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 } -- cgit v1.2.3