1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

[SQUASH ME] lpc2387: Add missing *(data.*) to linker script.

This commit is contained in:
Joakim Gebart 2015-01-07 19:10:58 +01:00
parent 390b8394d6
commit 99319f4e28

View File

@ -163,7 +163,7 @@ SECTIONS
{
. = ALIGN(4); /* ensure data is aligned so relocation can use 4-byte operations */
_data = .; /* create a global symbol marking the start of the .data section */
*(.data) /* all .data sections */
*(.data .data.*) /* all .data sections */
*(.gnu.linkonce.d*)
. = ALIGN(4);
/* preinit data */