summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/users/hjl/linux/master' into users/hjl/l...users/hjl/linux/release/2.29.51.0.1users/hjl/linux/appliedH.J. Lu2018-01-199887-248040/+483392
|\
| * Revert "Add "-z textonly" option to ELF linker"H.J. Lu2018-01-127-1605/+0
| * Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu2018-01-12264-3305/+5343
| |\
| | * Optimize the performance of the group_setup function.Jens Widell2018-01-123-3/+18
| | * Fix compile time warning building aout targeted architectures.Gunther Nikl2018-01-122-3/+10
| | * pr22374 function pointer initializationAlan Modra2018-01-122-0/+20
| | * Fix override of common symbols for a.outAlan Modra2018-01-122-1/+7
| | * Fixes for "Ignore dynamic references on forced local symbols"Alan Modra2018-01-125-37/+57
| | * _bfd_mips_elf_final_link: Notify user about wrong .reginfo sizeVlad Ivanov2018-01-122-1/+14
| | * Add -z undefs option to the ELF linker.Nick Clifton2018-01-124-2/+26
| | * ld: Replace "-z textonly" with "-z separate-code"H.J. Lu2018-01-115-4/+12
| | * x86-64: Add tests for -z separate-code -z max-page-size=0x1000H.J. Lu2018-01-116-0/+113
| | * ld: Add tests for -z separate-code and -z noseparate-codeH.J. Lu2018-01-1114-1/+196
| | * ld: Create a new LOAD segment for separate code segmentH.J. Lu2018-01-112-7/+34
| | * ld: Add "-z separate-code" option to ELF linkerH.J. Lu2018-01-119-20/+218
| | * gdb_compile_shlib: Only consider shlib= options when building executablesSimon Marchi2018-01-112-2/+8
| | * Automatic date update in version.inGDB Administrator2018-01-121-1/+1
| | * Ignore dynamic references on forced local symbolsH.J. Lu2018-01-118-1/+81
| | * gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)Pedro Alves2018-01-112-3/+37
| | * ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sectionsH.J. Lu2018-01-116-7/+64
| | * ld: Remove unused expression stateAndrew Burgess2018-01-113-6/+12
| | * ld: Fix issue where PROVIDE overrides defined symbolAndrew Burgess2018-01-119-42/+121
| | * ld: Find and run some tests using a wildcard patternAndrew Burgess2018-01-117-8/+21
| | * ld: In map file use '=' in PROVIDE statementsAndrew Burgess2018-01-114-8/+15
| | * Fix the order of SHLIB_RODATA_ADDR in elf.scH.J. Lu2018-01-112-1/+6
| | * Fix gdb.texinfo for old makeinfoSzabolcs Nagy2018-01-112-1/+5
| | * Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves2018-01-115-1/+115
| | * Remove VL variants for 4FMAPS and 4VNNIW insns.Igor Tsimbalist2018-01-1123-1202/+41
| | * Automatic date update in version.inGDB Administrator2018-01-111-1/+1
| | * gas tc-arm.c warning fixAlan Modra2018-01-112-1/+6
| | * language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-109-15/+22
| | * Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves2018-01-109-21/+131
| | * Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves2018-01-105-18/+35
| | * Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves2018-01-104-4/+32
| | * oops - updates to ChangeLog omitted by accident from previous delta.Nick Clifton2018-01-101-0/+1
| | * Update top level configure files by synchronizing them with gcc.Nick Clifton2018-01-1020-338/+686
| | * Update the libiberty sources with the latest patches found in the master sour...Nick Clifton2018-01-1094-197/+326
| | * x86: fix Disp8 handling for scalar AVX512_4FMAPS insnsJan Beulich2018-01-1016-385/+411
| | * x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variantsJan Beulich2018-01-1010-96/+152
| | * RISC-V: Disassemble x0 based addresses as 0.Jim Wilson2018-01-095-1/+27
| | * Automatic date update in version.inGDB Administrator2018-01-101-1/+1
| | * Document support for 'info proc' on FreeBSD.John Baldwin2018-01-094-32/+60
| | * Support 'info proc' for native FreeBSD processes.John Baldwin2018-01-095-26/+421
| | * Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin2018-01-092-9/+6
| | * Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin2018-01-092-1/+9
| | * Support 'info proc' for FreeBSD process core dumps.John Baldwin2018-01-093-0/+675
| | * Add explicit shared check to eh-frame-hdr test.Jim Wilson2018-01-093-4/+26
| | * [Arm] Add CSDB instructionJames Greenhalgh2018-01-098-0/+55
| | * Add support for the AArch64's CSDB instruction.James Greenhalgh2018-01-097-1013/+1028
| | * Fix breakpoint add on inlined function using function name.Xavier Roirand2018-01-097-8/+188