summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Expand)AuthorAgeFilesLines
* Create pseudo sections for FreeBSD NT_PTLWPINFO core notes.John Baldwin2017-07-072-0/+8
* Add some missing xcoff supportAlan Modra2017-07-072-1/+10
* Another _doprnt fix for %L handlingAlan Modra2017-07-072-12/+20
* Automatic date update in version.inGDB Administrator2017-07-071-1/+1
* Convert 'L' to 'l' when setting wide_width to 1H.J. Lu2017-07-062-1/+9
* Automatic date update in version.inGDB Administrator2017-07-061-1/+1
* Fix build with GCC 4.2H.J. Lu2017-07-052-6/+14
* Automatic date update in version.inGDB Administrator2017-07-051-1/+1
* Regenerate configure.Tristan Gingold2017-07-043-11/+16
* [AArch64] Remove useless and incorrect assertionJiong Wang2017-07-042-7/+5
* [binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()Jan Kratochvil2017-07-042-71/+399
* Automatic date update in version.inGDB Administrator2017-07-041-1/+1
* bfd: partial revert commit EC1ACAB (prevent all but undef weak symbols to bec...Egeyar Bagcioglu2017-07-032-7/+5
* Regenerate pot files.Tristan Gingold2017-07-032-1407/+1553
* Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra2017-07-035-46/+82
* BFD long long cleanupAlan Modra2017-07-037-25/+35
* Miscellaneous format string fixesAlan Modra2017-07-033-8/+18
* Missing config for bfd.c:_doprntAlan Modra2017-07-034-55/+119
* Automatic date update in version.inGDB Administrator2017-07-031-1/+1
* Automatic date update in version.inGDB Administrator2017-07-021-1/+1
* Automatic date update in version.inGDB Administrator2017-07-011-1/+1
* Automatic date update in version.inGDB Administrator2017-06-301-1/+1
* RISC-V: Fix TLS copy relocsAndrew Waterman2017-06-292-4/+11
* bfd: prevent all but undef weak syms from becoming dynamic in sparc.Egeyar Bagcioglu2017-06-292-20/+57
* [AArch64] Only override the symbol dynamic decision on undefined weak symbolJiong Wang2017-06-292-23/+68
* [AArch64] Remove duplicated code when handling some GOT relocations typesJiong Wang2017-06-293-92/+36
* S390: Support guarded-storage core note sectionsAndreas Arnez2017-06-293-0/+71
* Automatic date update in version.inGDB Administrator2017-06-291-1/+1
* Don't call bfd_get_file_size in _bfd_generic_get_section_contentsH.J. Lu2017-06-282-7/+16
* Change bfd_get_size/bfd_get_file_size to ufile_ptrH.J. Lu2017-06-283-6/+12
* MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki2017-06-285-0/+38
* Automatic date update in version.inGDB Administrator2017-06-281-1/+1
* Remove debugging accidentally left in tekhex.c.Nick Clifton2017-06-272-1/+6
* Fix PR 13402Senthil Kumar Selvaraj2017-06-272-1/+11
* Warning fixAlan Modra2017-06-272-5/+11
* RISC-V: Use pc-relative relocation for FDE initial locationKuan-Lin Chen2017-06-266-0/+32
* More fixes for bfd_get_section_contents changeAlan Modra2017-06-272-14/+12
* Automatic date update in version.inGDB Administrator2017-06-271-1/+1
* Fix GDB regressions caused by previous bfd_get_section_contents changesPedro Alves2017-06-272-1/+7
* Add a missing line to _bfd_generic_get_section_contents_in_windowH.J. Lu2017-06-262-0/+7
* MIPS/BFD: Consistently mark the LSI CW4010 as a MIPS II processorMaciej W. Rozycki2017-06-263-6/+14
* Check file size before getting section contentsH.J. Lu2017-06-263-9/+26
* LD: Fix .startof.SECNAME/.sizeof.SECNAME tests for MIPS/IRIXMaciej W. Rozycki2017-06-261-0/+2
* Fix address violation parsing a corrupt texhex format file.Nick Clifton2017-06-262-1/+11
* Fix address violations when atempting to parse fuzzed binaries.Nick Clifton2017-06-264-3/+35
* Add pgste marker changelogAndreas Krebbel2017-06-261-0/+11
* S/390: Fix testsuite segfault added with recent pgste patch.Andreas Krebbel2017-06-262-7/+25
* Automatic date update in version.inGDB Administrator2017-06-261-1/+1
* Don't attach linker created section to --just-syms bfdAlan Modra2017-06-262-4/+47
* fix out-of-bounds access in elf.c:find_linkSergei Trofimovich2017-06-252-2/+8