From c86b2f8e932b8b3baeecfa5439f91249243c4453 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 10 Mar 2016 10:41:13 +0000 Subject: [PATCH] Remove bogus LONG(0) directives from MSP430 linker scripts. --- libgloss/msp430/msp430-sim.ld | 1 - libgloss/msp430/msp430xl-sim.ld | 1 - 2 files changed, 2 deletions(-) diff --git a/libgloss/msp430/msp430-sim.ld b/libgloss/msp430/msp430-sim.ld index 3e8086005..62ea232b8 100644 --- a/libgloss/msp430/msp430-sim.ld +++ b/libgloss/msp430/msp430-sim.ld @@ -54,7 +54,6 @@ SECTIONS KEEP (*(.fini_array)) KEEP (*(SORT(.fini_array.*))) PROVIDE (__fini_array_end = .); - LONG(0); /* Sentinel. */ } > RAM diff --git a/libgloss/msp430/msp430xl-sim.ld b/libgloss/msp430/msp430xl-sim.ld index c0f5a1f75..52b139b9b 100644 --- a/libgloss/msp430/msp430xl-sim.ld +++ b/libgloss/msp430/msp430xl-sim.ld @@ -79,7 +79,6 @@ SECTIONS KEEP (*(.fini_array)) KEEP (*(SORT(.fini_array.*))) PROVIDE (__fini_array_end = .); - LONG(0); /* Sentinel. */ } > ROM