X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Flpc%2Faltos-loader.ld;h=be4f115d50e76b666307c7efa15baf139138f7c3;hb=efc2c093819b3ec2e5743126efb76d3a9c0ad231;hp=9df6e456dab3cc34f341e578e0809cb85e960569;hpb=012abeda6ae846d74729e96e7ed7c8af2edca572;p=fw%2Faltos diff --git a/src/lpc/altos-loader.ld b/src/lpc/altos-loader.ld index 9df6e456..be4f115d 100644 --- a/src/lpc/altos-loader.ld +++ b/src/lpc/altos-loader.ld @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -60,9 +61,9 @@ SECTIONS { /* Data -- relocated to RAM, but written to ROM */ .data : { - __data_start__ = .; + _start__ = .; *(.data*) /* initialized data */ - __data_end__ = .; + _end__ = .; } >ram AT>rom