aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-23Move filename extensions into language_defnTom Tromey16-55/+132
2016-06-23Use VEC for filename_language_tableTom Tromey2-33/+46
2016-06-23Make gdbpy_parameter staticTom Tromey3-2/+6
2016-06-24Automatic date update in version.inGDB Administrator1-1/+1
2016-06-23Fix bug with grouping sections.Cary Coutant6-6/+23
2016-06-23Fix compilation error in MSYS2 environment.Igor Kudrin2-3/+7
2016-06-23PR gdb/16483 - simplify "info frame-filters" outputTom Tromey4-32/+45
2016-06-23MIPS/GAS: Keep the original microMIPS symbol reference in branch relocsMaciej W. Rozycki8-13/+161
2016-06-23[ARC] Misc minor edits/fixesGraham Markall6-42/+57
2016-06-23Automatic date update in version.inGDB Administrator1-1/+1
2016-06-23MIPS/LD/testsuite: Use wildcard address matching in `undefweak-overflow'Maciej W. Rozycki2-20/+25
2016-06-23MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' testsMaciej W. Rozycki2-2/+9
2016-06-23MIPS/GAS: Handle resolved R6 PC-relative relocations (ChangeLog)Maciej W. Rozycki1-0/+19
2016-06-22Add support for yet some more new ISA 3.0 instructions.Peter Bergner5-5/+113
2016-06-22addmore extern CTrevor Saunders6-0/+42
2016-06-22Fix various binutils testsuite failures.Nick Clifton15-82/+179
2016-06-22gold: Add a linker configure option --enable-relroH.J. Lu6-1/+57
2016-06-22ld: Add a linker configure option --enable-relroH.J. Lu9-4/+112
2016-06-22tilegx: move TILEGX_NUM_PIPELINE_ENCODINGS to tilegx_pipeline enumTrevor Saunders2-3/+6
2016-06-22xtensa: include elf/xtensa.h in tc-xtensa.cTrevor Saunders2-4/+5
2016-06-22Increase size of string buffer used to hold printed versions of timestamps.Nick Clifton2-3/+9
2016-06-22Automatic date update in version.inGDB Administrator1-1/+1
2016-06-21MIPS/GAS: Handle resolved R6 PC-relative relocationsMaciej W. Rozycki10-8/+427
2016-06-21MIPS/GAS: Fix null pointer dereferences in R6 PC-relative relocation checksMaciej W. Rozycki2-2/+8
2016-06-21MIPS/GAS: Correct BFD_RELOC_MIPS_18_PCREL_S3 calculationMaciej W. Rozycki2-1/+21
2016-06-21MIPS/GAS: Use the module level ISA setting for R6 relaxationMaciej W. Rozycki10-2/+112
2016-06-21MIPS/BFD: Don't stop processing on a cross-mode jump conversion errorMaciej W. Rozycki5-8/+27