mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Remove bogus LONG(0) from MSP430 built in linker script.
ld * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
This commit is contained in:
@ -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>
|
2016-03-09 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
|
* scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
|
||||||
|
@ -210,7 +210,6 @@ SECTIONS
|
|||||||
KEEP (*(.fini_array))
|
KEEP (*(.fini_array))
|
||||||
KEEP (*(SORT(.fini_array.*)))
|
KEEP (*(SORT(.fini_array.*)))
|
||||||
PROVIDE (__fini_array_end = .);
|
PROVIDE (__fini_array_end = .);
|
||||||
LONG(0); /* Sentinel. */
|
|
||||||
|
|
||||||
/* gcc uses crtbegin.o to find the start of the constructors, so
|
/* gcc uses crtbegin.o to find the start of the constructors, so
|
||||||
we make sure it is first. Because this is a wildcard, it
|
we make sure it is first. Because this is a wildcard, it
|
||||||
|
Reference in New Issue
Block a user