aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-23Also recognize __sighndlr on Solaris/x86Rainer Orth3-2/+10
2018-09-23Remove a spurious target_terminal::ours() from windows_nat_target::wait()Jon Turney2-2/+5
2018-09-23Fix build error in aarch64-linux-tdep.c on macOSSimon Marchi2-1/+6
2018-09-23Automatic date update in version.inGDB Administrator1-1/+1
2018-09-22Automatic date update in version.inGDB Administrator1-1/+1
2018-09-22Revert part of commit 32ec8896025Alan Modra2-6/+5
2018-09-21csky-opc.h: Initialize fields of last array elementsSimon Marchi7-68/+14
2018-09-21elf32-nds32: Don't define fls if it is provided by the systemSimon Marchi5-2/+14
2018-09-21Remove redundant test in update_inserted_breakpoint_locationsYacov Simhony2-1/+6
2018-09-21Correct ChangeLog entry for commit b8426d169d3f8aH.J. Lu1-1/+1
2018-09-21gas: Make bfin-parse.c/rl78-parse.c/rx-parse.c depend on bfd/reloc.cH.J. Lu3-6/+14
2018-09-21ELF: Don't include zero size sections at start of PT_NOTE segmentH.J. Lu2-4/+12
2018-09-21Fix more fallout from 17f6ade235fcAlan Modra4-60/+42
2018-09-21Automatic date update in version.inGDB Administrator1-1/+1
2018-09-20ld: Add the entry symbol, _main, for LynxOS targetsH.J. Lu17-0/+55
2018-09-20RISC-V: Fix library search path for rv32.Jim Wilson4-3/+9
2018-09-20More Solaris procfs cleanupRainer Orth5-149/+166
2018-09-20gas: Update expected outputs of "readelf -wL"H.J. Lu12-70/+86
2018-09-20binutils --dwarf=decodedline: Add display of is_stmt flagJohn Darrington3-11/+16
2018-09-20Add '_' in the match pattern.Hafiz Abid Qadeer2-1/+5
2018-09-20S12Z/GAS: Correct a signed vs unsigned comparison error with GCC 4.1Maciej W. Rozycki2-11/+18
2018-09-20PPC/GAS: Correct a signed vs unsigned comparison error with GCC 4.1Maciej W. Rozycki2-1/+6
2018-09-20ARC: Fix build errors with large constants and C89Maciej W. Rozycki4-28/+37
2018-09-20RS6000/BFD: Remove dead duplicate `config.bfd' target matchersMaciej W. Rozycki2-2/+7
2018-09-20Andes Technology has good news for you, we plan to update the nds32 port of b...Nick Clifton58-5491/+9171
2018-09-20PR23685, buffer overflowAlan Modra2-5/+12
2018-09-20Provide pid_to_exec_file on Solaris (PR tdep/17903)Rainer Orth2-0/+37
2018-09-20Handle missing Solaris auxv entriesRainer Orth4-4/+36
2018-09-20Missed last ChangeLog entry.Rainer Orth1-0/+12
2018-09-20Fold i386-v4-nat.c into i386-sol2-nat.cRainer Orth4-170/+117
2018-09-20Bug 23686, two segment faults in nmAlan Modra3-7/+33
2018-09-19Skip GDB tab-completion tests if no readline.Sandra Loosemore7-0/+58
2018-09-20Automatic date update in version.inGDB Administrator1-1/+1
2018-09-19Darwin: Handle unrelocated dyld.Xavier Roirand2-11/+67
2018-09-19Add missing spaces after inet_ntop invocations.John Baldwin2-2/+7
2018-09-19Logical short circuiting with argument listsRichard Bunt7-8/+243
2018-09-19Handle 64-bit Solaris/x86 ld.so.1Rainer Orth2-1/+9
2018-09-19Fix /proc pathname sizes on SolarisRainer Orth2-2/+10
2018-09-19PR23648 testcaseAlan Modra4-0/+37
2018-09-19PR23648, Symbols based on MEMORY regions confuse --gc-sectionsAlan Modra3-5/+15
2018-09-19Tweak map file output for pei386_auto_importAlan Modra2-0/+9
2018-09-18Add gcc_target_options hook for nios2.Sandra Loosemore2-0/+16
2018-09-18Carry the gnulib getcwd backport as a patchSimon Marchi4-3/+103
2018-09-19Automatic date update in version.inGDB Administrator1-1/+1
2018-09-18Make the "info proc" documentation more consistent.John Baldwin4-8/+19
2018-09-18Document the 'info proc files' command.John Baldwin4-0/+42
2018-09-18Support 'info proc files' on live FreeBSD processes.John Baldwin2-1/+36
2018-09-18Add support for 'info proc files' on FreeBSD core dumps.John Baldwin3-2/+460
2018-09-18Add a new 'info proc files' subcommand of 'info proc'.John Baldwin3-0/+21
2018-09-18Import gnulib's inet_ntop module.John Baldwin24-252/+3865