X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2FChangeLog;h=88c663c19a3235e26941bf95f253ec7250b4b4a6;hb=6f57d0469ae5e73643aa5ef96a10e6bae7a79a15;hp=8648c5011a6305543ea5869a2dd996f7d39993bd;hpb=b6471e6e2c88ae473453e3499d9cb6a607a3e068;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8648c5011a..88c663c19a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,52 @@ +2016-02-05 Simon Marchi + + * pe-mips.c (coff_mips_reloc): Fix formatting. + +2016-02-05 Cupertino Miranda + + * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2 + to bfd_mach_arc_arc600. + +2016-02-04 Alan Modra + + * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch + for big-endian. + +2016-02-02 H.J. Lu + + PR ld/19542 + * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated + distances in the compressed_size field of the output section. + +2016-02-02 Alan Modra + + * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict + ELFv2 entry optimization. + +2016-02-02 H.J. Lu + + PR binutils/19547 + * elf.c (assign_section_numbers): Clear HAS_RELOC if there are + no relocations in relocatable files. + +2016-02-01 H.J. Lu + + PR ld/19553 + * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED + if a symbol from a library loaded via DT_NEEDED doesn't match + the symbol referenced by regular object. + +2016-02-01 Nathaniel Smith + + * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both + CODE and DATA. + +2016-02-01 Alan Modra + + * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on + an out of range reloc_index. + * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise. + 2016-02-01 Kamil Rytarowski * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.