Don't add the zlib header to SHF_COMPRESSED section
[deliverable/binutils-gdb.git] / bfd / elf.c
2015-05-14  H.J. LuDon't add the zlib header to SHF_COMPRESSED section
2015-04-24  Nick CliftonExtend test for local labels to include fake symbols...
2015-04-23  H.J. LuDelay setting up compressed debug section names
2015-04-23  H.J. LuDon't change compressed input debug section names
2015-04-20  H.J. LuAlways set up sh_name in assign_section_numbers
2015-04-20  H.J. LuIterate ELF sections by pointer
2015-04-15  H.J. LuAdd --compress-debug-sections=[none|zlib|zlib-gnu|zlib...
2015-04-13  John BaldwinAdd support for the x86 XSAVE extended state on FreeBSD...
2015-04-08  H.J. LuAdd SHF_COMPRESSED support to gas and objcopy
2015-04-07  Alan ModraModify get_reloc_section for targets that map .got...
2015-04-07  Nick CliftonTreat assembler generated local labels as local.
2015-04-04  H.J. LuAlso preserve the SHF_COMPRESSED bit
2015-03-30  H.J. LuProperly set sh_info for .rela.plt/rel.plt section
2015-03-18  Jon TurneyFix debug section compression so that it is only perfor...
2015-02-26  Nick CliftonFixes illegal memory access errors and arithmetic overf...
2015-02-20  Andreas ArnezS390: Support new vector register sections
2015-01-08  Nick CliftonFix memory access violations exposed by running strip...
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-12-11  Keith SeitzThis commit causes hundreds of core file regressions...
2014-12-10  Alan ModraDon't return DW_AT_name for function name in C++
2014-12-09  Nick CliftonMore fixes for memory access violations triggered by...
2014-12-01  Nick CliftonMore fixes for memory access violations exposed by...
2014-11-28  Alan ModraSanity checks on version section
2014-11-27  Nick CliftonFixes a few more memory access violations exposed by...
2014-11-26  Alan Modra_bfd_elf_slurp_version_tables tidy
2014-11-25  H.J. LuUse get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS
2014-11-25  H.J. LuDisplay symbol version when dumping dynrelocs
2014-11-11  Nick CliftonMore fixes for invalid memory accesses, uncovered by...
2014-11-07  Alan ModraRevert bfd_get_size checks
2014-10-31  Nick CliftonAvoid allocating over-large buffers when parsing corrup...
2014-10-29  Nick CliftonFixes another memory corruption bug introduced by patch...
2014-10-29  Dennis BrueniThix fixes an obvious coding error that led to a GDB...
2014-10-28  Nick CliftonMore fixes for corrupt binaries crashing the binutils.
2014-10-28  Nick CliftonThis patch fixes a flaw in the SREC parser which could...
2014-10-27  Nick CliftonThis fixes more seg-faults in tools like "strings"...
2014-10-27  Nick CliftonThis patch closes a potential security hole in applicat...
2014-10-15  Alan ModraMerge bfd_find_nearest_line variants
2014-09-10  Alan ModraMove ELF section headers to end of object file
2014-07-11  Maks NaumovFix typo in _bfd_elf_strtab_add
2014-04-03  Maria GusevaThis fixes a problem building large (> 2Gb) binaries...
2014-04-03  Alan ModraFix sim breakage
2014-04-02  Alan ModraHandle VDSO section headers past end of page
2014-03-12  Alan Modraobjcopy/strip ELF program header p_vaddr confusion
2014-03-05  Alan ModraUpdate copyright years
2014-01-23  H.J. LuIssue a linker error if TLS sections are not adjacent
2014-01-10  Alan ModraDon't adjust LOAD segment to match GNU_RELRO segment
2014-01-08  H.J. LuAdjust LOAD segment to generate GNU_RELRO segment
2014-01-03  Nick Clifton PR binutils/16199
2013-12-19  H.J. LuSet SHF_INFO_LINK bit for SHT_REL/SHT_RELA sections
2013-12-17  H.J. LuDefault elf_backend_post_process_headers to set OSABI
2013-12-12  H.J. LuAlso copy EI_OSABI field
2013-12-12  H.J. LuSet ET_EXEC for -pie -Ttext-segment=
2013-10-17  Alan Modra PR 16056
2013-03-27  Alan Modra * elf-bfd.h (enum elf_reloc_type_class): Add reloc_cla...
2013-03-25  Alan Modra * elf-bfd.h (struct elf_backend_data <merge_symbol...
2013-03-08  Nick Clifton * elf-bfd.h (elfcore_write_s390_tdb): Add prototype.
2013-02-21  Alan Modrabfd/
2013-02-21  Alan Modra * elf-bfd.h (struct core_elf_obj_tdata): New.
2013-02-21  Alan Modrabfd/
2013-02-18  Alan Modrainclude/
2013-02-08  Alan Modra PR binutils/15106
2013-02-07  Alan Modra PR binutils/15106
2013-02-04  Sergio Durigan Junior2013-02-04 Sergio Durigan Junior <sergiodj@redhat...
2013-01-08  Yufeng Zhanginclude/elf/
2012-12-18  Alan Modra * elf.c (swap_out_syms): Set shndx to SHN_ABS when...
2012-12-14  Tom Tromeygdb
2012-12-07  Alan Modra PR ld/14926
2012-11-21  H.J. LuSet output maxpagesize when rewriting program header
2012-11-13  H.J. LuAllocate elf_segment_map with bfd_zalloc
2012-11-09  H.J. LuRemove trailing redundant `;'
2012-11-08  Tom Tromeygdb
2012-10-23  Nathan Sidwell bfd/
2012-10-15  Doug Evans * elf.c (special_sections_d): Add comment.
2012-10-07  Alan Modra PR binutils/14662
2012-09-04  H.J. LuIgnore section symbols without a BFD section
2012-08-10  Alan Modra PR binutils/14444
2012-07-24  Cary Coutant2012-07-24 Teresa Johnson <tejohnson@google.com>
2012-07-04  H.J. LuCheck number of sections overflow
2012-07-03  H.J. LuDon't compress empty debug section
2012-07-03  Alan Modra PR ld/14207
2012-07-01  Andreas Schwab* elf.c (_bfd_elf_make_section_from_shdr): Fix typo...
2012-06-22  Roland McGrathbfd/
2012-06-12  H.J. LuAbort if PT_GNU_RELRO segment doesn't fit in PT_LOAD...
2012-06-12  Alan Modra PR ld/14207
2012-06-11  H.J. LuReindent assign_file_positions_for_non_load_sections
2012-06-11  H.J. LuReindent _bfd_elf_map_sections_to_segments
2012-06-04  Jan Kratochvilbfd/
2012-06-03  Alan Modra PR binutils/13897
2012-06-01  Jan Kratochvilbfd/
2012-05-17  Alan Modra * elf.c (ignore_section_sym): Correct comment. Don...
2012-05-16  Alan Modra PR ld/13962
2012-05-08  Doug Kwan2012-05-08 Ben Cheng <bccheng@google.com>
2012-04-24  Alan Modra PR ld/13991
2012-04-09  Roland McGrathbfd/
2012-03-23  Alan Modra * elf.c (assign_file_positions_for_non_load_sections...
2012-02-07  Alan Modra * elf.c (elf_find_function): Don't use internal_elf_sym.
2012-01-23  Alan Modra * elf-bfd.h: Formatting.
2012-01-20  Ulrich Weigand * elf.c (elfcore_write_prpsinfo): Provide unconditionally.
2011-12-13  Tristan Gingold2011-12-13 Shinichiro Hamaji <shinichiro.hamaji@gmail...
2011-12-06  Ulrich Weigandinclude/elf/ChangeLog:
next
This page took 0.428507 seconds and 107 git commands to generate.