aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-18[ARM] FDPIC: Implement Thumb-only PLT for FDPIC.users/clyon/arm-fdpicChristophe Lyon8-21/+332
2018-04-18[ARM] FDPIC: New tests.Christophe Lyon11-0/+796
2018-04-18[ARM] FDPIC: Fix ld testcase not to conflict with uclibc's includes.Christophe Lyon1-4/+4
2018-04-18[ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbolChristophe Lyon1-3/+3
2018-04-18[ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_GOT32 relocation f...Christophe Lyon1-1/+3
2018-04-18[ARM] FDPIC: Add stack segmentChristophe Lyon1-0/+13
2018-04-18[ARM] Add TLS relocations for FDPIC.Christophe Lyon6-14/+109
2018-04-18[ARM] Implement PLT for FDPIC.Christophe Lyon1-9/+143
2018-04-18[ARM] Implement FDPIC relocations.Christophe Lyon2-31/+702
2018-03-27[ARM] Add FDPIC relocations definitionsChristophe Lyon7-4/+136
2018-03-20[ARM] Add FDPIC OSABI flag support.Christophe Lyon4-4/+52
2018-03-20[ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backendsChristophe Lyon10-4/+99
2018-03-14Update my email addressYao Qi2-4/+8
2018-03-14PowerPC64 debian bug 886264, out-of-line save/restore functionsAlan Modra2-15/+25
2018-03-14GC: Also check the local debug definition sectionH.J. Lu5-11/+45
2018-03-14gc.exp: Fix a typo: $LFLAGS -> $LDFLAGSH.J. Lu2-1/+5
2018-03-14Automatic date update in version.inGDB Administrator1-1/+1
2018-03-13Remove two cleanups using std::stringTom Tromey3-37/+26
2018-03-13Prevent a buffer overrun when parsing corrupt STABS debug information.Nick Clifton2-1/+10
2018-03-13Updated Russian and Brazilian Portuguese translations.Nick Clifton6-1056/+1284
2018-03-13Add range changing to STABS parsing functions, in order to prevent buffer ove...Nick Clifton2-144/+284
2018-03-13Prevent memory access violations when attempting to parse an x86_64 PE binary...Nick Clifton4-8/+66
2018-03-13Automatic date update in version.inGDB Administrator1-1/+1
2018-03-12gdb/riscv: Fix some ARI issuesAndrew Burgess2-9/+19
2018-03-12Use gdb::byte_vector when reading section dataTom Tromey3-42/+32
2018-03-12Fix ia64 GDB buildYao Qi3-2/+9
2018-03-11Use std::vector for field lists in dwarf2read.cTom Tromey2-193/+112
2018-03-11Remove cleanup from build_type_psymtabs_1Tom Tromey2-20/+15
2018-03-12Automatic date update in version.inGDB Administrator1-1/+1
2018-03-11Automatic date update in version.inGDB Administrator1-1/+1
2018-03-10Automatic date update in version.inGDB Administrator1-1/+1
2018-03-09x86: Encode EVEX instructions with VEX128 if possibleH.J. Lu4-25/+33
2018-03-09Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if...Nick Clifton9-7/+156
2018-03-09Update "gdb --configuration" with recently added featuresEli Zaretskii2-9/+41
2018-03-09x86: Strip whitespace in check_VecOperationsH.J. Lu4-2/+15
2018-03-08Use scoped_fd in more placesTom Tromey4-46/+37
2018-03-08Change enable_thread_stack_temporaries to an RAII classTom Tromey5-84/+77
2018-03-08x86: Optimize with EVEX128 encoding for AVX512VLH.J. Lu13-56/+459
2018-03-08Fix misreporting of omitted bytes for large remote packetsSimon Marchi2-10/+11
2018-03-09Automatic date update in version.inGDB Administrator1-1/+1
2018-03-08Use std::string to simplify build_id_to_debug_bfdSimon Marchi2-22/+15
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi7-70/+66
2018-03-08Add xml_escape_text_append and use itSimon Marchi6-17/+58
2018-03-08linux_qxfer_libraries_svr4: Use std::stringSimon Marchi2-34/+16
2018-03-08remote-stdio-gdbserver: Pass "target" to remote_exec to delete fileSimon Marchi2-1/+7
2018-03-08Don't redefine upload/download/file in gdbserver-baseSimon Marchi2-22/+6
2018-03-08x86-64: Also optimize "clr reg64"H.J. Lu7-9/+30
2018-03-08x86: Treat relocation against IFUNC symbol as FUNCH.J. Lu10-0/+94
2018-03-08x86: Remove support for old (<= 2.8.1) versions of gccH.J. Lu17-5297/+5146
2018-03-08Remove MAX_REGISTER_SIZE defineAlan Hayward4-8/+7