aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Add a -mno-dollar-line-separator command line option to the AVR assembler.Matt Jacobson4-4/+33
2021-08-11Fix typo in previous deltaNick Clifton2-2/+6
2021-08-11gas: fold IEEE encoding of -Inf with that of +InfJan Beulich1-42/+3
2021-08-11gas: support NaN flavorsJan Beulich9-18/+221
2021-08-11Arm64: leave .bfloat16 processing to common codeJan Beulich1-49/+1
2021-08-11Arm32: leave more .bfloat16 processing to common codeJan Beulich1-46/+3
2021-08-11gas: make 2nd argument of .dcb.* consistently optionalJan Beulich2-55/+78
2021-08-11x86: introduce .bfloat16 directiveJan Beulich8-14/+32
2021-08-11x86: introduce .hfloat directiveJan Beulich7-6/+21
2021-08-11x86/ELF: fix .tfloat output with hex inputJan Beulich5-4/+29
2021-08-11x86/ELF: fix .ds.x outputJan Beulich7-7/+38
2021-08-11x86/ELF: fix .tfloat outputJan Beulich7-6/+60
2021-08-11x86: have non-PE/COFF BEOS be recognized as ELFJan Beulich1-0/+5
2021-08-11PR28163, Segment fault in function rl78_special_relocAlan Modra1-365/+360
2021-08-11Automatic date update in version.inGDB Administrator1-1/+1
2021-08-10Ignore .debug_types when reading .debug_arangesTom Tromey2-1/+8
2021-08-10Generalize addrmap dumpingTom Tromey3-51/+46
2021-08-10gdb: iterate only on vfork parent threads in handle_vfork_child_exec_or_exitSimon Marchi1-17/+12
2021-08-10Updated Serbian and Russian translations for various sub-directoriesNick Clifton10-8960/+10256
2021-08-09guile: fix smob exportsGeorge Barrett2-1/+56
2021-08-10Automatic date update in version.inGDB Administrator1-1/+1
2021-08-09GAS: DWARF-5: Ensure that the 0'th entry in the directory table contains the ...Nick Clifton8-18/+91
2021-08-09Automatic date update in version.inGDB Administrator1-1/+1
2021-08-08Include objfiles.h in a few .c filesTom Tromey3-0/+3
2021-08-08Automatic date update in version.inGDB Administrator1-1/+1
2021-08-07PR28186, SEGV elf.c:7991:30 in _bfd_elf_fixup_group_sectionsAlan Modra1-1/+1
2021-08-07PR28176, rl78 complex reloc divide by zeroAlan Modra1-129/+154
2021-08-07Automatic date update in version.inGDB Administrator1-1/+1
2021-08-06[gdb/symtab] Recognize .gdb_index symbol table with empty entries as emptyTom de Vries2-20/+11
2021-08-06Unconditionally define _initialize_addrmapTom Tromey1-1/+3
2021-08-06[gdb/symtab] Fix zero address complaint for shlibTom de Vries4-8/+232
2021-08-06Re: Add tests for Intel AVX512_FP16 instructionsAlan Modra1-0/+1
2021-08-06chew ubsan warningAlan Modra1-2/+2
2021-08-06bfd_reloc_offset_in_range overflowAlan Modra1-1/+1
2021-08-06PR28175, Segment fault in coff-tic30.c reloc_processingAlan Modra3-9/+30
2021-08-06PR28173, nds32_elf_howto_table index out of boundsAlan Modra1-30/+25
2021-08-06PR28172, bfin_pcrel24_reloc heap-buffer-overflowAlan Modra1-5/+11
2021-08-06Automatic date update in version.inGDB Administrator1-1/+1
2021-08-05[PATCH] GDB Testsuite, update compile-cplus.expWill Schmidt1-5/+4
2021-08-05[gdb] Handle .TOC. sections during gdb-compile for rs6000 target.Will Schmidt1-0/+41
2021-08-05gdb/testsuite: gdb.base/attach.exp: expose bug when testing with native-exten...Simon Marchi1-6/+21
2021-08-05gdb/testsuite: gdb.base/attach.exp: fix support check in test_command_line_at...Simon Marchi1-7/+12
2021-08-05gdb: target_waitstatus_to_string: print extra info for FORKED, VFORKED, EXECDSimon Marchi1-3/+22
2021-08-05gdb: use ptid_t::to_string in print_target_wait_resultsSimon Marchi1-8/+4
2021-08-05Add as_lval argument to expression evaluatorZoran Zaric5-30/+38
2021-08-05Simplify dwarf_expr_context class interfaceZoran Zaric4-232/+237
2021-08-05Make DWARF evaluator return a single struct valueZoran Zaric5-198/+203
2021-08-05Make value_copy also copy the stack data memberZoran Zaric1-0/+2
2021-08-05Move piece_closure and its support to expr.cZoran Zaric4-599/+595
2021-08-05Merge evaluate_for_locexpr_baton evaluatorZoran Zaric3-55/+28