Added __argdata__ to switch.ld.

This commit is contained in:
yellows8 2017-12-10 23:27:16 -05:00
parent 817fec6859
commit 79e573472e

View File

@ -167,6 +167,9 @@ SECTIONS
__end__ = ABSOLUTE(.) ;
. = ALIGN(0x1000);
__argdata__ = ABSOLUTE(.) ;
/* ==================
==== Metadata ====
================== */