aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsusers/hjl/gotH.J. Lu2-2/+22
2015-10-21Gold: Don't fail on R_386_GOT32X relocationH.J. Lu2-0/+7
2015-10-21Add "-z call-nop=PADDING" option to ldH.J. Lu47-5/+640
2015-10-21Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu29-50/+649
2015-10-21Add R_386_GOT32X support to gas and ldH.J. Lu47-69/+929
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi5-8/+75
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell26-26/+1452
2015-10-21Adjust timeout in gdb.base/freebpcmd.exp.Sandra Loosemore2-17/+19
2015-10-21Fix tests for PR 18500 so that they will pass for big-endian ARM toolchains.Nick Clifton4-34/+42
2015-10-21Support software breakpoints for ARM linux in GDBServer.Antoine Tremblay2-0/+6
2015-10-21Refactor the breakpoint definitions in linux-arm-low.c.Antoine Tremblay2-12/+21
2015-10-21Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay10-35/+158
2015-10-21Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay5-93/+121
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay21-62/+356
2015-10-21Fix typo in spelling of author's name.Ronald Hoogenboom2-2/+2
2015-10-21Remove checking vCont;s in exec_cmd_expect_vCont_countYao Qi4-14/+20
2015-10-21[nto] Improve ABI sniffing.Aleksandar Ristovski2-3/+52
2015-10-21[nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski4-1/+96
2015-10-21Add ability for objcopy to insert new symbols into a binary.Ronald Hoogenbllon7-100/+356
2015-10-21Extend description of the --enable-compressed-debug-sections configure option...Nick Clifton6-6/+8
2015-10-21Reset x86 Linux targets to not compressing debug sections by default. Enable...Nick Clifton14-20/+124
2015-10-21Fix --host cris-*-linux build of GDBServer.Antoine Tremblay2-1/+5
2015-10-21Automatic date update in version.inGDB Administrator1-1/+1
2015-10-20Fix internal error on DW_OP_bregx(-1)Jan Kratochvil5-0/+92
2015-10-20Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu3-4/+12
2015-10-20[nto] Implement procfs_pid_to_exec_file.Aleksandar Ristovski2-0/+33
2015-10-20[nto] Implement TARGET_OBJECT_AUXV.Aleksandar Ristovski4-0/+127
2015-10-20[nto] Fixes for nto procfs.Aleksandar Ristovski2-25/+50
2015-10-20Add --enable-compressed-debug-sections={all,gas,gold,ld}H.J. Lu7-36/+68
2015-10-20Correct printed value of Main in mmo.c consistency error message.Hans-Peter Nilsson2-6/+12
2015-10-19gdb: Improve syscall entry/return tracking on LinuxJosh Stone5-23/+171
2015-10-20Automatic date update in version.inGDB Administrator1-1/+1
2015-10-19Make GDB wait for events after handling target File-I/OLuis Machado2-14/+14
2015-10-19Add test to ensure that ternary linker script operators copy symbol flags.Simon Dardis4-0/+30
2015-10-19Add a gas configure option to select the default behaviour for the generation...Nick Clifton8-10/+79
2015-10-19Fixup comments oops in last commit.Andrew Stubbs1-4/+4
2015-10-19Robustify inherit.exp and virtbase.exp.Andrew Stubbs3-3/+34
2015-10-19Automatic date update in version.inGDB Administrator1-1/+1
2015-10-18targets.c (bfd_flavour_name): "MMO" is spelled "mmo".Doug Evans2-1/+5
2015-10-18Fix PR binutils/19147 -- off by one when printing NT_FILE note.Paul Pluzhnikov2-1/+6
2015-10-18Automatic date update in version.inGDB Administrator1-1/+1
2015-10-17Correct powerpc64le __glink_PLTresolve .eh_frame FDEAlan Modra2-1/+6
2015-10-17Automatic date update in version.inGDB Administrator1-1/+1
2015-10-16[nto] Fix nto build.Aleksandar Ristovski4-16/+29
2015-10-16gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski1-0/+7
2015-10-16gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski1-0/+24
2015-10-16Don't ignore "-m emulation" command line optionH.J. Lu3-1/+18
2015-10-16MAINTAINERS: Fix my inconsistent email addressYao Qi2-3/+7
2015-10-16Check if symbol is defined when converting mov to leaH.J. Lu3-2/+12
2015-10-16Convert mov to lea for loading address of local common symbolH.J. Lu15-4/+38