* ax.h (struct aop_map) <name>: Now const.

This commit is contained in:
Tom Tromey 2011-02-16 21:02:29 +00:00
parent 73f2a3d2e9
commit 5f1e6f1949
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-16 Tom Tromey <tromey@redhat.com>
* ax.h (struct aop_map) <name>: Now const.
2011-02-16 Tom Tromey <tromey@redhat.com>
* ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other

View File

@ -274,7 +274,7 @@ struct aop_map
/* The name of the opcode. Null means that this entry is not a
valid opcode --- a hole in the opcode space. */
char *name;
const char *name;
/* All opcodes take no operands from the bytecode stream, or take
unsigned integers of various sizes. If this is a positive number