aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Properly implement STT_COMMONH.J. Lu1-3/+10
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-06Clear the ch_reserved field in 64-bit outputH.J. Lu1-0/+2
2015-09-29Don't use the output section size to copy input sectionH.J. Lu1-3/+5
2015-09-21Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu1-4/+4
2015-07-20Make binutils abort message GDB friendlyH.J. Lu1-2/+2
2015-07-10Properly convert objects between different ELF classesH.J. Lu1-0/+155
2015-06-16Fix build when size_t is not available in bfd-in2.hJon Turney1-1/+1
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-0/+9
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu1-9/+21
2015-04-23Don't change compressed input debug section namesH.J. Lu1-0/+3
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu1-3/+150
2015-02-14PR ld/17973 LTO file symsAlan Modra1-0/+3
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu1-0/+14
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-3/+3
2014-07-01Reorganise struct bfdAlan Modra1-59/+53
2014-06-13Free linker hash table from bfd_close.Alan Modra1-0/+3
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-3/+0
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+6
2014-04-04bfd_get_arch_size: return size from arch info on non-ELF targets.Tristan Gingold1-4/+6
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-29Following up on Tom's suggestion I am checking in a patch to replace the variousNick Clifton1-0/+8
2013-05-09Use fputc in place of putc to avoid -Wunused-value warning (AIX).Joel Brobecker1-1/+3
2013-04-09 * bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.Nick Clifton1-3/+10
2013-04-04 * bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.Alan Modra1-0/+2
2013-02-21bfd/Alan Modra1-1/+1
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra1-122/+0
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant1-0/+5
2012-05-14Add support for PowerPC VLE.James Lemke1-2/+2
2012-04-26Revert accidental check-in.Hans-Peter Nilsson1-6/+0
2012-04-26 Provide a way for programs to recognize BFD_ASSERT calls.Hans-Peter Nilsson1-2/+90
2011-07-11include/ChangeLogCatherine Moore1-0/+3
2011-06-092011-06-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+2
2011-04-17 PR ld/12365Alan Modra1-2/+5
2011-01-14 * bfd.c (bfd_perror): Flush stdout before and stderr after printingAlan Modra1-1/+4
2010-11-03Don't display bits only used for BFD in abfd->flags.H.J. Lu1-0/+5
2010-10-29Add compressed debug section support to binutils and ld.H.J. Lu1-1/+11
2010-04-012010-04-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+4
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-13/+14
2009-08-30 PR ld/10569Alan Modra1-5/+2
2009-05-26 * Makefile.am: Run "make dep-am".Nick Clifton1-0/+1
2009-04-27 * verilog.c: New file.Nick Clifton1-1/+2
2009-03-11[bfd/ChangeLog]Chris Demetriou1-0/+5
2008-11-202008-11-20 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-3/+2
2008-11-122008-11-12 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+3
2008-08-17bfd/Alan Modra1-1/+2
2008-07-07 * bfd.c (bfd_demangle): Always trim off bfd_get_symbol_leading_char.Alan Modra1-4/+17
2008-03-28Add support for thin archives.Nick Clifton1-0/+12
2008-03-162008-03-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-24/+90