Age | Commit message (Expand) | Author | Files | Lines |
2009-12-15 | 2009-12-15 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -20/+0 |
2009-12-15 | 2009-12-15 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -44/+62 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -58/+52 |
2009-12-03 | 2009-12-03 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -2/+7 |
2009-10-09 | bfd/ | Tristan Gingold | 1 | -0/+2 |
2009-10-09 | 2009-10-09 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -89/+88 |
2009-10-09 | 2009-10-09 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -37/+137 |
2009-09-16 | 2009-09-16 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -38/+57 |
2009-09-09 | 2009-09-09 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+51 |
2009-08-29 | Updated sources to avoid using the identifier name "new", which is a | Nick Clifton | 1 | -8/+8 |
2009-06-25 | 2009-06-25 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -184/+247 |
2009-06-22 | 2009-06-22 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+1 |
2009-06-19 | 2009-06-19 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+1 |
2009-06-19 | 2009-06-19 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -157/+840 |
2009-06-12 | 2009-06-12 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -148/+360 |
2009-06-09 | 2009-06-09 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -272/+333 |
2009-06-05 | 2009-06-05 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -252/+404 |
2009-04-16 | bfd/ | Richard Sandiford | 1 | -0/+1 |
2009-01-27 | * mach-o.c (bfd_mach_o_archive_p): Restrict the number of | Andreas Schwab | 1 | -0/+5 |
2008-12-23 | 2008-12-23 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -11/+105 |
2008-11-06 | 2008-11-06 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -97/+347 |
2008-09-05 | 2008-09-05 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -90/+363 |
2008-07-30 | Silence gcc printf warnings | Alan Modra | 1 | -3/+3 |
2008-02-20 | PR 868 | Nick Clifton | 1 | -4/+12 |
2007-08-31 | * mach-o.c (bfd_mach_o_make_bfd_section): Fix test for non zerofill sections. | Nick Clifton | 1 | -1/+1 |
2007-07-03 | Switch sources over to use the GPL version 3 | Nick Clifton | 1 | -2/+3 |
2007-04-26 | bfd/ | Alan Modra | 1 | -1/+1 |
2007-02-15 | * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define, | Alan Modra | 1 | -4/+1 |
2006-06-19 | bfd/ | Alan Modra | 1 | -1/+1 |
2006-06-01 | * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags | Alan Modra | 1 | -19/+14 |
2005-12-23 | * corefile.c (generic_core_file_matches_executable_p): New function. | Joel Brobecker | 1 | -7/+1 |
2005-05-23 | Approved by nickc@redhat.com | Fred Fish | 1 | -0/+1 |
2005-05-04 | Update the address and phone number of the FSF organization in the GPL notices | Nick Clifton | 1 | -1/+1 |
2005-05-04 | Update the FSF address in the copyright/GPL notice | Nick Clifton | 1 | -1/+1 |
2005-04-11 | Convert to ISO C90 formatting | Nick Clifton | 1 | -495/+356 |
2005-02-20 | include/ | Alan Modra | 1 | -2/+2 |
2005-02-16 | * mach-o.c (bfd_mach_o_scan): Don't ignore return value of | Alan Modra | 1 | -2/+2 |
2005-01-31 | * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c, | Ben Elliston | 1 | -59/+1 |
2004-10-08 | Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nm | Nick Clifton | 1 | -0/+2 |
2004-07-21 | bfd/ | H.J. Lu | 1 | -0/+2 |
2004-06-24 | bfd/ | Alan Modra | 1 | -7/+7 |
2004-05-17 | binutils ChangeLog: | Bob Wilson | 1 | -0/+1 |
2004-04-30 | * section.c (bfd_make_section_anyway): Add all sections to hash tab. | Alan Modra | 1 | -1/+2 |
2004-03-15 | * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*. | Alan Modra | 1 | -1/+1 |
2003-11-04 | * aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date. | Alan Modra | 1 | -1/+1 |
2003-10-16 | Index: doc/ChangeLog | Andrew Cagney | 1 | -3/+3 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -55/+88 |
2002-11-12 | * bfd.c (struct bfd_preserve): New. | Alan Modra | 1 | -82/+114 |
2002-11-11 | * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when | Alan Modra | 1 | -79/+78 |
2002-11-06 | Add support for PEF, Mach-O, xSYM | Nick Clifton | 1 | -0/+2163 |