Handle "p S::method()::static_var" in the C++ parser
[deliverable/binutils-gdb.git] / gdb / xtensa-tdep.h
index 986aa689f0cd30e2b7c311ab7e23c20f6b888787..68f9d0ebb2f28fe8e6107c9c6cc142e8c98a0b6a 100644 (file)
@@ -103,7 +103,7 @@ typedef struct
 
 typedef struct 
 {
-  char* name;                  /* Register name.  */
+  const char *name;                    /* Register name.  */
   int offset;                  /* Offset.  */
   xtensa_register_type_t type;  /* Register type.  */
   xtensa_register_group_t group;/* Register group.  */
This page took 0.024178 seconds and 4 git commands to generate.