Remove bogus LONG(0) from MSP430 built in linker script.
authorNick Clifton <nickc@redhat.com>
Thu, 10 Mar 2016 10:37:19 +0000 (10:37 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 10 Mar 2016 10:37:19 +0000 (10:37 +0000)
ld * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).

ld/ChangeLog
ld/scripttempl/elf32msp430.sc

index f29a3ab2eb1a53f9be0f5b9efb22c43ed6cd5d06..a9869f173dd8b3ca1d5064c4b4b9285ac105c022 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-10  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
+
 2016-03-09  Pedro Alves  <palves@redhat.com>
 
        * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
index 50b7ddb4bb250c26bed142315f8769f632365893..4650885a0a830c833ff85a915ef14c86401ec821 100644 (file)
@@ -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
This page took 0.028976 seconds and 4 git commands to generate.