tumbledemerald-legacy/berry_fix/ld_script.sed

15 lines
117 B
Sed
Raw Permalink Normal View History

2022-05-19 19:14:13 +02:00
/<EWRAM>/ {
r sym_ewram.ld
d
}
/<BSS>/ {
r sym_bss.ld
d
}
/<COMMON>/ {
r sym_common.ld
d
}