mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2013-03-12 Hui Zhu <hui@codesourcery.com>
* dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2013-03-12 Hui Zhu <hui@codesourcery.com>
|
||||
|
||||
* dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
|
||||
|
||||
2013-03-12 Yao Qi <yao@codesourcery.com>
|
||||
Hui Zhu <hui@codesourcery.com>
|
||||
|
||||
|
||||
@@ -2934,8 +2934,8 @@ dwarf2_compile_expr_to_ax (struct agent_expr *expr, struct axs_value *loc,
|
||||
size = addr_size;
|
||||
|
||||
if (size != 1 && size != 2 && size != 4 && size != 8)
|
||||
error (_("Refn doesn't support size %d"),
|
||||
size * TARGET_CHAR_BIT);
|
||||
error (_("Unsupported size %d in %s"),
|
||||
size, get_DW_OP_name (op));
|
||||
access_memory (arch, expr, size * TARGET_CHAR_BIT);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user