aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Fix resolution of R_ARM_THM_ALU_PREL_11_0 relocation against Thumb symbols.Andrew Goedhart2-0/+11
2017-05-09ld.texinfo, use "affects" instead of "effects"Alan Modra2-1/+5
2017-05-09Automatic date update in version.inGDB Administrator1-1/+1
2017-05-08Add missing initializer to silence GCC 4.2H.J. Lu3-2/+8
2017-05-08x86-64: Improve PLT generation and synthetic PLT symbolsH.J. Lu32-612/+1901
2017-05-08S/390: Fix ifunc missing runtime relocAndreas Krebbel3-7/+6
2017-05-08i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu13-398/+1143
2017-05-08Make import libraries relocatable objectsThomas Preud'homme6-2/+31
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-tdep.cAlan Hayward2-3/+11
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.cAlan Hayward2-14/+10
2017-05-08Remove some uses of MAX_REGISTER_SIZE uses from mn10300-linux-tdep.cAlan Hayward2-12/+10
2017-05-08Automatic date update in version.inGDB Administrator1-1/+1
2017-05-07Automatic date update in version.inGDB Administrator1-1/+1
2017-05-06Rearrange gdb/configure.nat to make it simpler and less redundantSergio Durigan Junior2-528/+415
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior63-491/+733
2017-05-06Automatic date update in version.inGDB Administrator1-1/+1
2017-05-05btrace: Fix memory leak in btrace_clear.Tim Wiederhake2-0/+5
2017-05-05gdb: Disable -Werror for -Wmaybe-uninitializedPedro Alves5-3/+12
2017-05-05Automatic date update in version.inGDB Administrator1-1/+1
2017-05-04Fix gdb.python/py-record-btrace-threads.exp with Python 3Pedro Alves2-2/+7
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves21-415/+453
2017-05-04make_cleanup_restore_current_thread: Look up thread earlierPedro Alves2-5/+12
2017-05-04Fix get_core_register_section leak, introduce thread_section_namePedro Alves2-23/+58
2017-05-04RISC-V: Fix disassemble for c.li, c.andi and c.addiwKito Cheng2-0/+5
2017-05-04Remove some superfluous code in corelow.cAndreas Arnez2-4/+7
2017-05-04Fix PR21404 - assertion fail when calculating symbol sizeSenthil Kumar Selvaraj19-31/+286
2017-05-04Automatic date update in version.inGDB Administrator1-1/+1
2017-05-03MIPS16/GAS: Relax 32-bit non-PIC PC-relative synthetic instructionsMaciej W. Rozycki116-109/+2516
2017-05-03Make sure malloc is linked into gdb.cp/oranking.cc.Keith Seitz2-0/+22
2017-05-03Adjust testsuite/ld-elf/pr21384.dH.J. Lu2-0/+6
2017-05-03Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward4-5/+30
2017-05-03gdbarch.sh: Remove commented out TARGET_CHAR_BIT definitionSimon Marchi3-9/+7
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior4-2/+10
2017-05-03Prevent a seg-fault in the assembler when provided with a bogus input source ...Nick Clifton2-3/+23
2017-05-03Automatic date update in version.inGDB Administrator1-1/+1
2017-05-03MIPS16/GAS: Fix absolute references with PC-relative synthetic instructionsMaciej W. Rozycki29-1/+283
2017-05-02x86: Add -Wl,--no-as-needed to some TLS testsH.J. Lu3-3/+10
2017-05-02RISC-V: Change CALL macro to use ra as the temporary address registerMichael Clark2-1/+6
2017-05-02RISC-V: Allow 32-bit BFD to handle 64-bit objectsPalmer Dabbelt2-2/+5
2017-05-02Add a test for PR ld/21384H.J. Lu5-0/+47
2017-05-02Cast relcount to unsigned long when comparing with sec->reloc_countH.J. Lu2-1/+6
2017-05-02solib-target: Remove local variablesSimon Marchi2-13/+14
2017-05-02Remove definition of VEC (CORE_ADDR)Simon Marchi2-2/+4
2017-05-02Use std::vector in lm_info_targetSimon Marchi2-29/+26
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi29-222/+223
2017-05-02Change field separator in gdbarch.shSimon Marchi3-194/+199
2017-05-02Don't merge notes when the relocs associated with them cannot be reliably del...Nick Clifton2-0/+12
2017-05-03PR 21384, --dynamic-list regression with f02cb058Alan Modra2-3/+17
2017-05-02MIPS16/opcodes: Keep the LSB of PC-relative offsets in disassemblyMaciej W. Rozycki4-13/+24
2017-05-02Prevent memory exhaustion from a corrupt PE binary with an overlarge number o...Nick Clifton2-0/+14