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

dev/timer
Joakim Gebart 9 years ago
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…
Cancel
Save