aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-26Initial pr21964-3 testsusers/hjl/sizeofH.J. Lu4-0/+65
2018-01-26Update notes on making a releaseNick Clifton2-24/+46
2018-01-26PowerPC PLT stub matchingAlan Modra5-42/+83
2018-01-26Define __start/__stop symbols when there is only a dynamic defAlan Modra2-1/+6
2018-01-26PowerPC64 .branch_lt size change leads to "stubs don't match calculated size"Alan Modra2-0/+11
2018-01-26Automatic date update in version.inGDB Administrator1-1/+1
2018-01-25PR22746, crash when running 32-bit objdump on corrupted fileAlan Modra2-2/+7
2018-01-25Fix PR ld/22727 (TLS breakage in PIC/PIE mode on SPARC).Eric Botcazou15-140/+268
2018-01-25Automatic date update in version.inGDB Administrator1-1/+1
2018-01-24Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves3-2/+72
2018-01-24[LD][AARCH64]Add group relocations to create PC-relative offset.Renlin Li25-16/+192
2018-01-24[GAS][AARCH64]Add group relocations to create PC-relative offset.Renlin Li21-0/+459
2018-01-24Automatic date update in version.inGDB Administrator1-1/+1
2018-01-23MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'Maciej W. Rozycki3-2/+10
2018-01-23MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option markerMaciej W. Rozycki2-1/+5
2018-01-23MIPS/BFD: Update a stale `mips_elf32_section_processing' referenceMaciej W. Rozycki2-1/+6
2018-01-23Enable Intel PCONFIG instruction.Igor Tsimbalist17-5484/+5603
2018-01-23Enable Intel WBNOINVD instruction.Igor Tsimbalist17-5483/+5609
2018-01-23MIPS/GAS: Correct `as --help' always reporting `o32' as the default ABIMaciej W. Rozycki2-3/+13
2018-01-23MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help textMaciej W. Rozycki2-0/+8
2018-01-23s390: Clean up s390-linux-tdep.cPhilipp Rudo1-32/+44
2018-01-23s390: Move record-replay to s390-tdep.cPhilipp Rudo3-3961/+3979
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo8-3322/+3548
2018-01-23s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo2-2/+26
2018-01-23s390: Hook s390 into OSABI mechanismPhilipp Rudo2-127/+161
2018-01-23s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo2-8/+11
2018-01-23s390: Move tdesc validation to separate functionPhilipp Rudo2-177/+172
2018-01-23s390: gdbarch_tdep add field tdescPhilipp Rudo2-1/+13
2018-01-23s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo2-10/+17
2018-01-23s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo2-42/+73
2018-01-23s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo2-6/+8
2018-01-23Automatic date update in version.inGDB Administrator1-1/+1
2018-01-22GAS/doc: Correct `.set nomips16e2' directive description syntaxMaciej W. Rozycki2-2/+7
2018-01-22binutils/doc: Fix a "using" typo in `objcopy --rename-section' descriptionMaciej W. Rozycki2-1/+6
2018-01-22Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves4-5/+38
2018-01-22MAINTAINERS: Update my company e-mail addressMaciej W. Rozycki6-3/+15
2018-01-22Fix the RX assembler so that it can handle escaped double quote characters, i...Oleg Endo5-2/+30
2018-01-22Update Swedish translation for the binutils sub-directoryNick Clifton2-1640/+2082
2018-01-22regcache::cooked_write testYao Qi2-0/+129
2018-01-22regcache_cooked_read -> regcache->cooked_readYao Qi5-30/+40
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi24-138/+145
2018-01-22Remove mt portYao Qi5-1239/+10
2018-01-22Don't call gdbarch_pseudo_register_read_value in jit.cYao Qi2-11/+10
2018-01-21Ada/DWARF: Assume the Ada compiler produces descriptive type attributesJoel Brobecker2-9/+8
2018-01-21wrong line number in breakpoint locationJoel Brobecker10-12/+137
2018-01-22Automatic date update in version.inGDB Administrator1-1/+1
2018-01-21gdb: Don't store a thread-id for floating varobjAndrew Burgess5-8/+20
2018-01-21gdb: Remove out of date commentAndrew Burgess2-1/+4
2018-01-21gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess9-14/+266
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess17-94/+111