From 8e52a7d019acc3a283dddacf27c831c081540a28 Mon Sep 17 00:00:00 2001 From: SwitchJS Dev <51845773+switchjsdev@users.noreply.github.com> Date: Fri, 4 Oct 2019 14:00:23 -0400 Subject: [PATCH] removed superfluous `intermezzo_start` from .lds --- intermezzo.lds | 1 - 1 file changed, 1 deletion(-) diff --git a/intermezzo.lds b/intermezzo.lds index 485408d..b1f0fe9 100644 --- a/intermezzo.lds +++ b/intermezzo.lds @@ -4,7 +4,6 @@ ENTRY(_start) SECTIONS { . = LOAD_ADDR; - PROVIDE(intermezzo_start = .); .text : { *(.text)