diff options
author | Nick Clifton <nickc@redhat.com> | 2016-05-26 11:43:38 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-05-26 11:43:38 +0100 |
commit | 0d832c8ea736150cb246f8988b2f9f78bf58de5e (patch) | |
tree | 5a5a789a3198640f36898eef81cb667911179093 /ld/ChangeLog | |
parent | 94740f9c4b20ec88a5e33823a4da13d6da311a22 (diff) | |
download | gdb-0d832c8ea736150cb246f8988b2f9f78bf58de5e.zip gdb-0d832c8ea736150cb246f8988b2f9f78bf58de5e.tar.gz gdb-0d832c8ea736150cb246f8988b2f9f78bf58de5e.tar.bz2 |
Provide the __bssstart and __bsssize symbols needed by the MSP430's crt0.o code.
PR target/20134
* scripttempl/elf32msp430.sc (.bss): Provide __bssstart and
__bsssize.
* scripttempl/elf32msp430_3.sc (.bss): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index dabaf55..9812e7c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,12 @@ +2016-05-26 Nick Clifton <nickc@redhat.com> + + PR target/20134 + * scripttempl/elf32msp430.sc (.bss): Provide __bssstart and + __bsssize. + * scripttempl/elf32msp430_3.sc (.bss): Likewise. + 2016-05-25 Maciej W. Rozycki <macro@imgtec.com> - + * testsuite/ld-mips-elf/unaligned-jalx-0.d: New test. * testsuite/ld-mips-elf/unaligned-jalx-1.d: New test. * testsuite/ld-mips-elf/unaligned-jalx-2.d: New test. |