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