mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* ax.h (struct aop_map) <name>: Now const.
This commit is contained in:
parent
73f2a3d2e9
commit
5f1e6f1949
@ -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
|
||||
|
2
gdb/ax.h
2
gdb/ax.h
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user