summaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
AgeCommit message (Expand)Author
2022-08-06objcopy section alignmentAlan Modra
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra
2022-06-02asan: null deref in coff_write_relocsAlan Modra
2022-05-27Replace bfd_hostptr_t with uintptr_tAlan Modra
2022-05-19COFF: make objcopy / strip honor --keep-file-symbolsJan Beulich
2022-05-19don't over-align file positions of PE executable sectionsJan Beulich
2022-05-10bfd: remove use of PTRAlan Modra
2022-01-12gas: add visibility support for XCOFFClément Chigot
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-15XCOFF C_STSYM test failure on 32-bit hostAlan Modra
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot
2021-10-24asan: c4x, c54x coff_canonicalize_reloc buffer overflowAlan Modra
2021-10-06PR28402, fail to allocate line number arrayAlan Modra
2021-08-04revise PE IMAGE_SCN_LNK_NRELOC_OVFL testAlan Modra
2021-07-30IMAGE_SCN_LNK_NRELOC_OVFLAlan Modra
2021-07-14objdump: add DWARF support for AIXClément Chigot
2021-04-16PR27567, Linking PE files adds alignment section flags to executablesAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot
2021-03-12bfd: use default coff_write_object_contents for XCOFF64Clément Chigot
2021-03-04bfd: prune COFF/PE section flags settingJan Beulich
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-16Lose some COFF/PE static vars, and peicode.h constifyAlan Modra
2020-07-09Remove powerpc PE supportAlan Modra
2020-07-07XCOFF C_HIDEXT and C_AIX_WEAKEXT classificationAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-04-14[PATCH v2 2/2] coff-go32: support extended relocationsJuan Manuel Guerrero
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra
2020-02-19_bfd_alloc_and_readAlan Modra
2020-02-19_bfd_mul_overflowAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-29coff_close_and_cleanupAlan Modra
2019-12-17Remove tic80 supportAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra
2019-09-11Tidy ld/ldmisc.cAlan Modra
2019-07-23Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid
2019-05-02Treat the .gnu.debuglink and .gnu.debugaltlink sections as debug sections whe...Nick Clifton
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-06-05Tidy bfdio to consistenly use containing archiveAlan Modra
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu
2018-05-15Fix uninitialised memory acccess in COFF bfd backendChristophe Guillon