X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=bbb0aab41910b55f83c3f8dda2113b5c18780a01;hb=c8ba13ad37c98262b94f99cc4f84ac0066c48cc2;hp=0906b32e15d8f3e58e0c3f758248c6d04099547d;hpb=83d5a34dd4e11263f6c6dd356b410799c6cb7970;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0906b32e15..bbb0aab419 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,39 @@ +2017-11-18 Keith Seitz + + * c-exp.y (oper): Canonicalize conversion operators of user-defined + types. + Add whitespace to front of type name. + +2017-10-18 Keith Seitz + + * dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled + DW_AT_accessibility. + +2017-10-18 Yao Qi + + * features/tic6x-c62x-linux.c: Remove. + +2017-10-17 Tom Tromey + + * disasm.c (do_mixed_source_and_assembly_deprecated): Use + gdb::optional, ui_out_emit_list, ui_out_emit_tuple. + (do_mixed_source_and_assembly): Likewise. + +2017-10-17 Tom Tromey + + * regcache.c (regcache::xfer_part): Remove assertion. + +2017-10-17 Pedro Alves + + * xml-support.c (xml_fetch_content_from_file): Call + unique_ptr::release() instead unique_ptr::get() when passing + through xrealloc. + +2017-10-17 Yao Qi + + * regcache.c (regcache::xfer_part): Remove parameters read and + write, add parameter is_raw. All callers are updated. + 2017-10-16 Keith Seitz * c-typeprint.c (enum access_specifier): Moved here from