projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f2a3d
)
* ax.h (struct aop_map) <name>: Now const.
author
Tom Tromey
<tromey@redhat.com>
Wed, 16 Feb 2011 21:02:29 +0000
(21:02 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Wed, 16 Feb 2011 21:02:29 +0000
(21:02 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/ax.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index fe6fec70d81b1785913ecf11f0de13cb2d59a0aa..b3e9adc9f457556c793494bbe5e53b975f7226c9 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/ax.h
b/gdb/ax.h
index cd1088d129a4d5afc4c1ab1cd1d1d2f07bd70d99..a5d722b556084b2aa2be47aa2e1901094212d97c 100644
(file)
--- a/
gdb/ax.h
+++ b/
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;
+ c
onst c
har *name;
/* All opcodes take no operands from the bytecode stream, or take
unsigned integers of various sizes. If this is a positive number