Wrap BFD headers in extern "C"
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index a7fe73ccb5c1eb69e39f113f838ce8ce0f499c66..3d575f2ffbe1a0c97023d4c038091941cfc23815 100644 (file)
@@ -1,3 +1,70 @@
+2015-02-11  Pedro Alves  <palves@redhat.com>
+
+       * libbfd-in.h [__cplusplus]: Open extern "C" scope.
+       * libcoff-in.h [__cplusplus]: Open extern "C" scope.
+       * libbfd.h: Regenerate.
+       * libcoff.h: Regenerate.
+
+       * elf-bfd.h [__cplusplus]: Wrap in extern "C".
+       * mach-o.h [__cplusplus]: Wrap in extern "C".
+       * som.h [__cplusplus]: Wrap in extern "C".
+
+2015-02-10  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/17512
+       * coffcode.h (styp_to_sec_flags): Use an unsigned long type to
+       hold the flag bits.
+       * peXXigen.c (pe_print_reloc): Use unsigned types to hold the
+       size and number of relocs.
+       (pe_print_debugdata): Use a 32-bit aligned buffer to store the
+       codeview record.
+       * versados.c (process_otr): Check the esdid value before using it
+       to access the EDATA.
+
+2015-02-09  Ed Maste  <emaste@freebsd.org>
+
+       * elf32-i386.c (elf_i386_get_plt_sym_val): Avoid incrementing
+       uninitialized and unused variable.
+       * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
+
+2015-02-09  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault on NULL
+       tls_sec.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
+       * elflink.c (elf_link_output_extsym): Don't assert on NULL tls_sec.
+
+2015-02-09  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c: Whitespace, formatting fixes.
+       (elf_link_input_bfd): Clarify comment.
+       (elf_link_output_extsym): Exclude symbols in linker created
+       sections when testing for plugin symbols.
+
+2015-02-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17935
+       * elf32-i386.c (elf_i386_readonly_dynrelocs): Also issue a
+       warning for relocation in readonly section for -z text.
+       (elf_i386_size_dynamic_sections): Likewise.
+       * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
+       (elf_x86_64_size_dynamic_sections): Likewise.
+
+2015-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12365
+       PR ld/14272
+       * elflink.c (_bfd_elf_fix_symbol_flags): Revert the last change.
+       (elf_link_input_bfd): Mark the plugin symbol undefined if it is
+       referenced from a non-IR file.
+
+2015-02-06  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/17512
+       * peXXigen.c (rsrc_print_resource_entries): Add range check for
+       addresses that wrap around the address space.
+       (rsrc_parse_entry): Likewise.
+
 2015-02-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/12365
This page took 0.026655 seconds and 4 git commands to generate.