Age | Commit message (Expand) | Author | Files | Lines |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -32/+25 |
2023-06-09 | ecoff find_nearest_line and final link leaks | Alan Modra | 1 | -0/+32 |
2023-03-06 | More _bfd_ecoff_locate_line sanity checks | Alan Modra | 1 | -2/+11 |
2023-03-06 | Correct odd loop in ecoff lookup_line | Alan Modra | 1 | -6/+3 |
2023-02-28 | Add some sanity checking in ECOFF lookup_line | Alan Modra | 1 | -44/+102 |
2023-02-17 | Wild pointer reads in _bfd_ecoff_locate_line | Alan Modra | 1 | -6/+21 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-14 | bfd: fix -Wunused errors with clang 13+ | Simon Marchi | 1 | -7/+0 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -109/+109 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-28 | PR26418 UBSAN: cache.c:386 null pointer fwrite | Alan Modra | 1 | -2/+2 |
2020-08-28 | PR26418 UBSAN: cache.c:386 null pointer fwrite | Alan Modra | 1 | -1/+1 |
2020-08-26 | PR26418 UBSAN: cache.c:386 null pointer fwrite | Alan Modra | 1 | -4/+6 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -11/+6 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -1/+1 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-23 | ecoff bfd.h tidy | Alan Modra | 1 | -0/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -95/+95 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -1/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -6/+6 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -4/+4 |
2012-07-13 | * aix386-core.c: Remove use of PTR and PARAMS macros. | Nick Clifton | 1 | -315/+243 |
2009-09-25 | Update soruces to make alpha, arc and arm targets compile cleanly | Nick Clifton | 1 | -8/+8 |
2008-07-30 | Silence gcc printf warnings | Alan Modra | 1 | -2/+3 |
2007-07-03 | Switch sources over to use the GPL version 3 | Nick Clifton | 1 | -2/+3 |
2007-04-26 | bfd/ | Alan Modra | 1 | -2/+2 |
2006-05-04 | * coff-or32.c (bfd_section_from_shdr): Remove unused local | Ben Elliston | 1 | -3/+0 |
2006-03-16 | PR 2434 | Alan Modra | 1 | -4/+5 |
2005-10-06 | bfd/ | Daniel Jacobowitz | 1 | -2/+6 |
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-03-03 | update copyright dates | Alan Modra | 1 | -2/+2 |
2005-01-31 | * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c, | Ben Elliston | 1 | -20/+0 |
2004-08-13 | bfd/ | Alan Modra | 1 | -2/+2 |
2004-04-24 | [ bfd/ChangeLog ] | Chris Demetriou | 1 | -47/+2 |
2003-11-30 | * ChangeLog: Fix typos. | Kazu Hirata | 1 | -2/+2 |
2003-06-25 | Correct spelling of "relocatable". | Alan Modra | 1 | -11/+11 |
2002-12-16 | Fix the reading of the debugging information of Tru64/Alpha binaries that | Nick Clifton | 1 | -42/+153 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -140/+139 |
2002-06-25 | * aout-adobe.c: Don't compare against "true" or "false. | Alan Modra | 1 | -10/+8 |
2002-06-07 | Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmalloc | Alan Modra | 1 | -7/+6 |