Remove bogus LONG(0) directives from MSP430 linker scripts.
This commit is contained in:
parent
f368589492
commit
c86b2f8e93
|
@ -54,7 +54,6 @@ SECTIONS
|
||||||
KEEP (*(.fini_array))
|
KEEP (*(.fini_array))
|
||||||
KEEP (*(SORT(.fini_array.*)))
|
KEEP (*(SORT(.fini_array.*)))
|
||||||
PROVIDE (__fini_array_end = .);
|
PROVIDE (__fini_array_end = .);
|
||||||
LONG(0); /* Sentinel. */
|
|
||||||
|
|
||||||
} > RAM
|
} > RAM
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,6 @@ SECTIONS
|
||||||
KEEP (*(.fini_array))
|
KEEP (*(.fini_array))
|
||||||
KEEP (*(SORT(.fini_array.*)))
|
KEEP (*(SORT(.fini_array.*)))
|
||||||
PROVIDE (__fini_array_end = .);
|
PROVIDE (__fini_array_end = .);
|
||||||
LONG(0); /* Sentinel. */
|
|
||||||
|
|
||||||
} > ROM
|
} > ROM
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue