aboutsummaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-02asan: uninit write _bfd_ecoff_write_object_contentsAlan Modra1-1/+1
2022-01-04ld: Improve thin archive member error messageH.J. Lu1-1/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-31Re: PR28420, ecoff fuzzing failuresAlan Modra1-4/+1
2021-10-06PR28420, ecoff fuzzing failuresAlan Modra1-17/+19
2021-04-01Remove strneq macro and use startswith.Martin Liska1-3/+2
2021-03-31Use bool in bfdAlan Modra1-191/+191
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Remove some static buffersAlan Modra1-16/+20
2020-12-18Statically initialise target common sectionsAlan Modra1-60/+6
2020-08-15PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra1-2/+2
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-42/+21
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-1/+1
2020-05-18ECOFF slurp_relocs thinkoAlan Modra1-3/+3
2020-03-23ECOFF archive uninitialised readAlan Modra1-10/+25
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-2/+4
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra1-7/+10
2020-02-19_bfd_alloc_and_readAlan Modra1-44/+25
2020-02-19Miscellaneous memory alloc related fixesAlan Modra1-5/+10
2020-02-19_bfd_mul_overflowAlan Modra1-23/+42
2020-02-19bfd_size_type to size_tAlan Modra1-4/+4
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-2/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-23ecoff bfd.h tidyAlan Modra1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-11/+9
2019-09-18bfd_asymbol_* macrosAlan Modra1-2/+2
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-8/+7
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-04-16Remove netware supportAlan Modra1-16/+0
2018-02-26AOUT/COFF/PE messagesAlan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-0/+7
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-75/+75
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+2
2016-09-30Remove syntactic sugarAlan Modra1-1/+1
2016-05-28Return void from linker callbacksAlan Modra1-15/+8
2016-05-25Skip an archive element if not added by linkerH.J. Lu1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-4/+4
2015-08-12Remove trailing spaces in bfdH.J. Lu1-1/+1
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-12/+16
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-052014-12-05 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-1/+1
2014-11-27Fixes a few more memory access violations exposed by fuzzed binaries.Nick Clifton1-0/+15
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton1-0/+8