diff options
author | Nick Clifton <nickc@redhat.com> | 2016-03-10 10:37:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-03-10 10:37:19 +0000 |
commit | 878a68773b9d7fe770374677e099cde02449d62a (patch) | |
tree | 706f4fa3790e702906b9a0a67ee552546879dc6d /ld/ChangeLog | |
parent | a2d97d75bd6a3c679ad2023d5ae2ad03910a89aa (diff) | |
download | gdb-878a68773b9d7fe770374677e099cde02449d62a.zip gdb-878a68773b9d7fe770374677e099cde02449d62a.tar.gz gdb-878a68773b9d7fe770374677e099cde02449d62a.tar.bz2 |
Remove bogus LONG(0) from MSP430 built in linker script.
ld * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f29a3ab..a9869f1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. |