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 (*(SORT(.fini_array.*)))
|
||||
PROVIDE (__fini_array_end = .);
|
||||
LONG(0); /* Sentinel. */
|
||||
|
||||
} > RAM
|
||||
|
||||
|
@ -79,7 +79,6 @@ SECTIONS
|
||||
KEEP (*(.fini_array))
|
||||
KEEP (*(SORT(.fini_array.*)))
|
||||
PROVIDE (__fini_array_end = .);
|
||||
LONG(0); /* Sentinel. */
|
||||
|
||||
} > ROM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user