aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.Jim Wilson7-45/+309
2016-12-13[AArch64] Recognize R_AARCH64_P32_ABS32 as 32-bit relocation in readelfJiong Wang2-1/+6
2016-12-13[AArch64] Make LD testcases support ILP32 modeJiong Wang23-207/+265
2016-12-13[AArch64] Make GAS testcases support ILP32 modeJiong Wang110-210/+346
2016-12-13Add a 'Past Maintainers' section to the MAINTAINERS file. Retire Mark Mitche...Nick Clifton2-2/+13
2016-12-12When using linker scripts, place linker-generated sections by the output sect...Cary Coutant7-5/+101
2016-12-12Fix edge cases in orphan section placement.Cary Coutant2-3/+42
2016-12-13Automatic date update in version.inGDB Administrator1-1/+1
2016-12-13Don't add PHDR for objcopy/strip or ld script specifying PHDRSAlan Modra6-29/+25
2016-12-13Don't fudge p_vaddr when PHDR in segmentAlan Modra7-12/+29
2016-12-13[GOLD] Allow for larger alignment in script_test_15Alan Modra4-3/+10
2016-12-13[GOLD] Adjust testcase for PowerPC64Alan Modra2-0/+6
2016-12-12Port c++/78252 from GCCNathan Sidwell3-22/+82
2016-12-12Remove assert on exec_bfd in cris_delayed_get_disassemblerYao Qi2-4/+7
2016-12-12Handle memory error in print_insn_rxYao Qi2-4/+36
2016-12-12Handle memory error in print_insn_rl78_commonYao Qi2-4/+36
2016-12-11Fix earlier ChangeLog entry to give Igor credit, add testcases.Igor Kudrin7-6/+81
2016-12-11Fix problems with bss handling in linker scripts.Cary Coutant14-52/+463
2016-12-11Regenerate Makefile.in to get rid of annoying diffs caused by non-determinist...Cary Coutant2-1/+5
2016-12-12Automatic date update in version.inGDB Administrator1-1/+1
2016-12-11Automatic date update in version.inGDB Administrator1-1/+1
2016-12-10Automatic date update in version.inGDB Administrator1-1/+1
2016-12-09MIPS16: Remove unused `>' operand codeMaciej W. Rozycki6-5/+13
2016-12-09MIPS16/opcodes: Use hexadecimal interpretation for the `e' operand codeMaciej W. Rozycki6-1/+52
2016-12-09MIPS16/opcodes: Reformat raw EXTEND and undecoded outputMaciej W. Rozycki6-4/+77
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves44-979/+193
2016-12-09Add ChangeLog entriesYao Qi2-0/+24
2016-12-09Create tdep->rx_psw_type and tdep->rx_fpsw_type lazilyYao Qi2-48/+62
2016-12-09Create tdep->rl78_psw_type lazilyYao Qi2-17/+25
2016-12-09Add test that exercises all bfd architecture, osabi, endian, etc. combinationsPedro Alves10-0/+497
2016-12-09Use code cache in aarch64 prologue analyzerYao Qi2-1/+7
2016-12-09Use code cache in arm prologue analyzerYao Qi2-19/+32
2016-12-09Compile gdb.perf/skip-prologue.c with and without debug infoYao Qi2-1/+12
2016-12-09Hurd: Adjust to changes to "push pruning old threads down to the target"Thomas Schwinge2-0/+5
2016-12-09Avoid PATH_MAX usageThomas Schwinge2-10/+9
2016-12-09Automatic date update in version.inGDB Administrator1-1/+1
2016-12-08MIPS16/opcodes: Fix off-by-one indentation in `print_mips16_insn_arg'Maciej W. Rozycki2-30/+35
2016-12-08MIPS16/opcodes: Fix PC-relative operation delay-slot adjustmentMaciej W. Rozycki6-6/+442
2016-12-08ARC/GAS: Correct a `spaces' global shadowing errorMaciej W. Rozycki2-5/+10
2016-12-08ARM/GAS: Correct an `index' global shadowing errorMaciej W. Rozycki2-4/+9
2016-12-08AArch64/opcodes: Correct another `index' global shadowing errorMaciej W. Rozycki2-8/+13
2016-12-08Fix crash when disassembling invalid range on powerpc vleLuis Machado2-1/+5
2016-12-08Always use a hex prefix when displaying the alignment of program headers.Etienne Buira2-1/+6
2016-12-08[GOLD] Don't assert in powerpc stub_tableAlan Modra2-2/+7
2016-12-08[GOLD] fix typo in --stub-group-multi helpAlan Modra2-1/+5
2016-12-08sync binutils config/ with gccAlan Modra13-9/+30
2016-12-08PR20932, Internal error during record link assignmentAlan Modra2-5/+10
2016-12-08Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptidSimon Marchi2-8/+10
2016-12-08Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++Thomas Schwinge4-18/+40
2016-12-08Hurd, C++: kern_return_t vs. error_tThomas Schwinge3-37/+51