aboutsummaryrefslogtreecommitdiff
path: root/bfd/ecofflink.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09ecoff find_nearest_line and final link leaksAlan Modra1-0/+32
2023-03-06More _bfd_ecoff_locate_line sanity checksAlan Modra1-2/+11
2023-03-06Correct odd loop in ecoff lookup_lineAlan Modra1-6/+3
2023-02-28Add some sanity checking in ECOFF lookup_lineAlan Modra1-44/+102
2023-02-17Wild pointer reads in _bfd_ecoff_locate_lineAlan Modra1-6/+21
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-14bfd: fix -Wunused errors with clang 13+Simon Marchi1-7/+0
2021-03-31Use bool in bfdAlan Modra1-109/+109
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-28PR26418 UBSAN: cache.c:386 null pointer fwriteAlan Modra1-2/+2
2020-08-28PR26418 UBSAN: cache.c:386 null pointer fwriteAlan Modra1-1/+1
2020-08-26PR26418 UBSAN: cache.c:386 null pointer fwriteAlan Modra1-4/+6
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-11/+6
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-1/+1
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-23ecoff bfd.h tidyAlan Modra1-0/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-95/+95
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-6/+6
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-4/+4
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton1-315/+243
2009-09-25 Update soruces to make alpha, arc and arm targets compile cleanlyNick Clifton1-8/+8
2008-07-30Silence gcc printf warningsAlan Modra1-2/+3
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+3
2007-04-26bfd/Alan Modra1-2/+2
2006-05-04 * coff-or32.c (bfd_section_from_shdr): Remove unused localBen Elliston1-3/+0
2006-03-16 PR 2434Alan Modra1-4/+5
2005-10-06bfd/Daniel Jacobowitz1-2/+6
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-03-03update copyright datesAlan Modra1-2/+2
2005-01-31 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston1-20/+0
2004-08-13bfd/Alan Modra1-2/+2
2004-04-24[ bfd/ChangeLog ]Chris Demetriou1-47/+2
2003-11-30 * ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-06-25Correct spelling of "relocatable".Alan Modra1-11/+11
2002-12-16Fix the reading of the debugging information of Tru64/Alpha binaries thatNick Clifton1-42/+153
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-140/+139
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra1-10/+8
2002-06-07Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmallocAlan Modra1-7/+6
2001-09-20 * bfd.c (bfd_archive_filename): New function.Alan Modra1-1/+1
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-56/+64