Age | Commit message (Expand) | Author | Files | Lines |
2013-04-15 | * archive.c (_bfd_archive_close_and_cleanup): Clear parent | Alan Modra | 1 | -1/+1 |
2013-02-15 | Don't allow a nested archive pointing to itself | H.J. Lu | 1 | -14/+7 |
2013-02-15 | Allow for some recursion when scanning archives. | Nick Clifton | 1 | -3/+9 |
2013-02-15 | PR binutils/15140 | Nick Clifton | 1 | -3/+9 |
2013-01-28 | * archive.c (bfd_generic_archive_p): Return target and keep | Alan Modra | 1 | -5/+1 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -1/+1 |
2012-12-09 | Properly check indicies bigger than 4Gb | H.J. Lu | 1 | -4/+3 |
2012-08-20 | * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc for | Tom Tromey | 1 | -14/+20 |
2012-08-17 | PR binutils/14475: | Alan Modra | 1 | -2/+5 |
2012-08-16 | PR binutils/14475: | Tom Tromey | 1 | -5/+2 |
2012-08-09 | * archive.c (SECTION Archives): Update documentation. | Alan Modra | 1 | -17/+69 |
2012-08-07 | * config/tc-i386.c (lex_got): Provide implementation for PE | Nick Clifton | 1 | -0/+13 |
2012-07-13 | * aix386-core.c: Remove use of PTR and PARAMS macros. | Nick Clifton | 1 | -3/+6 |
2012-07-03 | * archive.c (bsd_write_armap): Catch attempts to create an archive | Nick Clifton | 1 | -2/+22 |
2012-06-29 | Simplify global symbol handling | H.J. Lu | 1 | -4/+4 |
2012-05-18 | * archive.c (_bfd_generic_read_ar_hdr_mag): Fix last change so as | Roland McGrath | 1 | -159/+164 |
2012-05-16 | * archive.c (_bfd_generic_read_ar_hdr_mag): Ensure sscanf | Alan Modra | 1 | -0/+1 |
2012-02-02 | 2012-02-02 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+1 |
2012-01-20 | PR binutils/13534 | Nick Clifton | 1 | -17/+46 |
2012-01-10 | 2012-01-10 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -8/+0 |
2011-10-11 | PR binutils/13278 | Alan Modra | 1 | -3/+3 |
2011-10-11 | PR binutils/13257 | Alan Modra | 1 | -2/+11 |
2011-05-31 | * archive.c (adjust_relative_path): Fix comment to prevent it | Nick Clifton | 1 | -3/+7 |
2011-05-27 | PR binutils/12710 | Nick Clifton | 1 | -12/+80 |
2011-04-20 | * archive.c (_bfd_get_elt_at_filepos): Don't release n_nfd. | Alan Modra | 1 | -4/+0 |
2011-03-04 | * archive.c (bsd_write_armap): Don't call stat in deterministic | Alan Modra | 1 | -16/+13 |
2011-03-03 | 2011-03-03 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+3 |
2011-02-28 | ChangeLog libiberty/ | Kai Tietz | 1 | -5/+5 |
2011-02-28 | PR 12513 | Alan Modra | 1 | -14/+18 |
2010-11-12 | Properly copy BFD_COMPRESS and BFD_DECOMPRESS to archive element. | H.J. Lu | 1 | -9/+4 |
2010-10-29 | Add compressed debug section support to binutils and ld. | H.J. Lu | 1 | -1/+9 |
2010-07-22 | * archive.c (_bfd_archive_bsd44_construct_extended_name_table): | Alan Modra | 1 | -1/+1 |
2010-05-25 | PR ld/11624 | Nick Clifton | 1 | -1/+10 |
2010-04-01 | 2010-04-01 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -3/+3 |
2010-03-26 | * archive.c (_bfd_compute_and_write_armap): Allow symbols flagged | Alan Modra | 1 | -0/+1 |
2010-01-26 | 2010-01-26 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -14/+115 |
2010-01-13 | 2010-01-13 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -52/+3 |
2010-01-11 | 2010-01-11 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+18 |
2010-01-08 | 2010-01-08 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -17/+1 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -7/+7 |
2009-09-09 | Updated soruces in bfd/* to compile cleanly with -Wc++-compat. | Nick Clifton | 1 | -32/+34 |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 |
2009-07-28 | bfd/ | Jan Beulich | 1 | -1/+1 |
2009-03-11 | [bfd/ChangeLog] | Chris Demetriou | 1 | -5/+39 |
2008-08-10 | * archive.c (_bfd_archive_bsd_update_armap_timestamp): Cast stat | Pedro Alves | 1 | -1/+1 |
2008-04-22 | * archive.c (_bfd_write_archive_contents): Fix incorrect use of | Cary Coutant | 1 | -2/+2 |
2008-03-31 | PR 6006 | Alan Modra | 1 | -3/+3 |
2008-03-28 | Add support for thin archives. | Nick Clifton | 1 | -45/+329 |
2007-07-27 | * archive.c (do_slurp_bsd_armap, do_slurp_coff_armap, | Adam Nemet | 1 | -4/+6 |
2007-07-03 | Switch sources over to use the GPL version 3 | Nick Clifton | 1 | -1/+1 |