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:
a5b82cb
)
Fix last checkin
author
Stan Shebs
<shebs@codesourcery.com>
Thu, 18 Mar 2010 16:01:29 +0000
(16:01 +0000)
committer
Stan Shebs
<shebs@codesourcery.com>
Thu, 18 Mar 2010 16:01:29 +0000
(16:01 +0000)
gdb/ax-gdb.c
patch
|
blob
|
history
diff --git
a/gdb/ax-gdb.c
b/gdb/ax-gdb.c
index 4307de3acd608d9356641b2a6dba1d9e7641d74d..e11bd9ca386cb53a4ee7939ad61253f59d8c8f64 100644
(file)
--- a/
gdb/ax-gdb.c
+++ b/
gdb/ax-gdb.c
@@
-752,7
+752,7
@@
require_rvalue (struct agent_expr *ax, struct axs_value *value)
|| TYPE_CODE (value->type) == TYPE_CODE_STRUCT
|| TYPE_CODE (value->type) == TYPE_CODE_UNION
|| TYPE_CODE (value->type) == TYPE_CODE_FUNC)
- error (
"Value not scalar: cannot be an rvalue."
);
+ error (
_("Value not scalar: cannot be an rvalue.")
);
switch (value->kind)
{