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_start = .;
|
||||
/* Aligned to 16 kB */
|
||||
KEEP(*(.bss.l1_table));
|
||||
*(.bss .bss.*);
|
||||
. = ALIGN(4);
|
||||
|
@ -58,7 +57,8 @@ SECTIONS
|
|||
__stack0_start = .;
|
||||
} > OCM
|
||||
|
||||
/DISCARD/ : {
|
||||
/DISCARD/ :
|
||||
{
|
||||
/* Unused exception related info that only wastes space */
|
||||
*(.ARM.exidx);
|
||||
*(.ARM.exidx.*);
|
||||
|
|
Loading…
Reference in New Issue