use _data_loadaddr instead of _etext

this change was done in master in [1] and just merged here.

[1] 74cd991e7e
This commit is contained in:
chrysn
2012-10-02 12:05:36 +02:00
parent 36f95447a8
commit b5de267b06
2 changed files with 4 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ SECTIONS
. = ALIGN(4);
_ebss = .;
} >ram AT >rom
_data_loadaddr = LOADADDR(.data);
/*
* The .eh_frame section appears to be used for C++ exception handling.