aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+3
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16Lose some COFF/PE static vars, and peicode.h constifyAlan Modra1-18/+9
2020-07-09Remove powerpc PE supportAlan Modra1-36/+0
2020-07-07XCOFF C_HIDEXT and C_AIX_WEAKEXT classificationAlan Modra1-0/+10
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-2/+1
2020-04-14[PATCH v2 2/2] coff-go32: support extended relocationsJuan Manuel Guerrero1-8/+62
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma1-9/+0
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra1-1/+11
2020-02-19_bfd_alloc_and_readAlan Modra1-14/+5
2020-02-19_bfd_mul_overflowAlan Modra1-20/+50
2020-02-19bfd_size_type to size_tAlan Modra1-6/+6
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov1-0/+2
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov1-2/+8
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-29coff_close_and_cleanupAlan Modra1-1/+1
2019-12-17Remove tic80 supportAlan Modra1-21/+2
2019-09-19bfd_section_* macrosAlan Modra1-10/+9
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-1/+1
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+4
2019-07-23Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid1-0/+8
2019-05-02Treat the .gnu.debuglink and .gnu.debugaltlink sections as debug sections whe...Nick Clifton1-0/+5
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra1-26/+25
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-06-05Tidy bfdio to consistenly use containing archiveAlan Modra1-0/+3
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+4
2018-05-15Fix uninitialised memory acccess in COFF bfd backendChristophe Guillon1-0/+3
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra1-58/+1
2018-04-16Remove w65 supportAlan Modra1-12/+0
2018-04-16Remove we32k supportAlan Modra1-14/+2
2018-04-16Remove m88k supportAlan Modra1-26/+7
2018-04-16Remove h8500 supportAlan Modra1-13/+0
2018-04-16Remove h8300-coff supportAlan Modra1-59/+0
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-166/+2
2018-02-26AOUT/COFF/PE messagesAlan Modra1-7/+7
2018-02-19%L conversionsAlan Modra1-2/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-22/+22
2018-02-16Remove bfd stub function casts.Alan Modra1-36/+67
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-3/+3
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-3/+3
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