Fixes a bug in the relaxation of R_MSP430X_ABS16 to R_MSP430_10_PCREL.
[binutils-gdb.git] / bfd / ChangeLog
index 7dbb29995ab6e91c6b92415a923ccb653fd06868..3a2d6f605a2f1733c2b5b544fbaa82b6a3f4942a 100644 (file)
@@ -1,3 +1,14 @@
+2015-01-15  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-msp430.c (msp430_elf_relax_section): Skip unhandled
+       relocs.  Include PC-relative adjustment for R_MSP430X_ABS16
+       relaxation.
+
+2015-01-15  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_link_omit_section_dynsym): Return true for
+       any output section matching a linker created dynobj section.
+
 2015-01-15  Alan Modra  <amodra@gmail.com>
 
        PR 17842