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