Remove symbol-related static asserts
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ee9a464c1bf2fb2e66b50c4afa5b3e54bb7c0d37..be4c5a51f1360041cfdee269f3ef46a4604ba597 100644 (file)
@@ -1,3 +1,69 @@
+2019-11-13  Tom Tromey  <tromey@adacore.com>
+
+       PR build/25182:
+       * psympriv.h (partial_symbol): Remove static assert.
+       * symtab.h (general_symbol_info, symbol): Remove static assert.
+
+2019-11-12  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdbsupport/format.c (format_pieces::format_pieces): Support
+       printf 'z' size modifier.
+       * gdbsupport/format.h (enum argclass): Add size_t_arg.
+       * printcmd.c (ui_printf):  Handle size_t_arg.
+       * ui-out.c (ui_out::vmessage): Likewise.
+       * unittests/format_pieces-selftests.c (test_format_int_sizes): New
+       function.
+       (run_tests): Call test_format_int_sizes.
+
+2019-11-12  Christian Biesinger  <cbiesinger@google.com>
+
+       * ada-exp.y (write_ambiguous_var): Update.
+       * buildsym.c (add_symbol_to_list): Update.
+       * dwarf2read.c (read_variable): Update.
+       (new_symbol): Update.
+       * jit.c (finalize_symtab): Update.
+       * language.c (language_alloc_type_symbol): Update.
+       * symtab.c (fixup_symbol_section): Update.
+       (initialize_objfile_symbol_1): Move code to...
+       (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
+       (allocate_symbol): Update.
+       (allocate_template_symbol): Update.
+       (get_symbol_address): Update.
+       * symtab.h (struct symbol): Inherit from general_symbol_info instead
+       of having as a field, and add a constructor.
+       (SYMBOL_VALUE): Update.
+       (SYMBOL_VALUE_ADDRESS): Update.
+       (SET_SYMBOL_VALUE_ADDRESS): Update.
+       (SYMBOL_VALUE_BYTES): Update.
+       (SYMBOL_VALUE_COMMON_BLOCK): Update.
+       (SYMBOL_BLOCK_VALUE): Update.
+       (SYMBOL_VALUE_CHAIN): Update.
+       (SYMBOL_LANGUAGE): Update.
+       (SYMBOL_SECTION): Update.
+       (SYMBOL_OBJ_SECTION): Update.
+       (SYMBOL_SET_LANGUAGE): Update.
+       (SYMBOL_SET_LINKAGE_NAME): Update.
+       (SYMBOL_SET_NAMES): Update.
+       (SYMBOL_NATURAL_NAME): Update.
+       (SYMBOL_LINKAGE_NAME): Update.
+       (SYMBOL_DEMANGLED_NAME): Update.
+       (SYMBOL_SEARCH_NAME): Update.
+       (SYMBOL_MATCHES_SEARCH_NAME): Update.
+       (struct symbol): Update.
+       (struct template_symbol): Update.
+       (struct rust_vtable_symbol): Update.
+       * xcoffread.c (SYMBOL_DUP): Update.
+
+2019-11-12  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-layout.c (show_layout): Set current_layout.
+       (show_source_disasm_command, show_data)
+       (show_source_or_disasm_and_command): Don't set current_layout.
+
+2019-11-12  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-layout.c (_initialize_tui_layout): Move to end.
+
 2019-11-12  Tom Tromey  <tom@tromey.com>
 
        * tui/tui-win.c (resize_message): New global.
This page took 0.025766 seconds and 4 git commands to generate.