aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-31Avoid allocating over-large buffers when parsing corrupt binaries.Nick Clifton1-0/+5
2014-10-29Fixes another memory corruption bug introduced by patches for PR 17512.Nick Clifton1-1/+1
2014-10-29Thix fixes an obvious coding error that led to a GDB crash on AIX or HPUX.Dennis Brueni1-1/+1
2014-10-28More fixes for corrupt binaries crashing the binutils.Nick Clifton1-3/+13
2014-10-28This patch fixes a flaw in the SREC parser which could cause a stack overflowNick Clifton1-1/+1
2014-10-27This fixes more seg-faults in tools like "strings" and "objdump" whenNick Clifton1-65/+129
2014-10-27This patch closes a potential security hole in applications that useNick Clifton1-4/+30
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-44/+17
2014-09-11Move ELF section headers to end of object fileAlan Modra1-12/+13
2014-07-12Fix typo in _bfd_elf_strtab_addMaks Naumov1-1/+1
2014-04-03This fixes a problem building large (> 2Gb) binaries on 32-bit hosts. Using aMaria Guseva1-1/+1
2014-04-03Fix sim breakageAlan Modra1-1/+1
2014-04-02Handle VDSO section headers past end of pageAlan Modra1-1/+2
2014-03-12objcopy/strip ELF program header p_vaddr confusionAlan Modra1-2/+3
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-23Issue a linker error if TLS sections are not adjacentH.J. Lu1-3/+23
2014-01-10Don't adjust LOAD segment to match GNU_RELRO segmentAlan Modra1-37/+0
2014-01-08Adjust LOAD segment to generate GNU_RELRO segmentH.J. Lu1-5/+36
2014-01-03 PR binutils/16199Nick Clifton1-1/+4
2013-12-19Set SHF_INFO_LINK bit for SHT_REL/SHT_RELA sectionsH.J. Lu1-1/+6
2013-12-17Default elf_backend_post_process_headers to set OSABIH.J. Lu1-4/+3
2013-12-12Also copy EI_OSABI fieldH.J. Lu1-5/+9
2013-12-12Set ET_EXEC for -pie -Ttext-segment=H.J. Lu1-0/+21
2013-10-17 PR 16056Alan Modra1-2/+3
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra1-1/+3
2013-03-25 * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto.Alan Modra1-1/+1
2013-03-08 * elf-bfd.h (elfcore_write_s390_tdb): Add prototype.Nick Clifton1-4/+28
2013-02-21bfd/Alan Modra1-8/+14
2013-02-21 * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra1-42/+45
2013-02-21bfd/Alan Modra1-84/+78
2013-02-18include/Alan Modra1-9/+17
2013-02-08 PR binutils/15106Alan Modra1-23/+31
2013-02-07 PR binutils/15106Alan Modra1-0/+3
2013-02-042013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+29
2013-01-08include/elf/Yufeng Zhang1-1/+83
2012-12-18 * elf.c (swap_out_syms): Set shndx to SHN_ABS when not one ofAlan Modra1-0/+1
2012-12-14gdbTom Tromey1-0/+4
2012-12-07 PR ld/14926Alan Modra1-0/+1
2012-11-21Set output maxpagesize when rewriting program headerH.J. Lu1-0/+20
2012-11-13Allocate elf_segment_map with bfd_zallocH.J. Lu1-1/+1
2012-11-09Remove trailing redundant `;'H.J. Lu1-1/+1
2012-11-08gdbTom Tromey1-0/+4
2012-10-23 bfd/Nathan Sidwell1-2/+17
2012-10-15 * elf.c (special_sections_d): Add comment.Doug Evans1-0/+3
2012-10-07 PR binutils/14662Alan Modra1-37/+17
2012-09-04Ignore section symbols without a BFD sectionH.J. Lu1-3/+11
2012-08-10 PR binutils/14444Alan Modra1-5/+5
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant1-2/+30
2012-07-04Check number of sections overflowH.J. Lu1-0/+7
2012-07-03Don't compress empty debug sectionH.J. Lu1-1/+1