aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Merge 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. Lu9887-248040/+483392
2018-01-12Revert "Add "-z textonly" option to ELF linker"H.J. Lu7-1605/+0
2018-01-12Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu264-3305/+5343
2018-01-12Optimize the performance of the group_setup function.Jens Widell3-3/+18
2018-01-12Fix compile time warning building aout targeted architectures.Gunther Nikl2-3/+10
2018-01-12pr22374 function pointer initializationAlan Modra2-0/+20
2018-01-12Fix override of common symbols for a.outAlan Modra2-1/+7
2018-01-12Fixes for "Ignore dynamic references on forced local symbols"Alan Modra5-37/+57
2018-01-12_bfd_mips_elf_final_link: Notify user about wrong .reginfo sizeVlad Ivanov2-1/+14
2018-01-12Add -z undefs option to the ELF linker.Nick Clifton4-2/+26
2018-01-11ld: Replace "-z textonly" with "-z separate-code"H.J. Lu5-4/+12
2018-01-11x86-64: Add tests for -z separate-code -z max-page-size=0x1000H.J. Lu6-0/+113
2018-01-11ld: Add tests for -z separate-code and -z noseparate-codeH.J. Lu14-1/+196
2018-01-11ld: Create a new LOAD segment for separate code segmentH.J. Lu2-7/+34
2018-01-11ld: Add "-z separate-code" option to ELF linkerH.J. Lu9-20/+218
2018-01-11gdb_compile_shlib: Only consider shlib= options when building executablesSimon Marchi2-2/+8
2018-01-12Automatic date update in version.inGDB Administrator1-1/+1
2018-01-11Ignore dynamic references on forced local symbolsH.J. Lu8-1/+81
2018-01-11gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)Pedro Alves2-3/+37
2018-01-11ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sectionsH.J. Lu6-7/+64
2018-01-11ld: Remove unused expression stateAndrew Burgess3-6/+12
2018-01-11ld: Fix issue where PROVIDE overrides defined symbolAndrew Burgess9-42/+121
2018-01-11ld: Find and run some tests using a wildcard patternAndrew Burgess7-8/+21
2018-01-11ld: In map file use '=' in PROVIDE statementsAndrew Burgess4-8/+15
2018-01-11Fix the order of SHLIB_RODATA_ADDR in elf.scH.J. Lu2-1/+6
2018-01-11Fix gdb.texinfo for old makeinfoSzabolcs Nagy2-1/+5
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves5-1/+115
2018-01-11Remove VL variants for 4FMAPS and 4VNNIW insns.Igor Tsimbalist23-1202/+41
2018-01-11Automatic date update in version.inGDB Administrator1-1/+1
2018-01-11gas tc-arm.c warning fixAlan Modra2-1/+6
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves9-15/+22
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves9-21/+131
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves5-18/+35
2018-01-10Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves4-4/+32
2018-01-10oops - updates to ChangeLog omitted by accident from previous delta.Nick Clifton1-0/+1
2018-01-10Update top level configure files by synchronizing them with gcc.Nick Clifton20-338/+686
2018-01-10Update the libiberty sources with the latest patches found in the master sour...Nick Clifton94-197/+326
2018-01-10x86: fix Disp8 handling for scalar AVX512_4FMAPS insnsJan Beulich16-385/+411
2018-01-10x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variantsJan Beulich10-96/+152
2018-01-09RISC-V: Disassemble x0 based addresses as 0.Jim Wilson5-1/+27
2018-01-10Automatic date update in version.inGDB Administrator1-1/+1
2018-01-09Document support for 'info proc' on FreeBSD.John Baldwin4-32/+60
2018-01-09Support 'info proc' for native FreeBSD processes.John Baldwin5-26/+421
2018-01-09Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin2-9/+6
2018-01-09Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin2-1/+9
2018-01-09Support 'info proc' for FreeBSD process core dumps.John Baldwin3-0/+675
2018-01-09Add explicit shared check to eh-frame-hdr test.Jim Wilson3-4/+26
2018-01-09[Arm] Add CSDB instructionJames Greenhalgh8-0/+55
2018-01-09Add support for the AArch64's CSDB instruction.James Greenhalgh7-1013/+1028
2018-01-09Fix breakpoint add on inlined function using function name.Xavier Roirand7-8/+188