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