aboutsummaryrefslogtreecommitdiff
path: root/include/coff
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot2-0/+4
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot3-101/+108
2021-04-21Extend the description of PE header flags.Eli Zaretskii1-0/+2
2021-04-16PR27567, Linking PE files adds alignment section flags to executablesAlan Modra4-8/+13
2021-03-31Use bool in includeAlan Modra2-2/+2
2021-03-16Fix a potential buffer overrun qwhen writing out PE aux entries.Nick Clifton1-2/+2
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot4-51/+81
2021-03-12aix: correct HOWTO table and add missing relocationsClément Chigot1-27/+26
2021-03-03Split relocation defines out of coff/internal.hAlan Modra6-149/+82
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra2-3/+3
2021-01-01Update year range in copyright notice of binutils filesAlan Modra22-22/+22
2020-07-09Remove powerpc PE supportAlan Modra1-57/+0
2020-06-29C++ commentsAlan Modra2-5/+5
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma2-48/+1
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov1-0/+1
2020-01-30Add some new PE_IMAGE_DEBUG_TYPE valuesJon Turney1-0/+5
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov1-0/+6
2020-01-01Update year range in copyright notice of binutils filesAlan Modra24-24/+24
2019-12-17Remove tic80 supportAlan Modra1-123/+0
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-4/+4
2019-10-29Fix the size of the dos_message field in the internal_extra_pe_filehdr struct...Andrew Eikum1-1/+1
2019-07-23Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid2-1/+40
2019-03-01PR24272, out-of-bounds read in pex64_xdata_print_uwd_codesAlan Modra1-21/+21
2019-01-22Include coff/sym.h from coff/ecoff.hTom Tromey1-0/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra25-25/+25
2018-05-04-Wstringop-truncation warningsAlan Modra1-2/+2
2018-04-18Remove mips aout, coff, and pe supportAlan Modra1-67/+0
2018-04-16sparc-coff removal leftoverAlan Modra1-164/+0
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra3-256/+0
2018-04-16Remove w65 supportAlan Modra2-64/+0
2018-04-16Remove we32k supportAlan Modra1-62/+0
2018-04-16Remove m88k supportAlan Modra2-201/+0
2018-04-16Remove h8500 supportAlan Modra2-59/+0
2018-04-16Remove h8300-coff supportAlan Modra1-55/+0
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra3-433/+0
2018-03-13Prevent memory access violations when attempting to parse an x86_64 PE binary...Nick Clifton1-0/+1
2018-02-12Add support for reading msdos MZ executables.Zebediah Figura3-31/+59
2018-01-03Update year range in copyright notice of binutils filesAlan Modra36-36/+36
2017-11-13PE: don't corrupt section flags when linking from ELF objectsJan Beulich1-1/+4
2017-01-02Update year range in copyright notice of all files.Alan Modra36-36/+36
2016-12-21Remove high bit set charactersAlan Modra1-1/+1
2016-06-11sparc-coff writing uninitialized memoryAlan Modra1-0/+8
2016-01-18Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton1-6/+6
2016-01-01Copyright update for binutilsAlan Modra36-36/+36
2016-01-01binutils ChangeLog rotationAlan Modra1-0/+0
2015-01-06Fixes a buffer overflow when compiling assembler for the MinGW targets.Alan Modra2-1/+11
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra37-37/+41
2014-08-20Enabling the HIGH_ENTROPY_VA flag allows the operating system to useNick Clifton2-25/+31
2014-04-22Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson2-288/+4
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY3-45/+129