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:
parent
390b8394d6
commit
99319f4e28
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user