X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=393d43ef3169f1e738a6a53fd7dd06b6e8011bb8;hb=bda13cdcf0db4d9cee648bfa0bfc7f1a4415d2a7;hp=766cff499e3666c604d3ed3ab334400f670e29a9;hpb=db3ad2f031d4da70db35977abbcede0399d81d6b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 766cff499e..393d43ef31 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +2019-12-12 Tom Tromey + + * symfile.c (symbol_file_add_with_addrs): Use objfile::make. + * objfiles.h (struct objfile): Make constructor private. + : New static method. + * jit.c (jit_object_close_impl): Update. + +2019-12-12 Simon Marchi + + * jit.c (jit_reader_try_read_symtab): Replace xmalloc/xfree with + gdb::byte_vector. + +2019-12-12 Tom Tromey + + * xml-support.c (xml_fetch_content_from_file): Don't call + malloc_failure. + * utils.h (class gdb_argv): Remove malloc_failure comment. + * utils.c (gdb_argv::reset): Don't call malloc_failure. + 2019-12-12 Tom Tromey * Makefile.in (ALL_TARGET_OBS): Add riscv-ravenscar-thread.o.