]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/opencl-lang.c
Add test for accessing read-only mmapped data in a core file
[thirdparty/binutils-gdb.git] / gdb / opencl-lang.c
index d1ca29d32f700c9304561f13ad9c20a6ae80e481..eccf1df9621b76c04ec46bb9256154a216474e9f 100644 (file)
@@ -1016,31 +1016,12 @@ extern const struct language_data opencl_language_data =
   macro_expansion_c,
   NULL,
   &exp_descriptor_opencl,
-  c_parse,
-  null_post_parser,
-  c_printchar,                 /* Print a character constant */
-  c_printstr,                  /* Function to print string constant */
-  c_emit_char,                 /* Print a single char */
-  c_print_typedef,             /* Print a typedef using appropriate syntax */
-  c_value_print_inner,         /* la_value_print_inner */
-  c_value_print,               /* Print a top-level value */
-  NULL,                                /* Language specific skip_trampoline */
   NULL,                         /* name_of_this */
   false,                       /* la_store_sym_names_in_linkage_form_p */
-  basic_lookup_symbol_nonlocal,        /* lookup_symbol_nonlocal */
-  NULL,                                /* Language specific symbol demangler */
-  NULL,                                /* Language specific
-                                  class_name_from_physname */
   c_op_print_tab,              /* expression operators for printing */
   1,                           /* c-style arrays */
   0,                           /* String lower bound */
-  default_word_break_characters,
-  default_collect_symbol_completion_matches,
-  c_watch_location_expression,
-  NULL,                                /* la_get_symbol_name_matcher */
   &default_varobj_ops,
-  NULL,
-  c_is_string_type_p,
   "{...}"                      /* la_struct_too_deep_ellipsis */
 };