aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-28Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi4-28/+22
2016-06-28Probe catch syscall supportYao Qi2-14/+35
2016-06-28Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.James Clarke6-6/+26
2016-06-28MIPS/LD/testsuite: Accept any UNIX OS/ABI with GNU attribute testsMaciej W. Rozycki5-4/+11
2016-06-28Fix new testcase for hppa64Alan Modra2-12/+14
2016-06-28Don't run ld-scripts/pr20302 on linuxaoutAlan Modra2-1/+6
2016-06-28Invalid read in _bfd_elf_get_symbol_version_stringAlan Modra2-1/+8
2016-06-28[AArch64] Make register indices be full 64-bit valuesRichard Sandiford7-5/+103
2016-06-28MIPS16: Add R_MIPS16_PC16_S1 branch relocation supportMaciej W. Rozycki34-52/+464
2016-06-28Automatic date update in version.inGDB Administrator1-1/+1
2016-06-27Fix changelogManish Goregaokar1-2/+2
2016-06-27Print void types correctly in RustManish Goregaokar5-4/+37
2016-06-27Make the kernel dwarf stack unwinder work for ARC targets.Vineet Gupta3-3/+8
2016-06-27Allow a second -T<section>=<addr> to override a previous version on the same ...Nick Clifton4-0/+22
2016-06-27oops - omitted from previous deltaNick Clifton1-0/+15
2016-06-27Add command line option to stop the assembler from padding the end of section...Nick Clifton8-6/+69
2016-06-27PR 19264 looping in ppc64_elf_size_stubsAlan Modra2-7/+21
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat6-0/+127
2016-06-27add ChangeLog entriesTrevor Saunders2-0/+10
2016-06-27dlx: move prototype of dlx_set_skip_hi16 to elf/dlx.hTrevor Saunders4-3/+37
2016-06-27xtensa: remove a sentinalTrevor Saunders2-15/+21
2016-06-27nds32: remove a sentinalTrevor Saunders2-14/+10
2016-06-27Automatic date update in version.inGDB Administrator1-1/+1
2016-06-26Automatic date update in version.inGDB Administrator1-1/+1
2016-06-25aarch64: make the type of reg_entry::type aarch64_reg_typeTrevor Saunders2-10/+15
2016-06-25remove a few sentinalsTrevor Saunders8-38/+48
2016-06-25simplify tic54x_set_default_include ()Trevor Saunders2-14/+16
2016-06-25xtensa: prototype xtensa_make_property_section in elf/xtensa.hTrevor Saunders6-5/+14
2016-06-25Fix formatting in rust-lang.cTom Tromey2-22/+25
2016-06-25Add tests for printing of NonZero-optimized enums in RustManish Goregaokar3-0/+34
2016-06-25Make evaluation and type-printing of all NonZero optimized enums workManish Goregaokar2-17/+63
2016-06-24Support structure offsets that are 512K or larger.David Taylor38-194/+328
2016-06-25Automatic date update in version.inGDB Administrator1-1/+1
2016-06-25MIPS16/GAS: Restore unsupported relocation diagnosticsMaciej W. Rozycki77-63/+1227
2016-06-24Add myself as a Write After Approval maintainer.David Taylor2-0/+5
2016-06-24Add support for catching system calls to native FreeBSD targets.John Baldwin8-1/+523
2016-06-24Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.John Baldwin2-0/+41
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin6-87/+178
2016-06-24Create a pseudo section for the ELF AUXV core dump note on FreeBSD.John Baldwin2-0/+19
2016-06-24Fetch the ELF auxiliary vector from live processes on FreeBSD.John Baldwin2-0/+83
2016-06-24Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes.John Baldwin2-9/+139
2016-06-24Add constants for FreeBSD-specific auxiliary vector entry types.John Baldwin2-0/+17
2016-06-24Add missing ChangeLog entry for "fix undefined reference [...]" commit.Joel Brobecker1-0/+5
2016-06-24fix undefined reference to bfd_link_plugin_object_p during linkJoel Brobecker1-2/+2
2016-06-24MIPS objcopy --rename-section fixAlan Modra8-44/+81
2016-06-24aarch64 ld testsuiteAlan Modra2-10/+13
2016-06-24alpha-openbsd build failureAlan Modra2-2/+5
2016-06-24Limit objdump -S context linesAlan Modra2-2/+17
2016-06-24Check DEFAULT_LD_Z_RELRO for -z relro help messageH.J. Lu2-1/+14
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey18-97/+223