Sync wildcards in ld scripts

This commit is contained in:
GriffinR
2022-11-28 16:17:25 -05:00
parent cf66ec69cd
commit 54c781a0e9
2 changed files with 17 additions and 10 deletions
+4 -8
View File
@@ -14,7 +14,7 @@ SECTIONS {
*(ewram_data);
. = 0x40000;
}
}
. = 0x3000000;
@@ -38,17 +38,13 @@ SECTIONS {
.text :
ALIGN(4)
{
src/rom_header.o(.text*);
src/rom_header_gf.o(.text.*);
src/crt0.o(.text);
src/main.o(.text);
*(.text*);
} =0
.text.unlikely :
ALIGN(4)
{
src/crt0.o(.text.unlikely);
*(.text.unlikely*);
} =0
script_data :
ALIGN(4)
{