aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR24015, glibc-2.28 on little-endian mips32 brokenAlan Modra2018-12-281-1/+1
* PR23994, libbfd integer overflowAlan Modra2018-12-171-8/+24
* elf: Add PT_GNU_PROPERTY segment typeH.J. Lu2018-12-141-0/+26
* Remove an abort in the bfd library and add a check for an integer overflow wh...Nick Clifton2018-11-301-1/+10
* Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard2018-11-271-2/+3
* PR23850, strip should not discard/move .rela.plt in executableAlan Modra2018-11-021-8/+11
* PR23788, objcopy: failed to find link sectionAlan Modra2018-10-201-9/+9
* Separate header PT_LOAD for -z separate-codeAlan Modra2018-10-081-31/+68
* Use p_vaddr_offset to set p_vaddr on segments without sectionsAlan Modra2018-10-081-10/+13
* No PT_INTERP when .interp is zero sizeAlan Modra2018-10-081-2/+2
* Tidy elf_segment_map allocationAlan Modra2018-10-081-20/+19
* ELF: Group PT_NOTE segments by section alignmentsH.J. Lu2018-10-031-30/+29
* Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz2018-09-241-0/+12
* PR23595, simple objcopy of executable failure for msp430-elfJozef Lawrynowicz2018-09-031-2/+14
* elf: Check for corrupt symbol version infoH.J. Lu2018-08-251-1/+1
* PR23430, Indices misspelledAlan Modra2018-07-241-2/+2
* Avoid ubsan complaint in BFDTom Tromey2018-07-231-2/+3
* Add grok/write functions for new ppc core note sectionsEdjunior Barbosa Machado2018-07-161-0/+351
* Add checks for the NT_ARM_SVE section in a core file.Alan Hayward2018-07-061-0/+27
* elf: Check if the first symbol version is base versionH.J. Lu2018-06-141-1/+4
* Mark section in a section group with SHF_GROUPH.J. Lu2018-05-211-1/+9
* PR23199, Invalid SHT_GROUP entry leads to group confusionAlan Modra2018-05-181-6/+11
* PR20659, Objcopy and change section lma failingAlan Modra2018-05-121-86/+73
* Prevent a memory exhaustion failure when running objdump on a fuzzed input fi...Nick Clifton2018-05-081-0/+1
* -Wstringop-truncation warningsAlan Modra2018-05-041-11/+24
* Silence gcc-8 warningsAlan Modra2018-04-251-0/+7
* Fix an illegal memory access when trying to copy an ELF binary with corrupt s...Nick Clifton2018-04-241-1/+8
* Revert bfd part of "Silence gcc-8 warnings"Alan Modra2018-04-231-4/+0
* Silence gcc-8 warningsAlan Modra2018-04-231-0/+4
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-1/+2
* Segfault on phdrs allocated but not createdAlan Modra2018-02-261-7/+5
* ELF linker messagesAlan Modra2018-02-261-12/+14
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-4/+3
* PR22881, null pointer dereference in assign_file_positions_for_non_load_sectionsAlan Modra2018-02-231-38/+46
* %L conversionsAlan Modra2018-02-191-11/+13
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-52/+52
* PT_LOAD and PT_GNU_RELRO segment overlapAlan Modra2018-02-191-13/+10
* Ignore degenerate PT_LOAD segmentsAlan Modra2018-02-171-0/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-1/+3
* PR22836, "-r -s" doesn't work with -g3 using GCC 7Alan Modra2018-02-131-4/+21
* PR22829, objcopy/strip removes PT_GNU_RELRO from lld binariesAlan Modra2018-02-131-27/+51
* Fix a seg-fault in the ELF note parser when a note with an excessively large ...Nick Clifton2018-02-081-0/+2
* ELF/BFD: Propagate the return status from backend section processingMaciej W. Rozycki2018-02-051-1/+2
* PR22758, FAIL: Run pr22393-2Alan Modra2018-01-301-24/+16
* Optimize the performance of the group_setup function.Jens Widell2018-01-121-3/+8
* ld: Create a new LOAD segment for separate code segmentH.J. Lu2018-01-111-7/+25
* Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes.John Baldwin2018-01-031-0/+12
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-147/+147