Age | Commit message (Expand) | Author | Files | Lines |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-04 | Remove useless loop in elf.c | Tristan Gingold | 1 | -5/+1 |
2015-10-13 | Tidy code setting PT_GNU_RELRO p_flags | Alan Modra | 1 | -4/+1 |
2015-09-23 | Add support for files that contain multiple symbol index tables. Fixes PR 15835 | Nick Clifton | 1 | -53/+120 |
2015-08-31 | Make asection->id and asection->index unsigned | Alan Modra | 1 | -1/+1 |
2015-08-25 | Replace assertions with warning messages about ELF binaries containing multip... | Nick Clifton | 1 | -2/+18 |
2015-08-22 | Uninitialized vd_nodename | Alan Modra | 1 | -1/+2 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -7/+7 |
2015-08-12 | Remove trailing spaces in bfd | H.J. Lu | 1 | -2/+2 |
2015-08-11 | Fix memory access problems discovered when running some binary tools on corru... | Nick Clifton | 1 | -2/+15 |
2015-08-11 | Fix a typo in _bfd_elf_copy_private_bfd_data | H.J. Lu | 1 | -1/+1 |
2015-08-07 | Check sh_type/sh_flags/sh_addralign/sh_entsize when copying sh_link/sh_info | H.J. Lu | 1 | -1/+8 |
2015-08-05 | Change the behaviour of the --only-keep-debug option to objcopy and strip so ... | Nick Clifton | 1 | -0/+57 |
2015-07-28 | Fallout from "Reorder more powerpc64 sections for -z relro" | Alan Modra | 1 | -4/+11 |
2015-07-24 | Correct reloc section name | Alan Modra | 1 | -1/+1 |
2015-06-25 | Don't set sh_size for .shstrtab twice | H.J. Lu | 1 | -1/+1 |
2015-06-25 | Use strtab with GC and suffix merging for .strtab | H.J. Lu | 1 | -53/+69 |
2015-06-15 | Allow gdb to find debug symbols file by build-id for PE file format also | Jon Turney | 1 | -6/+6 |
2015-05-14 | Don't add the zlib header to SHF_COMPRESSED section | H.J. Lu | 1 | -1/+4 |
2015-04-24 | Extend test for local labels to include fake symbols and local labels with a ... | Nick Clifton | 1 | -5/+42 |
2015-04-23 | Delay setting up compressed debug section names | H.J. Lu | 1 | -53/+117 |
2015-04-23 | Don't change compressed input debug section names | H.J. Lu | 1 | -56/+97 |
2015-04-20 | Always set up sh_name in assign_section_numbers | H.J. Lu | 1 | -5/+2 |
2015-04-20 | Iterate ELF sections by pointer | H.J. Lu | 1 | -9/+8 |
2015-04-14 | Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] | H.J. Lu | 1 | -7/+82 |
2015-04-13 | Add support for the x86 XSAVE extended state on FreeBSD/x86. | John Baldwin | 1 | -1/+8 |
2015-04-08 | Add SHF_COMPRESSED support to gas and objcopy | H.J. Lu | 1 | -29/+46 |
2015-04-07 | Modify get_reloc_section for targets that map .got.plt to .got | Alan Modra | 1 | -1/+9 |
2015-04-07 | Treat assembler generated local labels as local. | Nick Clifton | 1 | -0/+4 |
2015-04-04 | Also preserve the SHF_COMPRESSED bit | H.J. Lu | 1 | -0/+5 |
2015-03-30 | Properly set sh_info for .rela.plt/rel.plt section | H.J. Lu | 1 | -8/+35 |
2015-03-18 | Fix debug section compression so that it is only performed if it would make t... | Jon Turney | 1 | -9/+15 |
2015-02-26 | Fixes illegal memory access errors and arithmetic overflows when running stri... | Nick Clifton | 1 | -4/+28 |
2015-02-20 | S390: Support new vector register sections | Andreas Arnez | 1 | -0/+55 |
2015-01-08 | Fix memory access violations exposed by running strip on fuzzed binaries. | Nick Clifton | 1 | -0/+5 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-11 | This commit causes hundreds of core file regressions in gdb: | Keith Seitz | 1 | -13/+18 |
2014-12-10 | Don't return DW_AT_name for function name in C++ | Alan Modra | 1 | -121/+9 |
2014-12-09 | More fixes for memory access violations triggered by fuzzed binaries. | Nick Clifton | 1 | -24/+29 |
2014-12-01 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -8/+28 |
2014-11-28 | Sanity checks on version section | Alan Modra | 1 | -12/+25 |
2014-11-27 | Fixes a few more memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -1/+3 |
2014-11-26 | _bfd_elf_slurp_version_tables tidy | Alan Modra | 1 | -43/+46 |
2014-11-25 | Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS | H.J. Lu | 1 | -5/+5 |
2014-11-25 | Display symbol version when dumping dynrelocs | H.J. Lu | 1 | -38/+54 |
2014-11-11 | More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz... | Nick Clifton | 1 | -9/+13 |
2014-11-07 | Revert bfd_get_size checks | Alan Modra | 1 | -5/+0 |
2014-10-31 | Avoid allocating over-large buffers when parsing corrupt binaries. | Nick Clifton | 1 | -0/+5 |
2014-10-29 | Fixes another memory corruption bug introduced by patches for PR 17512. | Nick Clifton | 1 | -1/+1 |
2014-10-29 | Thix fixes an obvious coding error that led to a GDB crash on AIX or HPUX. | Dennis Brueni | 1 | -1/+1 |