Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-10-28 | More fixes for corrupt binaries crashing the binutils. | Nick Clifton | 1 | -3/+13 |
2014-10-28 | This patch fixes a flaw in the SREC parser which could cause a stack overflow | Nick Clifton | 1 | -1/+1 |
2014-10-27 | This fixes more seg-faults in tools like "strings" and "objdump" when | Nick Clifton | 1 | -65/+129 |
2014-10-27 | This patch closes a potential security hole in applications that use | Nick Clifton | 1 | -4/+30 |
2014-10-15 | Merge bfd_find_nearest_line variants | Alan Modra | 1 | -44/+17 |
2014-09-11 | Move ELF section headers to end of object file | Alan Modra | 1 | -12/+13 |
2014-07-12 | Fix typo in _bfd_elf_strtab_add | Maks Naumov | 1 | -1/+1 |
2014-04-03 | This fixes a problem building large (> 2Gb) binaries on 32-bit hosts. Using a | Maria Guseva | 1 | -1/+1 |
2014-04-03 | Fix sim breakage | Alan Modra | 1 | -1/+1 |
2014-04-02 | Handle VDSO section headers past end of page | Alan Modra | 1 | -1/+2 |
2014-03-12 | objcopy/strip ELF program header p_vaddr confusion | Alan Modra | 1 | -2/+3 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-23 | Issue a linker error if TLS sections are not adjacent | H.J. Lu | 1 | -3/+23 |
2014-01-10 | Don't adjust LOAD segment to match GNU_RELRO segment | Alan Modra | 1 | -37/+0 |
2014-01-08 | Adjust LOAD segment to generate GNU_RELRO segment | H.J. Lu | 1 | -5/+36 |
2014-01-03 | PR binutils/16199 | Nick Clifton | 1 | -1/+4 |
2013-12-19 | Set SHF_INFO_LINK bit for SHT_REL/SHT_RELA sections | H.J. Lu | 1 | -1/+6 |
2013-12-17 | Default elf_backend_post_process_headers to set OSABI | H.J. Lu | 1 | -4/+3 |
2013-12-12 | Also copy EI_OSABI field | H.J. Lu | 1 | -5/+9 |