aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-04sim: add support for build-time ar & ranlibMike Frysinger68-66/+476
2021-05-04sim: clean up bfd_vma printingMike Frysinger18-42/+79
2021-05-04[gdb/guile] Don't allow libguile to change libgmp mem fnsTom de Vries2-0/+22
2021-05-04Automatic date update in version.inGDB Administrator1-1/+1
2021-05-03RISC-V: PR27764, Add tests for A extensionJim Wilson1-0/+8
2021-05-03RISC-V: PR27764, Add tests for A extensionChristoph Muellner4-0/+550
2021-05-03Fix x86_64 mingw buildTom Tromey2-1/+7
2021-05-03sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessarySimon Marchi17-21/+50
2021-05-03x86: allow @secrel32 also in data definitionsJan Beulich4-7/+22
2021-05-03x86: use UNIX EOL in secrel testcaseJan Beulich3-125/+130
2021-05-03x86: fold both instances of lex_got()Jan Beulich2-106/+14
2021-05-03x86: don't request useless overflow checkingJan Beulich3-40/+47
2021-05-03gdb/testsuite: update expected results in gdb.python/py-startup-opt.expAndrew Burgess2-1/+36
2021-05-03PPC: undefweak dynamic relocsAlan Modra3-2/+18
2021-05-03PPC: ensure_undef_dynamic on weak undef only in pltAlan Modra3-2/+16
2021-05-03PR27755, powerpc-ld infinite loopAlan Modra2-1/+6
2021-05-03csky: fix annobin test failsAlan Modra2-0/+42
2021-05-03testsuite: Don't start directives in first columnAlan Modra3-14/+20
2021-05-03Re: section symbols without a nameAlan Modra2-1/+6
2021-05-03Automatic date update in version.inGDB Administrator1-1/+1
2021-05-02sim: add default cases to two switches in sim-options.cSimon Marchi2-0/+7
2021-05-02sim: replace custom attributes with ansidecl.hMike Frysinger20-63/+79
2021-05-01sim: bfin: move option inits to respective modulesMike Frysinger4-13/+30
2021-05-01sim: options: fix --help outputMike Frysinger2-0/+5
2021-05-01sim: dv-sockser: localize init callbackMike Frysinger4-12/+12
2021-05-01sim: mips: mark local func staticMike Frysinger2-1/+5
2021-05-01sim: add framework for declaring init callbacks locallyMike Frysinger4-16/+74
2021-05-02Automatic date update in version.inGDB Administrator1-1/+1
2021-05-01sim: nrun: add local strsignal prototypeMike Frysinger97-62/+386
2021-05-01sim: rx: cast bfd_vma when printingMike Frysinger2-1/+5
2021-05-01sim: riscv: fix building on 32-bit hosts w/out int128Mike Frysinger2-1/+5
2021-05-01sim: aarch64: use PRIx64 for formatting 64-bit typesMike Frysinger2-5/+12
2021-05-01sim: aarch64: fix 64-bit immediate shiftsMike Frysinger2-2/+6
2021-05-01sim: arm: move build logic to source filesMike Frysinger3-9/+25
2021-05-01sim: callback: inline wrap helperMike Frysinger2-25/+66
2021-05-01opcodes: xtensa: support branch visualizationMax Filippov2-0/+15
2021-05-01Automatic date update in version.inGDB Administrator1-1/+1
2021-04-30Do not separately read type unitsTom Tromey2-133/+69
2021-04-30Remove dwarf2_per_bfd::all_type_unitsTom Tromey4-123/+87
2021-04-30Allocate dwarf2_per_cu_data with 'new'Tom Tromey4-208/+265
2021-04-30Make get_image_name staticTom Tromey3-8/+12
2021-04-30Share DLL code between gdb and gdbserverTom Tromey6-331/+209
2021-04-30Use nat/windows-nat function indirection codeTom Tromey5-143/+72
2021-04-30Move function indirection code to nat/windows-natTom Tromey4-201/+279
2021-04-30Use template functions in windows-nat.cTom Tromey2-48/+24
2021-04-30Use rvalue reference in thread_pool::post_taskTom Tromey3-3/+9
2021-04-30Fix crash with GNAT minimal encodingsTom Tromey6-2/+28
2021-04-30Fix illegal memory access parsing a corrupt MACH-O format file.Nick Clifton2-1/+8
2021-04-30Fix an illegal memory access when parsing a corrupt core note.Nick Clifton2-1/+12
2021-04-30Fix a double free when re-allocating a buffer to size 0.Nick Clifton2-1/+7