X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=aad9c632bbdea6090f6e514e14f8af0722f4b1a0;hb=2032eb7e934e65ab071f2a6ee8ce92327715d01d;hp=91b81f242c0e878f7d5c35a5abcb222cb7ca9201;hpb=e3169fe0bb9b9190f0c7849864f0bb68cb8c2d5b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91b81f242c..aad9c632bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,35 @@ +2019-12-19 Tom Tromey + + * ui-out.h (enum class field_kind): Fix comment. + +2019-12-11 Tom Tromey + + * xml-support.c (xml_fetch_content_from_file): Use FOPEN_RB. + +2019-12-18 Tom Tromey + + PR build/25268: + * gdbsupport/thread-pool.c (set_thread_name): Expect "int" return + type on macOS. Add comment. + +2019-12-18 Simon Marchi + + * c-lang.c (c_get_string, asm_language_defn): Remove space + before tab. + +2019-12-18 Tom Tromey + + PR build/25250: + * ui-out.c (ui_out::vmessage): Update. + * ui-out.h (enum class field_kind) : + Rename. + (string_field): Update. + (signed_field): Update. + +2019-12-18 Simon Marchi + + * top.c (print_gdb_configuration): Adjust indentation. + 2019-12-17 Christian Biesinger * bsd-kvm.c: Include gdbsupport/pathstuff.h.