summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass ptid to to_prepare_to_storeusers/simark/ptid-in-fetch-store-regsSimon Marchi2017-03-0712-28/+40
* Pass ptid to target_store_registersSimon Marchi2017-03-0744-222/+255
* Pass ptid to target_fetch_registersSimon Marchi2017-03-0763-351/+403
* Pass down ptid in bsd_uthread_ops layerSimon Marchi2017-03-078-19/+75
* Define typedefs for bsd_uthread_ops fieldsSimon Marchi2017-03-072-20/+19
* Add parametrized version of s390_inferior_tidSimon Marchi2017-03-071-4/+12
* windows: Don't use current_thread for register fetch/storeSimon Marchi2017-03-071-22/+19
* Remove const in xtensa-linux-nat.c:fetch_gregsSimon Marchi2017-03-062-1/+5
* Fix reading numeric values from GNU BUILD NOTEs.Nick Clifton2017-03-062-2/+11
* Don't decode powerpc insns with invalid fieldsAlan Modra2017-03-062-49/+168
* dw2gencfi.c DWARF2_FDE_RELOC_SIZEAlan Modra2017-03-062-12/+22
* gas/dw2gencfi.c formattingAlan Modra2017-03-062-25/+35
* binutils: Fix warning on platforms that don't have asprintfSam Thursfield2017-03-064-1/+21
* Automatic date update in version.inGDB Administrator2017-03-061-1/+1
* gas: Emit name, comp_dir and producer strings in .debug_str.Mark Wielaard2017-03-053-21/+65
* Align eh_frame FDEs according to their encodingAlan Modra2017-03-0521-225/+251
* Automatic date update in version.inGDB Administrator2017-03-051-1/+1
* Automatic date update in version.inGDB Administrator2017-03-041-1/+1
* Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.Jim Wilson2017-03-035-9/+89
* Use range-based for loop in remote_add_target_side_commandsSimon Marchi2017-03-032-3/+6
* Fetch lazy value before calling val_printYao Qi2017-03-033-0/+13
* Make the linker fail if asked to create more than 1^16 ordinal values for PE ...Nick Clifton2017-03-032-26/+35
* Fix thinko in previous changelog entry.Nick Clifton2017-03-031-1/+1
* Automatic date update in version.inGDB Administrator2017-03-031-1/+1
* Support merging build notes in sections without the SHF_GNU_BUILD_NOTE flag set.Nick Clifton2017-03-022-1/+7
* Disable warning message about a program header with no associated sections wh...Nick Clifton2017-03-022-4/+15
* Fix snafu parsing GNU_BUILD_NOTEs on ARM and AArch64 architectures.Nick Clifton2017-03-022-2/+25
* New debug_displays_assertJan Kratochvil2017-03-022-0/+7
* Fix dwarf_section_display_enum regression by DWARF-5Jan Kratochvil2017-03-022-0/+6
* GAS: Fix bogus "attempt to move .org backwards" relaxation errorsMaciej W. Rozycki2017-03-0248-4/+411
* PowerPC VLE typo fixAlan Modra2017-03-022-1/+5
* Avoid gcc-7 warning killing ld testcasesAlan Modra2017-03-022-4/+9
* Automatic date update in version.inGDB Administrator2017-03-021-1/+1
* Sync libiberty sources with GCC mainline.Nick Clifton2017-03-013-24/+87
* [AArch64] Document +rcpc weak release consistency extensionSzabolcs Nagy2017-03-012-0/+6
* Add support for displaying and merging GNU_BUILD_NOTEs.Nick Clifton2017-03-0112-34/+1141
* Automatic date update in version.inGDB Administrator2017-03-011-1/+1
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-2846-3095/+4603
* Revert "Add symbol called __nm_<name> to exported symbols created by dlltool."Nick Clifton2017-02-282-26/+1
* PowerPC addpcis fix againAlan Modra2017-02-282-9/+12
* x86: fix handling of 64-bit operand size VPCMPESTR{I,M}Jan Beulich2017-02-2818-218/+432
* Nios2 dynobj handling fixesAlan Modra2017-02-286-102/+94
* PowerPC addpcis fixAlan Modra2017-02-2814-94/+155
* Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra2017-02-2822-25/+50
* MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALRMaciej W. Rozycki2017-02-2813-12/+207
* Automatic date update in version.inGDB Administrator2017-02-281-1/+1
* Fix compilation with GCC 4.4.7.Jan Kratochvil2017-02-272-3/+11
* Remove struct keyword from range-based for loopSimon Marchi2017-02-272-1/+6
* Use range-based for loop in remote_add_target_side_conditionSimon Marchi2017-02-272-4/+7
* Fix array out of bound accessYao Qi2017-02-272-2/+8