Fixes a few more memory access violations exposed by fuzzed binaries.
[binutils-gdb.git] / bfd / ChangeLog
2014-11-27 Nick CliftonFixes a few more memory access violations exposed by...
2014-11-26 Nick CliftonMore fixes for memory access errors triggered by attemp...
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-25 H.J. LuOptimize out i386/x86-64 JUMP_SLOT relocation
2014-11-24 H.J. LuUpdate libtool.m4 from GCC trunk
2014-11-24 Jiong Wang[AArch64] Cortex-A53 Erratum 835769 -- sort maps
2014-11-24 Alan ModraPowerPC64 --plt-align
2014-11-23 H.J. LuAssert size of elf_x86_64_{bnd|legacy}_plt2_entry
2014-11-22 H.J. LuCheck branch displacement overflow in x86-64 PLT entry
2014-11-21 Nick CliftonFixes for memory access violations exposed by fuzzinf...
2014-11-21 H.J. LuOptimize PC-relative offset overflow check
2014-11-21 Alexander CherepanovFix a snafu setting up the string table read in from...
2014-11-21 Terry GuoSupport ARM Cortex-M7
2014-11-20 Alan ModraPPC gold doesn't check for overflow properly
2014-11-20 Alan Modrappc476 workaround sizing
2014-11-20 Terry GuoEnable to link ARM object file that hasn't attribute...
2014-11-19 Alan ModraDefault powerpc64 to --plt-thread-safe for Go
2014-11-18 H.J. LuCheck PC-relative offset overflow in PLT entry
2014-11-18 Nick CliftonMore fixes for illegal memory accesses exposed by fuzze...
2014-11-18 Igor ZamyatinAdd -z bndplt to generate BND prefix in PLT entries
2014-11-14 Nick CliftonFix a null pointer dereference when reading the debug...
2014-11-14 Nick CliftonMore fixes for invalid memory accesses triggered by...
2014-11-13 H.J. LuAdd cast to unsigned int
2014-11-13 H.J. LuRename symbbol to symbol
2014-11-13 H.J. LuAdd assembler support for @gotplt
2014-11-13 Nick CliftonMore fixes for memory access violations whilst scanning...
2014-11-12 Nick CliftonFix more memory faults uncovered by fuzzing various...
2014-11-12 Alan ModraThrow away dodgy coff line number info earlier
2014-11-11 Nick CliftonMore fixes for invalid memory accesses, uncovered by...
2014-11-11 Alan Modracoff coff
2014-11-11 Alan ModraAvoid coff OOM
2014-11-11 Alan Modrald -r abort in _bfd_elf_write_section_eh_frame
2014-11-10 Richard Sandifordbfd/
2014-11-10 Nick CliftonMore fixes for problems exposed by valgrind and the...
2014-11-08 Alan ModraCorrect buffer overrun test
2014-11-07 H.J. LuCast to unsigned long in range checks
2014-11-07 H.J. LuX32: Add REX prefix to encode R_X86_64_GOTTPOFF
2014-11-07 Alan Modratekhex architecure
2014-11-07 Alan Modratekhex buffer management and symbol types
2014-11-07 Alan Modraaoutx.h tidy
2014-11-07 Alan ModraRevert bfd_get_size checks
2014-11-06 Nick CliftonRevert changes in previous deltas that introduced new...
2014-11-06 Will Newtonbfd/elf-attrs.c: Fix possible infinite loop parsing...
2014-11-05 Nick CliftonMore fixes for memory problems uncovered by file fuzzers.
2014-11-05 Matthew FortuneFix segfault when creating a dso with discarded .dynsym...
2014-11-05 Matthew FortuneUpdate .MIPS.abiflags to support MIPS R6
2014-11-05 Nick CliftonMore fixes for processing corrupt files.
2014-11-04 Nick CliftonFix problem with linker created sections being mistaken...
2014-11-04 Nick CliftonFix a seg-fault triggered by reading a mal-formed archive.
2014-11-04 Alan ModraProvide stat function for spu overlay manager iovec
2014-11-03 Andrew BurgessWhen relaxing, update size of symbols.
2014-11-03 Andrew BurgessWhen relaxing, update symbols at the very end of the...
2014-11-03 Nick CliftonMore fixes for buffer overruns instigated by corrupt...
2014-11-03 Nick CliftonImport updated translations supplied by the Translation...
2014-10-31 Naveen H.SMIPS: Add Octeon 3 support
2014-10-31 Nick CliftonFix an (almost) infinite loop in the tekhex parser.
2014-10-31 Nick CliftonAvoid allocating over-large buffers when parsing corrup...
2014-10-30 Nick CliftonFixes a seg-fault in the ihex parser when it encounters...
2014-10-30 Nick CliftonCloses another memory corruption, this time due to...
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 CliftonFix a seg-fault in strings and other binutuils when...
2014-10-27 Nick CliftonThis patch closes a potential security hole in applicat...
2014-10-24 Jiong Wang[AArch64] Cortex-A53 erratum 835769 linker workaround
2014-10-23 Victor KamenskyARM: plt_size functions need to read instructions in...
2014-10-22 Matthew FortuneShow information about unknown ASEs and extensions...
2014-10-21 Alan ModraRelax ppc64_elf_tls_optimize assertion
2014-10-21 Alan ModraAdd gcc-4.9 libgomp symbols requiring --plt-thread...
2014-10-18 Alan ModraPowerPC64 ELFv1 function symbol definition vs LTO and...
2014-10-16 Alan ModraFix 17492, ld segfault with --oformat=binary
2014-10-16 Alan ModraPR17488, powerpc64-linux-ld segfault
2014-10-15 Alan ModraMerge bfd_find_nearest_line variants
2014-10-15 Alan ModraDefine bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS...
2014-10-15 Tristan GingoldBump bfd version.
2014-10-14 H.J. LuConvert mov to lea only if r_offset >= 2
2014-10-14 Alan ModraAvoid undefined behaviour with signed expressions
2014-10-13 Alan ModraRun eh_frame optimisation for relocatable link
2014-10-09 Jose E. MarchesiThis is a series of patches that add support for the...
2014-10-04 Alan ModraDiscard zero address range eh_frame FDEs
2014-09-29 H.J. LuFix build for OLD_FREEBSD_ABI_LABEL
2014-09-24 Markus TrippelsdorfBFD: Add support for more than one plugin in lib/bfd...
2014-09-22 Sterling AugustineFix 'call8: call target out of range' xtensa ld relaxat...
2014-09-22 Alan ModraProduce output file with -noinhibit-exec after overlapp...
2014-09-22 Matthew FortuneMIPS: Don't sign extend the addend for RELA relocations
2014-09-22 Kuan-Lin ChenNDS32/bfd: Synchronize the argument type.
2014-09-19 Andreas KrebbelS/390: Don't replace R_390_TLS_LE32/64 with R_390_TLS_T...
2014-09-18 Jan KratochvilFix regression for Linux vDSO in GDB (PR gdb/17407).
2014-09-16 Terry GuoMake the linker return an error status if it fails...
2014-09-16 Kuan-Lin ChenNDS32: Code refactoring of relaxation.
2014-09-15 Chen GangThis fixes a typo in a previous commit.
2014-09-15 Andrew BennettAdd support for MIPS R6.
2014-09-13 Alan ModraFix some ChangeLog typos
2014-09-12 Andrew BennettAdd mips*-img-elf* target triple.
2014-09-12 Alan ModraTest for overflow in eh_frame_hdr entries and for overl...
2014-09-10 Alan ModraMove ELF section headers to end of object file
next