aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-04ubsan: crx: left shift cannot be represented in type 'int'Alan Modra2-1/+5
2020-01-04ubsan: d30v: left shift cannot be represented in type 'int'Alan Modra2-12/+10
2020-01-04coff: free malloc'd memory on successful target match tooAlan Modra2-0/+8
2020-01-04Automatic date update in version.inGDB Administrator1-1/+1
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers6-9/+35
2020-01-03solib_target_free_so memory leakHannes Domani2-5/+11
2020-01-03windows_clear_solib memory leakHannes Domani2-1/+12
2020-01-03Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov7-9/+22
2020-01-03Fix potential illegal memory access when parsing a corrupt PEF format file.Nick Clifton2-1/+8
2020-01-03Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton5-5/+42
2020-01-03Updated Swedish translation for the GAS subdirectory.Nick Clifton2-408/+185
2020-01-03For PE format files, the base relocation table is necessary if the image is l...Hannes Domani8-24/+52
2020-01-03Fix ld/PR25316 for the ia64 target by refusing to support binary merging.Sergei Trofimovich2-4/+13
2020-01-03Arm64: correct address index operands for LD1RO{H,W,D}Jan Beulich5-31/+41
2020-01-03Arm64: correct {su,us}dot SIMD encodingsJan Beulich5-15/+42
2020-01-03Arm64: correct uzp{1,2} mnemonicsJan Beulich6-12/+23
2020-01-03Arm64: correct 64-bit element fmmla encodingJan Beulich6-49/+60
2020-01-03Mach-O: misc build adjustmentsJan Beulich3-20/+26
2020-01-03Add myself to gdb/MAINTAINERSBernd Edlinger2-0/+5
2020-01-02Remove stale references to Cell BELuis Machado3-9/+11
2020-01-03Automatic date update in version.inGDB Administrator1-1/+1
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov132-11328/+24328
2020-01-02AArch64: Set the correct ELF class for AArch64 stubs (PR/25210)Tamar Christina6-1/+75
2020-01-02[ARM][gas] fix build breakage with gcc-10 by using correct enum typeSzabolcs Nagy2-1/+6
2020-01-02Enable building the s12z target on Solaris hosts where REG_Y is defined in sy...Nick Clifton2-10/+18
2020-01-02Automatic date update in version.inGDB Administrator1-1/+1
2020-01-01Fix install-strip for cross-compilationHannes Domani4-4/+12
2020-01-01Add myself to gdb/MAINTAINERSHannes Domani2-0/+5
2020-01-01Re: Update year range in copyright notice of binutils filesAlan Modra10-0/+40
2020-01-01Update year range in copyright notice of binutils filesAlan Modra2586-2668/+2668
2020-01-01ChangeLog rotationAlan Modra18-16070/+16196
2020-01-01Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker5-5/+13
2020-01-01Update copyright year range in all GDB files.Joel Brobecker5957-5956/+5960
2020-01-01gdb/copyright.py: Convert to Python 3Joel Brobecker2-16/+24
2020-01-01gdb/copyright.py: Adapt after move of gnulib from gdb to toplevelJoel Brobecker2-7/+13
2020-01-01gdb/copyright.py: Exit if run from the wrong directoryJoel Brobecker2-0/+7
2020-01-01update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker5-3/+12
2020-01-01Rotate gdb/ChangeLog (start of New Year procedure)Joel Brobecker3-17386/+17400
2020-01-01Automatic date update in version.inGDB Administrator1-1/+1
2019-12-31asan: alpha-vms: Heap-buffer-overflowAlan Modra2-51/+53
2019-12-31Automatic date update in version.inGDB Administrator1-1/+1
2019-12-30Make some TUI globals "static"Tom Tromey2-10/+20
2019-12-30Use "bool" in more spots in TUITom Tromey7-23/+33
2019-12-30vms-alpha.c object_p memory leaksAlan Modra2-12/+28
2019-12-30coff object_p memory leaksAlan Modra2-0/+7
2019-12-30archive.c bfd_zallocAlan Modra2-25/+32
2019-12-30Automatic date update in version.inGDB Administrator1-1/+1
2019-12-30Re: Revise sleb128 and uleb128 readerAlan Modra2-21/+28
2019-12-30Re: Usage of unitialized heap in tic4x_print_condAlan Modra2-1/+6
2019-12-29Fix setting breakpoints or stepping on line 65535Bernd Edlinger5-6/+57