X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=e0da79eda815c77c67e9afca7492d3e8bbae76c0;hb=aa989b27d0bad451455416953c0e5026e229863a;hp=7b58fe817ae54a68765284bed4ad1451ce4fff41;hpb=bbde7025e0d5629e309c15af5a07bac272e21b07;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b58fe817a..e0da79eda8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,36 @@ +2019-12-19 Christian Biesinger + + * fbsd-tdep.c (fbsd_info_proc_files_entry): Rename local var + "sun" to "saddr_un". + +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.