summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Add STB_SECONDARY supportusers/hjl/secondaryH.J. Lu2015-09-171-2/+8
* Make asection->id and asection->index unsignedAlan Modra2015-08-311-1/+1
* Replace assertions with warning messages about ELF binaries containing multip...Nick Clifton2015-08-251-2/+18
* Uninitialized vd_nodenameAlan Modra2015-08-221-1/+2
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-7/+7
* Remove trailing spaces in bfdH.J. Lu2015-08-121-2/+2
* Fix memory access problems discovered when running some binary tools on corru...Nick Clifton2015-08-111-2/+15
* Fix a typo in _bfd_elf_copy_private_bfd_dataH.J. Lu2015-08-111-1/+1
* Check sh_type/sh_flags/sh_addralign/sh_entsize when copying sh_link/sh_infoH.J. Lu2015-08-071-1/+8
* Change the behaviour of the --only-keep-debug option to objcopy and strip so ...Nick Clifton2015-08-051-0/+57
* Fallout from "Reorder more powerpc64 sections for -z relro"Alan Modra2015-07-281-4/+11
* Correct reloc section nameAlan Modra2015-07-241-1/+1
* Don't set sh_size for .shstrtab twiceH.J. Lu2015-06-251-1/+1
* Use strtab with GC and suffix merging for .strtabH.J. Lu2015-06-251-53/+69
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-6/+6
* Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2015-05-141-1/+4
* Extend test for local labels to include fake symbols and local labels with a ...Nick Clifton2015-04-241-5/+42
* Delay setting up compressed debug section namesH.J. Lu2015-04-231-53/+117
* Don't change compressed input debug section namesH.J. Lu2015-04-231-56/+97
* Always set up sh_name in assign_section_numbersH.J. Lu2015-04-201-5/+2
* Iterate ELF sections by pointerH.J. Lu2015-04-201-9/+8
* Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2015-04-141-7/+82
* Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin2015-04-131-1/+8
* Add SHF_COMPRESSED support to gas and objcopyH.J. Lu2015-04-081-29/+46
* Modify get_reloc_section for targets that map .got.plt to .gotAlan Modra2015-04-071-1/+9
* Treat assembler generated local labels as local.Nick Clifton2015-04-071-0/+4
* Also preserve the SHF_COMPRESSED bitH.J. Lu2015-04-041-0/+5
* Properly set sh_info for .rela.plt/rel.plt sectionH.J. Lu2015-03-301-8/+35
* Fix debug section compression so that it is only performed if it would make t...Jon Turney2015-03-181-9/+15
* Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton2015-02-261-4/+28
* S390: Support new vector register sectionsAndreas Arnez2015-02-201-0/+55
* Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton2015-01-081-0/+5
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* This commit causes hundreds of core file regressions in gdb:Keith Seitz2014-12-111-13/+18
* Don't return DW_AT_name for function name in C++Alan Modra2014-12-101-121/+9
* More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton2014-12-091-24/+29
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-011-8/+28
* Sanity checks on version sectionAlan Modra2014-11-281-12/+25
* Fixes a few more memory access violations exposed by fuzzed binaries.Nick Clifton2014-11-271-1/+3
* _bfd_elf_slurp_version_tables tidyAlan Modra2014-11-261-43/+46
* Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu2014-11-251-5/+5
* Display symbol version when dumping dynrelocsH.J. Lu2014-11-251-38/+54
* More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton2014-11-111-9/+13
* Revert bfd_get_size checksAlan Modra2014-11-071-5/+0
* Avoid allocating over-large buffers when parsing corrupt binaries.Nick Clifton2014-10-311-0/+5
* Fixes another memory corruption bug introduced by patches for PR 17512.Nick Clifton2014-10-291-1/+1
* Thix fixes an obvious coding error that led to a GDB crash on AIX or HPUX.Dennis Brueni2014-10-291-1/+1
* More fixes for corrupt binaries crashing the binutils.Nick Clifton2014-10-281-3/+13
* This patch fixes a flaw in the SREC parser which could cause a stack overflowNick Clifton2014-10-281-1/+1
* This fixes more seg-faults in tools like "strings" and "objdump" whenNick Clifton2014-10-271-65/+129