aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
AgeCommit message (Expand)Author
2017-08-02Fix potential illegal memory access in Xtensa port.Max Filippov
2017-08-01S/390: Fix claimfile failuresAndreas Krebbel
2017-07-31Improve handling of ADD and SUB relocations on the RISCV target.Kuan-Lin Chen
2017-07-31PR 21847, PowerPC64 --plt-localentry againAlan Modra
2017-07-29PR 21847, Don't default PowerPC64 to --plt-localentryAlan Modra
2017-07-28Add missing changelogAndreas Krebbel
2017-07-27Fix address violation issues encountered when parsing corrupt binaries.Nick Clifton
2017-07-25Updated French translation for the BFD library.Nick Clifton
2017-07-25Add a linker branch optimization for the MSP430.Benjamin Green
2017-07-25__tls_get_addr_opt stub eh_frame infoAlan Modra
2017-07-24Fix another memory access error triggered by attempting to parse a corrupt bi...Nick Clifton
2017-07-24Fix address violation errors parsing corrupt binary files.Nick Clifton
2017-07-24Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton
2017-07-23Correct eh_frame info for __glink_PLTresolveAlan Modra
2017-07-19[AArch64] Fix PR18841 ifunc relocation orderingSzabolcs Nagy
2017-07-19Extend previous fix to coff-rs6000.c to coff64-rs6000.cNick Clifton
2017-07-19Fix use-after-free error when parsing a corrupt nested archive.Nick Clifton
2017-07-19Fix address violation when attempting to read a corrupt field in a COFF archi...Nick Clifton
2017-07-19[ARC] Add JLI support.John Eric Martin
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-18Fix runtime failure triggered by a corrupt ecoff input file.Nick Clifton
2017-07-17Add missing ChangeLog entries for PR ld/21782 fixH.J. Lu
2017-07-17Re-indent elf_x86_64_relocate_sectionH.J. Lu
2017-07-16__tls_get_addr_opt GOT entriesAlan Modra
2017-07-12Update PO filesAlan Modra
2017-07-12Fix compile time warnings building the binutils with gcc 7.1.1.Nick Clifton
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-07-11ppc32 use of %x in einfo format, typo fixAlan Modra
2017-07-11ppc32 use of %x in einfo formatAlan Modra
2017-07-10Fix compile time warning about duplicate case values for powerpc-aix target.Nick Clifton
2017-07-07Create pseudo sections for FreeBSD NT_PTLWPINFO core notes.John Baldwin
2017-07-07Add some missing xcoff supportAlan Modra
2017-07-07Another _doprnt fix for %L handlingAlan Modra
2017-07-06Convert 'L' to 'l' when setting wide_width to 1H.J. Lu
2017-07-05Fix build with GCC 4.2H.J. Lu
2017-07-04Regenerate configure.Tristan Gingold
2017-07-04[AArch64] Remove useless and incorrect assertionJiong Wang
2017-07-04[binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()Jan Kratochvil
2017-07-03bfd: partial revert commit EC1ACAB (prevent all but undef weak symbols to bec...Egeyar Bagcioglu
2017-07-03Regenerate pot files.Tristan Gingold
2017-07-03Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra
2017-07-03BFD long long cleanupAlan Modra
2017-07-03Miscellaneous format string fixesAlan Modra
2017-07-03Missing config for bfd.c:_doprntAlan Modra
2017-06-29RISC-V: Fix TLS copy relocsAndrew Waterman
2017-06-29bfd: prevent all but undef weak syms from becoming dynamic in sparc.Egeyar Bagcioglu
2017-06-29[AArch64] Only override the symbol dynamic decision on undefined weak symbolJiong Wang
2017-06-29[AArch64] Remove duplicated code when handling some GOT relocations typesJiong Wang
2017-06-29S390: Support guarded-storage core note sectionsAndreas Arnez
2017-06-28Don't call bfd_get_file_size in _bfd_generic_get_section_contentsH.J. Lu