aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-04GAS: Do not create an entry for the default directory if the directory table ...Nick Clifton4-11/+35
2020-05-04gas: PR 25863: Fix scalar vmul inside it block when assembling for MVEAndre Simoes Dias Vieira4-9/+26
2020-05-04Fix an illegal memory access in the assembler when generating a DWARF5 file/d...Nick Clifton5-1/+24
2020-05-04[gdb/testsuite] Fix gdb.base/async.exp with gcc-8Tom de Vries2-6/+53
2020-05-04readelf: nds32 specific decodingAlan Modra2-6/+15
2020-05-04Automatic date update in version.inGDB Administrator1-1/+1
2020-05-03Update more calls to add_prefix_cmdTom Tromey13-173/+86
2020-05-03Automatic date update in version.inGDB Administrator1-1/+1
2020-05-02gold: Compile common tests with -fcommonH.J. Lu3-4/+57
2020-05-02Fix typo in comment of DYN_PROP_ASSOCIATEDHannes Domani2-1/+5
2020-05-02gdb: Fix formatting error in ChangeLogAndrew Burgess1-0/+2
2020-05-02[gdb/testsuite] Fix i386-mpx.exp compilation warningsTom de Vries7-0/+41
2020-05-02[gdb/testsuite] Update psym-external-decl.exp for gcc-10/clangTom de Vries3-1/+10
2020-05-02Automatic date update in version.inGDB Administrator1-1/+1
2020-05-01gold: x86-64: Fix TLSDESC relaxation for x32H.J. Lu4-23/+82
2020-05-01gold: x86-64: Fix TLSDESC -> LE relaxationH.J. Lu6-3/+103
2020-05-01gold: Make Ordering::operator() even more complexH.J. Lu2-1/+6
2020-05-01gold: Update ver_test_pr16504.shH.J. Lu2-2/+6
2020-05-01gold: Increment plt_offset after setting TLSDESC PLT entryH.J. Lu2-0/+9
2020-05-01gold: Handle local IFUNC symbol for APLTH.J. Lu2-2/+19
2020-05-01[gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILsTom de Vries2-4/+15
2020-05-01Remove gdb-gdb.gdb breakpoint on disappeared function info_command.Philippe Waroquiers2-6/+4
2020-05-01Fix size recalculation of fortran arraysHannes Domani1-62/+70
2020-05-01[gdb/testsuite] Fix Wunused-result warning in until-reverse.cTom de Vries2-1/+6
2020-05-01PR25900, RISC-V: null pointer dereferenceAlan Modra2-5/+13
2020-05-01objdump: long run time when using -D -zAlan Modra2-32/+42
2020-05-01PR25882, .gnu.attributes are not checked for shared librariesAlan Modra4-4/+20
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra11-0/+51
2020-05-01ppc32 merging of e_flags from dynamic objectsAlan Modra2-0/+9
2020-05-01Regen ld BLD-POTFILES.inAlan Modra2-0/+5
2020-05-01Automatic date update in version.inGDB Administrator1-1/+1
2020-04-30Add support for NetBSD thread events (create, exit)Kamil Rytarowski3-3/+90
2020-04-30Revert "2020-04-29 Sterling Augustine <saugustine@google.com>"Tom de Vries2-5/+0
2020-04-30Remove duplicated creation of "frame" command and "f" alias.Philippe Waroquiers2-9/+4
2020-04-30Implement debugging of WOW64 processes in gdbserverHannes Domani6-62/+404
2020-04-30Calculate size of array of stubbed typeHannes Domani7-0/+126
2020-04-30Adjust array pretty printer tests to the new formatHannes Domani2-3/+8
2020-04-30AArch64: add GAS support for UDF instructionAlex Coplan25-2489/+2612
2020-04-30Add generic tests for linker support of the -shared or -pie options to tests ...Nick Clifton80-77/+181
2020-04-30Use thiscall calling convention for class membersHannes Domani4-7/+83
2020-04-30ld: Add rx-linux emulation. gas: Change ELF flags initial value in rx-linuxYoshinori Sato8-1/+83
2020-04-29xtensa: fix XTENSA_NDIFF handling for PR ld/25861Max Filippov8-11/+83
2020-04-29xtensa: gas: support optional immediate simcall parameterMax Filippov2-0/+29
2020-04-29gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.shSimon Marchi2-0/+6
2020-04-29gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.shSimon Marchi2-7/+12
2020-04-29gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.shSimon Marchi2-19/+6
2020-04-29gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) in gdbar...Simon Marchi2-7/+12
2020-04-29gdb: fix shellcheck warnings SC2006 (use $() instead of ``) in gdbarch.shSimon Marchi2-3/+7
2020-04-29gdb: fix shellcheck warnings SC2086 (missing double quotes) in gdbarch.shSimon Marchi2-8/+12
2020-04-29gdb: fix shellcheck warnings SC2059 (variables in printf format string) in gd...Simon Marchi2-61/+66