diff options
author | Nick Clifton <nickc@redhat.com> | 2015-06-05 16:40:37 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-06-05 16:40:37 +0100 |
commit | 1ade71756948cad279f9b01d88ae762d144643e3 (patch) | |
tree | 31727e3a57d39007ca3441cccc90fb2a6b7e1591 /bfd/ChangeLog | |
parent | e3dd7556ad89bf00c2a92f76079ae1c53dc130a8 (diff) | |
download | gdb-1ade71756948cad279f9b01d88ae762d144643e3.zip gdb-1ade71756948cad279f9b01d88ae762d144643e3.tar.gz gdb-1ade71756948cad279f9b01d88ae762d144643e3.tar.bz2 |
Fixes computation of MSP430 SYM_DIFF relocs in very small sections.
* elf32-msp430.c (rl78_sym_diff_handler): New function.
(msp430_howto_table): Use the new function for the SYM_DIFF reloc.
(msp430x_howto_table): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d7ba09b..aeda144 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-06-05 Nick Clifton <nickc@redhat.com> + + * elf32-msp430.c (rl78_sym_diff_handler): New function. + (msp430_howto_table): Use the new function for the SYM_DIFF reloc. + (msp430x_howto_table): Likewise. + 2015-06-05 Alan Modra <amodra@gmail.com> * elf64-ppc.c (ppc_elf_relocate_section): Move dynamic text |