summaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson2014-04-221-20/+0
* Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY2014-04-081-1/+12
* Add pe/x86_64 bigobj file format.Tristan Gingold2014-03-131-2/+256
* Update copyright yearsAlan Modra2014-03-051-1/+1
* 2013-08-21 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-08-211-26/+28
* 2013-07-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-07-051-1/+1
* XCOFF/AIX: Remove SEC_ALLOC flags for unmapped sections.Joel Brobecker2013-05-101-0/+6
* * coffcode.h: Added a cast to void when a bfd_set_section_*()Nick Clifton2013-04-171-4/+2
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-8/+8