ui-out.c: Remove unused parameter to push_level
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f13888b7095fb5b8b567aafefab641428b70210d..b293515cea91f973a71e96f6c45cbf203c0c9379 100644 (file)
@@ -1,3 +1,93 @@
+2016-10-08  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * ui-out.c (push_level): Remove "id" parameter.
+       (ui_out_begin): Update call.
+
+2016-10-07  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 7.12 released.
+
+2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * python/python.c (gdbpy_decode_line): Call
+       string_to_event_location_basic instead of new_linespec_location.
+
+2016-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * target.c (target_supports_multi_process): New function, moved
+       from...
+       * target.h (target_supports_multi_process): ... here.  Remove
+       macro.
+       * target/target.h (target_supports_multi_process): New prototype.
+
+2016-10-06  Pedro Alves  <palves@redhat.com>
+
+       * cp-valprint.c (vtbl_ptr_name): Write "extern const" instead of
+       EXPORTED_CONST.
+       * stub-termcap.c: Remove __cplusplus checks.
+       * common/common-defs.h [!__cplusplus] (EXTERN_C, EXTERN_C_PUSH,
+       EXTERN_C_POP): Delete.
+       * common/common-exceptions.h (GDB_XCPT_SJMP): Update comments.
+       (GDB_XCPT) [!__cplusplus]: Delete.
+       (throw_exception, throw_exception_sjlj): Update comments.
+       * guile/guile-internal.h (as_a_scm_t_subr) [!__cplusplus]: Delete.
+       * guile/guile.c (extension_language_guile): Write "extern const"
+       instead of EXPORTED_CONST.
+       * features/feature_to_c.sh: Don't emit !__cplusplus code.  Write
+       "extern const" instead of EXPORTED_CONST.
+
+2016-10-06  Doug Evans  <dje@google.com>
+
+       * python/py-value.c (valpy_long): Handle unsigned values.
+
+2016-10-06  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * frame.h: Forward-declare struct ui_out.
+
+2016-10-06  Tom Tromey  <tom@tromey.com>
+
+       * MAINTAINERS: Remove Java test maintainer.
+       * varobj.h (java_varobj_ops): Don't declare.
+       * valprint.h (struct value_print_options)
+       <pascal_static_field_print>: Update comment.
+       * utils.c (producer_is_gcc): Remove java reference.
+       * symtab.h (struct general_symbol_info): Remove java references.
+       (SYMBOL_SEARCH_NAME): Likewise.
+       * objfiles.c (allocate_objfile): Update comment.
+       * linespec.c (find_linespec_symbols): Remove java references.
+       * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_baseclass_offset): Remove
+       java references.
+       * gdbtypes.h (struct cplus_struct_type) <is_java>: Remove.
+       (TYPE_CPLUS_REALLY_JAVA): Remove.
+       * c-varobj.c (enum vsections): Update comment.
+       * symtab.c (symbol_set_language, symbol_set_names)
+       (symbol_natural_name, symbol_demangled_name)
+       (demangle_for_lookup, symbol_matches_domain)
+       (default_make_symbol_completion_list_break_on_1): Remove java
+       references.
+       (JAVA_PREFIX, JAVA_PREFIX_LEN): Remove.
+       * psymtab.c (match_partial_symbol, psymtab_search_name)
+       (lookup_partial_symbol): Remove java references.
+       * dwarf2read.c (find_slot_in_mapped_hash): Remove java references.
+       (add_partial_symbol, dwarf2_compute_name, dwarf2_physname)
+       (dwarf2_add_member_fn, is_vtable_name, read_structure_type)
+       (process_structure_scope, read_subroutine_type)
+       (read_subrange_type, load_partial_dies)
+       (new_symbol_full, determine_prefix, typename_concat)
+       (dwarf2_name): Remove java references.
+       (set_cu_language): Treat Java as C++.
+       * c-typeprint.c (c_type_print_args): Remove java reference.
+       * defs.h (enum language) <language_java>: Remove.
+       * Makefile.in (SFILES, HFILES_NO_SRCDIR, COMMON_OBS, YYFILES)
+       (YYOBJ, local-maintainer-clean): Don't mention java files.
+       * jv-exp.y, jv-lang.c, jv-lang.h, jv-typeprint.c, jv-valprint.c,
+       jv-varobj.c: Remove.
+
+2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-tdep.c (mips_pseudo_register_type): Make FCRs always
+       32-bit.
+
 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
 
        * mips-tdep.c (mips_pseudo_register_type): Rearrange comments
This page took 0.024354 seconds and 4 git commands to generate.