projects
/
platform
/
upstream
/
binutils.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
4307de3
..
e11bd9c
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)
{