aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-42/+41
2017-11-29Check for a NULL symbol pointer when reading relocs from a COFF based file.Nick Clifton1-1/+1
2017-11-13PE: don't corrupt section flags when linking from ELF objectsJan Beulich1-8/+17
2017-11-01Prevent illegal memory accesses when attempting to read excessively large COF...Nick Clifton1-0/+8
2017-07-18Fix runtime failure triggered by a corrupt ecoff input file.Nick Clifton1-1/+7
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-8/+8
2017-07-10Fix compile time warning about duplicate case values for powerpc-aix target.Nick Clifton1-0/+2
2017-07-07Add some missing xcoff supportAlan Modra1-1/+6
2017-07-03BFD long long cleanupAlan Modra1-12/+4
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+4
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi1-0/+4
2017-04-13Wrap long linesAlan Modra1-5/+10
2017-04-13Use %A and %B in more error messagesAlan Modra1-4/+4
2017-02-03Fix compile time warning messages when compiling binutils with gcc 7.0.1.Nick Clifton1-4/+7
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-14Fix typo "Faal through" should be "Fall through".Nick Clifton1-1/+1
2016-11-11Accept hidden COFF symbols, but treat them as if they were debugging symbols.Luke Allardyce1-1/+4
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-1/+17
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-2/+2
2016-09-30Remove syntactic sugarAlan Modra1-15/+15
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-0/+2
2016-03-29PE/COFF regression in base of code and data calculationToni Spets1-0/+2
2016-01-18Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton1-0/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in bfdH.J. Lu1-4/+4
2015-07-03Add experimental support for --gc-sections with COFF and PE based targets.Kai Tietz1-1/+5
2015-02-26Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton1-0/+9
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton1-2/+2
2015-01-22Fixes memory access violations triggered by running dlltool on fuzzed binaries.Nick Clifton1-0/+7
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-8/+30
2015-01-08Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton1-3/+4
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-10Don't always build coffgen.oAlan Modra1-3/+3
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton1-1/+1
2014-11-13Add cast to unsigned intH.J. Lu1-1/+1
2014-11-13Rename symbbol to symbolH.J. Lu1-1/+1
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton1-10/+32
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton1-3/+11
2014-11-12Throw away dodgy coff line number info earlierAlan Modra1-9/+9
2014-11-11More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton1-12/+19
2014-11-11coff coffAlan Modra1-1/+1
2014-11-11Avoid coff OOMAlan Modra1-30/+31
2014-11-10More fixes for problems exposed by valgrind and the address sanitizerNick Clifton1-6/+3
2014-11-07Revert bfd_get_size checksAlan Modra1-11/+0
2014-11-05More fixes for memory problems uncovered by file fuzzers.Nick Clifton1-7/+14
2014-11-05More fixes for processing corrupt files.Nick Clifton1-5/+23
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton1-7/+4
2014-08-22Fix file-alignment for objcopy for pe-coffKai Tietz1-1/+2
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-4/+0