]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/ChangeLog
* mmo.c (mmo File layout documentation): Add note about low bits
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
index ccff4ced2b75fc79088ac3061853a012e362cdb9..fbe5f72ceceeb394e95992d1c5f19b3300a1d694 100644 (file)
@@ -1,3 +1,45 @@
+2014-05-01  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * mmo.c (mmo File layout documentation): Add note about low bits
+       of address.
+       (mmo_write_chunk): When handling data remainder, assert that
+       previous remaining data is flushed.
+       (mmo_write_loc_chunk): Only look for trailing and leading zeros
+       when dealing with an aligned VMA and for aligned lengths.  Don't skip
+       the last 32-bit-word of zeros.
+       (mmo_write_loc_chunk): Emit an error if the VMA is not aligned.
+       (mmo_scan) <case LOP_QUOTE>: Move re-alignment of vma before
+       emitting data, not after updating it.
+       <case LOP_LOC>: Call mmo_decide_section with aligned vma.
+
+2014-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * compress.c (bfd_is_section_compressed): When checking the
+       .debug_str section, also check the fifth byte in the section is
+       not part of a string.
+
+2014-04-30  Alan Modra  <amodra@gmail.com>
+
+       * elf-eh-frame.c (struct cie.personality): Replace val with sym.
+       (find_merged_cie): Identify personality functions by (bfd_id,index)
+       pair when a local sym is used.
+
+2014-04-29  Christian Svensson  <blue@cmd.nu>
+
+       * elf32-or1k.c: Fix a bug where non-TLS relocations would be forced
+       into .rela.got if it contained TLS relocations as well.
+
+2014-04-28  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/16821
+       * peXXigen.c (_bfd_XXi_swap_sym_out): Rework fix to avoid compile
+       time warning.
+
+2014-04-26  Alan Modra  <amodra@gmail.com>
+
+       * po/SRC-POTFILES.in: Regenerate.
+       * configure: Regenerate.
+
 2014-04-25  Nick Clifton  <nickc@redhat.com>
 
        PR ld/16821