Remove bogus LONG(0) directives from MSP430 linker scripts.

This commit is contained in:
Nick Clifton 2016-03-10 10:41:13 +00:00
parent f368589492
commit c86b2f8e93
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ SECTIONS
KEEP (*(.fini_array))
KEEP (*(SORT(.fini_array.*)))
PROVIDE (__fini_array_end = .);
LONG(0); /* Sentinel. */
} > RAM

View File

@ -79,7 +79,6 @@ SECTIONS
KEEP (*(.fini_array))
KEEP (*(SORT(.fini_array.*)))
PROVIDE (__fini_array_end = .);
LONG(0); /* Sentinel. */
} > ROM