summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsusers/hjl/gotH.J. Lu2015-10-212-2/+22
* Gold: Don't fail on R_386_GOT32X relocationH.J. Lu2015-10-212-0/+7
* Add "-z call-nop=PADDING" option to ldH.J. Lu2015-10-2147-5/+640
* Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu2015-10-2129-50/+649
* Add R_386_GOT32X support to gas and ldH.J. Lu2015-10-2147-69/+929
* Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi2015-10-215-8/+75
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-2126-26/+1452
* Adjust timeout in gdb.base/freebpcmd.exp.Sandra Loosemore2015-10-212-17/+19
* Fix tests for PR 18500 so that they will pass for big-endian ARM toolchains.Nick Clifton2015-10-214-34/+42
* Support software breakpoints for ARM linux in GDBServer.Antoine Tremblay2015-10-212-0/+6
* Refactor the breakpoint definitions in linux-arm-low.c.Antoine Tremblay2015-10-212-12/+21
* Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay2015-10-2110-35/+158
* Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay2015-10-215-93/+121
* Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay2015-10-2121-62/+356
* Fix typo in spelling of author's name.Ronald Hoogenboom2015-10-212-2/+2
* Remove checking vCont;s in exec_cmd_expect_vCont_countYao Qi2015-10-214-14/+20
* [nto] Improve ABI sniffing.Aleksandar Ristovski2015-10-212-3/+52
* [nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski2015-10-214-1/+96
* Add ability for objcopy to insert new symbols into a binary.Ronald Hoogenbllon2015-10-217-100/+356
* Extend description of the --enable-compressed-debug-sections configure option...Nick Clifton2015-10-216-6/+8
* Reset x86 Linux targets to not compressing debug sections by default. Enable...Nick Clifton2015-10-2114-20/+124
* Fix --host cris-*-linux build of GDBServer.Antoine Tremblay2015-10-212-1/+5
* Automatic date update in version.inGDB Administrator2015-10-211-1/+1
* Fix internal error on DW_OP_bregx(-1)Jan Kratochvil2015-10-205-0/+92
* Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu2015-10-203-4/+12
* [nto] Implement procfs_pid_to_exec_file.Aleksandar Ristovski2015-10-202-0/+33
* [nto] Implement TARGET_OBJECT_AUXV.Aleksandar Ristovski2015-10-204-0/+127
* [nto] Fixes for nto procfs.Aleksandar Ristovski2015-10-202-25/+50
* Add --enable-compressed-debug-sections={all,gas,gold,ld}H.J. Lu2015-10-207-36/+68
* Correct printed value of Main in mmo.c consistency error message.Hans-Peter Nilsson2015-10-202-6/+12
* gdb: Improve syscall entry/return tracking on LinuxJosh Stone2015-10-195-23/+171
* Automatic date update in version.inGDB Administrator2015-10-201-1/+1
* Make GDB wait for events after handling target File-I/OLuis Machado2015-10-192-14/+14
* Add test to ensure that ternary linker script operators copy symbol flags.Simon Dardis2015-10-194-0/+30
* Add a gas configure option to select the default behaviour for the generation...Nick Clifton2015-10-198-10/+79
* Fixup comments oops in last commit.Andrew Stubbs2015-10-191-4/+4
* Robustify inherit.exp and virtbase.exp.Andrew Stubbs2015-10-193-3/+34
* Automatic date update in version.inGDB Administrator2015-10-191-1/+1
* targets.c (bfd_flavour_name): "MMO" is spelled "mmo".Doug Evans2015-10-182-1/+5
* Fix PR binutils/19147 -- off by one when printing NT_FILE note.Paul Pluzhnikov2015-10-182-1/+6
* Automatic date update in version.inGDB Administrator2015-10-181-1/+1
* Correct powerpc64le __glink_PLTresolve .eh_frame FDEAlan Modra2015-10-172-1/+6
* Automatic date update in version.inGDB Administrator2015-10-171-1/+1
* [nto] Fix nto build.Aleksandar Ristovski2015-10-164-16/+29
* gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski2015-10-161-0/+7
* gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski2015-10-161-0/+24
* Don't ignore "-m emulation" command line optionH.J. Lu2015-10-163-1/+18
* MAINTAINERS: Fix my inconsistent email addressYao Qi2015-10-162-3/+7
* Check if symbol is defined when converting mov to leaH.J. Lu2015-10-163-2/+12
* Convert mov to lea for loading address of local common symbolH.J. Lu2015-10-1615-4/+38