summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
Commit message (Expand)AuthorAgeFilesLines
* Properly implement STT_COMMONusers/hjl/pr19645H.J. Lu2016-02-251-3/+10
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Clear the ch_reserved field in 64-bit outputH.J. Lu2015-10-061-0/+2
* Don't use the output section size to copy input sectionH.J. Lu2015-09-291-3/+5
* Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu2015-09-211-4/+4
* Make binutils abort message GDB friendlyH.J. Lu2015-07-201-2/+2
* Properly convert objects between different ELF classesH.J. Lu2015-07-101-0/+155
* Fix build when size_t is not available in bfd-in2.hJon Turney2015-06-161-1/+1
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-0/+9
* Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2015-05-141-9/+21
* Don't change compressed input debug section namesH.J. Lu2015-04-231-0/+3
* Add SHF_COMPRESSED support to gas and objcopyH.J. Lu2015-04-081-3/+150
* PR ld/17973 LTO file symsAlan Modra2015-02-141-0/+3
* Merge linker plugin handling into BFD plugin supportH.J. Lu2015-02-111-0/+14
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-3/+3
* Reorganise struct bfdAlan Modra2014-07-011-59/+53
* Free linker hash table from bfd_close.Alan Modra2014-06-131-0/+3
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-3/+0
* Make bfd.link_next field a unionAlan Modra2014-06-131-2/+6
* bfd_get_arch_size: return size from arch info on non-ELF targets.Tristan Gingold2014-04-041-4/+6
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Following up on Tom's suggestion I am checking in a patch to replace the variousNick Clifton2014-01-291-0/+8
* Use fputc in place of putc to avoid -Wunused-value warning (AIX).Joel Brobecker2013-05-091-1/+3
* * bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.Nick Clifton2013-04-091-3/+10
* * bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.Alan Modra2013-04-041-0/+2
* bfd/Alan Modra2013-02-211-1/+1
* * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra2013-01-261-122/+0
* 2012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant2012-07-241-0/+5
* Add support for PowerPC VLE.James Lemke2012-05-141-2/+2
* Revert accidental check-in.Hans-Peter Nilsson2012-04-261-6/+0
* Provide a way for programs to recognize BFD_ASSERT calls.Hans-Peter Nilsson2012-04-261-2/+90
* include/ChangeLogCatherine Moore2011-07-111-0/+3
* 2011-06-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-06-091-1/+2
* PR ld/12365Alan Modra2011-04-171-2/+5
* * bfd.c (bfd_perror): Flush stdout before and stderr after printingAlan Modra2011-01-141-1/+4
* Don't display bits only used for BFD in abfd->flags.H.J. Lu2010-11-031-0/+5
* Add compressed debug section support to binutils and ld.H.J. Lu2010-10-291-1/+11
* 2010-04-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold2010-04-011-0/+4
* Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-091-13/+14
* PR ld/10569Alan Modra2009-08-301-5/+2
* * Makefile.am: Run "make dep-am".Nick Clifton2009-05-261-0/+1
* * verilog.c: New file.Nick Clifton2009-04-271-1/+2
* [bfd/ChangeLog]Chris Demetriou2009-03-111-0/+5
* 2008-11-20 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-11-201-3/+2
* 2008-11-12 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-11-121-0/+3
* bfd/Alan Modra2008-08-171-1/+2
* * bfd.c (bfd_demangle): Always trim off bfd_get_symbol_leading_char.Alan Modra2008-07-071-4/+17
* Add support for thin archives.Nick Clifton2008-03-281-0/+12
* 2008-03-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2008-03-161-24/+90