forked from M-Labs/zynq-rs
link.x: cleanup
This commit is contained in:
parent
248a692cf7
commit
83ff37e10e
|
@ -39,7 +39,6 @@ SECTIONS
|
||||||
.bss (NOLOAD) : ALIGN(4)
|
.bss (NOLOAD) : ALIGN(4)
|
||||||
{
|
{
|
||||||
__bss_start = .;
|
__bss_start = .;
|
||||||
/* Aligned to 16 kB */
|
|
||||||
KEEP(*(.bss.l1_table));
|
KEEP(*(.bss.l1_table));
|
||||||
*(.bss .bss.*);
|
*(.bss .bss.*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
@ -58,7 +57,8 @@ SECTIONS
|
||||||
__stack0_start = .;
|
__stack0_start = .;
|
||||||
} > OCM
|
} > OCM
|
||||||
|
|
||||||
/DISCARD/ : {
|
/DISCARD/ :
|
||||||
|
{
|
||||||
/* Unused exception related info that only wastes space */
|
/* Unused exception related info that only wastes space */
|
||||||
*(.ARM.exidx);
|
*(.ARM.exidx);
|
||||||
*(.ARM.exidx.*);
|
*(.ARM.exidx.*);
|
||||||
|
|
Loading…
Reference in New Issue