summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
...
* This fixes more seg-faults in tools like "strings" and "objdump" whenNick Clifton2014-10-271-65/+129
* This patch closes a potential security hole in applications that useNick Clifton2014-10-271-4/+30
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-44/+17
* Move ELF section headers to end of object fileAlan Modra2014-09-111-12/+13
* Fix typo in _bfd_elf_strtab_addMaks Naumov2014-07-121-1/+1
* This fixes a problem building large (> 2Gb) binaries on 32-bit hosts. Using aMaria Guseva2014-04-031-1/+1
* Fix sim breakageAlan Modra2014-04-031-1/+1
* Handle VDSO section headers past end of pageAlan Modra2014-04-021-1/+2
* objcopy/strip ELF program header p_vaddr confusionAlan Modra2014-03-121-2/+3
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Issue a linker error if TLS sections are not adjacentH.J. Lu2014-01-231-3/+23
* Don't adjust LOAD segment to match GNU_RELRO segmentAlan Modra2014-01-101-37/+0
* Adjust LOAD segment to generate GNU_RELRO segmentH.J. Lu2014-01-081-5/+36
* PR binutils/16199Nick Clifton2014-01-031-1/+4
* Set SHF_INFO_LINK bit for SHT_REL/SHT_RELA sectionsH.J. Lu2013-12-191-1/+6
* Default elf_backend_post_process_headers to set OSABIH.J. Lu2013-12-171-4/+3
* Also copy EI_OSABI fieldH.J. Lu2013-12-121-5/+9
* Set ET_EXEC for -pie -Ttext-segment=H.J. Lu2013-12-121-0/+21
* PR 16056Alan Modra2013-10-171-2/+3
* * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra2013-03-271-1/+3
* * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto.Alan Modra2013-03-251-1/+1
* * elf-bfd.h (elfcore_write_s390_tdb): Add prototype.Nick Clifton2013-03-081-4/+28
* bfd/Alan Modra2013-02-211-8/+14
* * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra2013-02-211-42/+45
* bfd/Alan Modra2013-02-211-84/+78
* include/Alan Modra2013-02-181-9/+17
* PR binutils/15106Alan Modra2013-02-081-23/+31
* PR binutils/15106Alan Modra2013-02-071-0/+3
* 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2013-02-041-0/+29
* include/elf/Yufeng Zhang2013-01-081-1/+83
* * elf.c (swap_out_syms): Set shndx to SHN_ABS when not one ofAlan Modra2012-12-181-0/+1
* gdbTom Tromey2012-12-141-0/+4
* PR ld/14926Alan Modra2012-12-071-0/+1
* Set output maxpagesize when rewriting program headerH.J. Lu2012-11-211-0/+20
* Allocate elf_segment_map with bfd_zallocH.J. Lu2012-11-131-1/+1
* Remove trailing redundant `;'H.J. Lu2012-11-091-1/+1
* gdbTom Tromey2012-11-081-0/+4
* bfd/Nathan Sidwell2012-10-231-2/+17
* * elf.c (special_sections_d): Add comment.Doug Evans2012-10-151-0/+3
* PR binutils/14662Alan Modra2012-10-071-37/+17
* Ignore section symbols without a BFD sectionH.J. Lu2012-09-041-3/+11
* PR binutils/14444Alan Modra2012-08-101-5/+5
* 2012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant2012-07-241-2/+30
* Check number of sections overflowH.J. Lu2012-07-041-0/+7
* Don't compress empty debug sectionH.J. Lu2012-07-031-1/+1
* PR ld/14207Alan Modra2012-07-031-10/+8
* * elf.c (_bfd_elf_make_section_from_shdr): Fix typo in errorAndreas Schwab2012-07-011-2/+2
* bfd/Roland McGrath2012-06-221-0/+49
* Abort if PT_GNU_RELRO segment doesn't fit in PT_LOAD segmentH.J. Lu2012-06-121-0/+5
* PR ld/14207Alan Modra2012-06-121-7/+14