diff options
author | Tom Tromey <tromey@redhat.com> | 2011-02-16 21:02:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-02-16 21:02:29 +0000 |
commit | 5f1e6f19499e47ced2f00e78919636e4f5279ae8 (patch) | |
tree | 4ceeef48220a2eae6eca6399ddbf3140a542ee3d /gdb/ax.h | |
parent | 73f2a3d2e98248a9cb662b2088f8bb4bc013c3f7 (diff) | |
download | binutils-5f1e6f19499e47ced2f00e78919636e4f5279ae8.zip binutils-5f1e6f19499e47ced2f00e78919636e4f5279ae8.tar.gz binutils-5f1e6f19499e47ced2f00e78919636e4f5279ae8.tar.bz2 |
* ax.h (struct aop_map) <name>: Now const.
Diffstat (limited to 'gdb/ax.h')
-rw-r--r-- | gdb/ax.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |