X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2Faltos-loader.ld;fp=src%2Fstm%2Faltos-loader.ld;h=14b45351d3ce8876fa2c96562df417af5cd8ed53;hp=7184b96cfb24b8502510ab3d15b49d511ac1bc11;hb=7d98fc5d3f106f3063608a2e5c69d9359061437a;hpb=ab1cbc0f51ddf897a3a7a768862d9dfe26a6c14d diff --git a/src/stm/altos-loader.ld b/src/stm/altos-loader.ld index 7184b96c..14b45351 100644 --- a/src/stm/altos-loader.ld +++ b/src/stm/altos-loader.ld @@ -35,9 +35,18 @@ SECTIONS { . = ORIGIN(rom) + 0x100; + /* Ick. What I want is to specify the + * addresses of some global constants so + * that I can find them across versions + * of the application. I can't figure out + * how to make gnu ld do that, so instead + * we just load the two files that include + * these defines in the right order here and + * expect things to 'just work'. Don't change + * the contents of those files, ok? + */ ao_romconfig.o(.romconfig*) ao_product.o(.romconfig*) - *(.text) /* Executable code */ *(.rodata) /* Constants */