Avoid changed section warning

This commit is contained in:
GriffinR
2021-11-01 01:47:38 -04:00
parent ef2971d8dc
commit e0e2212db3
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ SECTIONS {
ALIGN(4)
{
src/rom_header.o(.text);
src/rom_header_gf.o(.text);
src/rom_header_gf.o(.text.*);
src/crt0.o(.text);
src/main.o(.text);
gflib/malloc.o(.text);