aboutsummaryrefslogtreecommitdiff
path: root/bfd/peicode.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17Re: The problem with warning in elf_object_pAlan Modra1-8/+5
2022-10-20ld: Add --pdb optionMark Harmstone1-1/+1
2022-10-19aarch64-pe support for LD, GAS and BFDJedidiah Thompson1-0/+2
2022-10-07PR29653, objcopy/strip: fuzzed small input file induces large output fileAlan Modra1-6/+28
2022-08-10bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang1-2/+19
2022-05-27Replace bfd_hostptr_t with uintptr_tAlan Modra1-1/+1
2022-02-16pe_ILF_make_a_symbol_reloc segfaultAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina1-2/+18
2021-10-11bfd: Remove use of void pointer arithmeticMichael Forney1-1/+1
2021-03-31Use bool in bfdAlan Modra1-24/+24
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-1/+1
2020-06-03PR26069, strip/objcopy misaligned address accessesAlan Modra1-27/+21
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-4/+2
2020-03-02bfd_cleanup for object_pAlan Modra1-5/+5
2020-02-19_bfd_alloc_and_readAlan Modra1-11/+2
2020-02-19Miscellaneous memory alloc related fixesAlan Modra1-2/+4
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-26pe_bfd_read_buildid memory leakHannes Domani1-0/+2
2019-10-29When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum1-0/+24
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra1-6/+0
2018-02-26AOUT/COFF/PE messagesAlan Modra1-8/+9
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-8/+8
2018-02-12Add support for reading msdos MZ executables.Zebediah Figura1-3/+3
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-79/+79
2017-11-01Update check for invalid values in pe_bfd_read_buildid function.Nick Clifton1-3/+2
2017-10-31Fix illegal memory access triggered when parsing a PE binary with a corrupt d...Nick Clifton1-3/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-05Fix seg-fault in the binutils utilities when reading a corrupt input file.Nick Clifton1-1/+2
2016-12-05Fix abort when running tools on a bogus binary.Nick Clifton1-2/+2
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+5
2016-09-14Fix seg-fault in objdump when run on a fuzzed PE binary.Nick Clifton1-11/+16
2016-02-01Add support for importing data from ILF images.Nathaniel Smith1-14/+15
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in bfdH.J. Lu1-1/+1
2015-08-11Fix memory access problems discovered when running some binary tools on corru...Nick Clifton1-0/+32
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-4/+96
2015-03-18Fixes a problem generating relocs for import libraries created by Microsoft t...Nick Clifton1-0/+9
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-0/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton1-0/+1
2014-11-10More fixes for problems exposed by valgrind and the address sanitizerNick Clifton1-4/+10
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold1-10/+9