From 878a68773b9d7fe770374677e099cde02449d62a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 10 Mar 2016 10:37:19 +0000 Subject: Remove bogus LONG(0) from MSP430 built in linker script. ld * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0). --- ld/scripttempl/elf32msp430.sc | 1 - 1 file changed, 1 deletion(-) (limited to 'ld/scripttempl') diff --git a/ld/scripttempl/elf32msp430.sc b/ld/scripttempl/elf32msp430.sc index 50b7ddb..4650885 100644 --- a/ld/scripttempl/elf32msp430.sc +++ b/ld/scripttempl/elf32msp430.sc @@ -210,7 +210,6 @@ SECTIONS KEEP (*(.fini_array)) KEEP (*(SORT(.fini_array.*))) PROVIDE (__fini_array_end = .); - LONG(0); /* Sentinel. */ /* gcc uses crtbegin.o to find the start of the constructors, so we make sure it is first. Because this is a wildcard, it -- cgit v1.1