aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra1-1/+10
2019-06-23PR24689 again, string table corruptionAlan Modra1-4/+0
2019-06-21PR24689, string table corruptionAlan Modra1-1/+2
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra1-20/+19
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-30Fix a memory exhaustion bug when attempting to allocate room for an impossibl...Nick Clifton1-0/+5
2018-09-18Add a warning to the bfd library for when it encounters an ELF file with an i...Nick Clifton1-0/+8
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-3/+7
2018-02-19%L conversionsAlan Modra1-2/+3
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-3/+3
2018-01-25PR22746, crash when running 32-bit objdump on corrupted fileAlan Modra1-2/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-08Fix stripping relocs in a file with mergeable notes.Nick Clifton1-0/+6
2017-11-21Add NULL bfd test to elf_symbol_fromAlan Modra1-0/+2
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-2/+2
2017-07-03Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra1-1/+1
2017-04-13Use %A and %B in more error messagesAlan Modra1-6/+7
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton1-1/+3
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+2
2016-09-30Remove syntactic sugarAlan Modra1-2/+2
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-07PR19323 memory allocation greater than 4GAlan Modra1-1/+9
2015-10-15Use the file_ptr type when calling bfd_seek.Riku Voipio1-9/+4
2015-05-11Rename EM_486 to EM_IAMCUH.J. Lu1-1/+1
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton1-2/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-1/+3
2014-09-18Fix regression for Linux vDSO in GDB (PR gdb/17407).Jan Kratochvil1-1/+1
2014-04-03Fix sim breakageAlan Modra1-1/+1
2014-04-02Handle VDSO section headers past end of pageAlan Modra1-61/+92
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-02 PR binutils/11983Nick Clifton1-4/+3
2013-02-21bfd/Alan Modra1-2/+2
2013-02-11 * elfcode.h (elf_checksum_contents): Free contents.Alan Modra1-9/+18
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra1-20/+0
2012-07-04Check number of sections overflowH.J. Lu1-2/+3
2012-06-04bfd/Jan Kratochvil1-1/+1
2012-06-01bfd/Jan Kratochvil1-1/+1
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-2/+2
2011-12-14When computing checksums, skip the contents of sections with the SHT_NOBITS t...Nick Clifton1-2/+2
2011-12-14 PR ld/12451Nick Clifton1-0/+20
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra1-66/+6
2011-06-04Revert the last change on elf_object_p.H.J. Lu1-21/+20
2011-06-04 * archures.c (bfd_arch_get_compatible): If one arch is unknown,Alan Modra1-20/+21
2011-04-20 PR ld/12365Alan Modra1-1/+15
2011-03-14include/elf/Richard Sandiford1-0/+1
2010-12-31Move elfXX_r_info/elfXX_r_sym to elfcode.h.H.J. Lu1-0/+16
2010-10-04bfd/Bernd Schmidt1-10/+13