Full support for modern ARM toolchains

This commit is contained in:
PikalaxALT
2021-04-20 18:35:43 -04:00
parent a005118d7f
commit 1eecfb308c
2 changed files with 10 additions and 5 deletions
+1
View File
@@ -29,6 +29,7 @@ SECTIONS {
/* COMMON starts at 0x30022A8 */
*(COMMON);
end = .;
__end__ = .;
. = 0x8000;
}