gdbserver/xtensa: drop xtensa_usrregs_info
[deliverable/binutils-gdb.git] / gdb / typeprint.h
index a201bddd01e74d493feb25cebe15936b42f8ba2c..bdff41bb79026f0f69d9f722b51a705184dea94d 100644 (file)
@@ -1,6 +1,5 @@
 /* Language independent support for printing types for GDB, the GNU debugger.
-   Copyright (C) 1986, 1988-1989, 1991-1993, 1999-2000, 2007-2012 Free
-   Software Foundation, Inc.
+   Copyright (C) 1986-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,6 +22,7 @@
 enum language;
 struct ui_file;
 struct typedef_hash_table;
+struct ext_lang_type_printers;
 
 struct type_print_options
 {
@@ -45,7 +45,7 @@ struct type_print_options
 
   /* The list of type printers associated with the global typedef
      table.  This is intentionally opaque.  */
-  void *global_printers;
+  struct ext_lang_type_printers *global_printers;
 };
 
 extern const struct type_print_options type_print_raw_options;
This page took 0.026275 seconds and 4 git commands to generate.