From f0df19a2d8d85df58dd217314bf2b83238b67817 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 18 Aug 2005 20:26:54 +0000 Subject: 2005-08-18 Roland McGrath * loc2c.c (c_translate_addressof): Take TYPEDIE instead of TYPEATTR. * loc2c.h: Update decl. * loc2c-test.c (handle_variable): Handle DW_TAG_pointer_type target for fetch. --- loc2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loc2c.h') diff --git a/loc2c.h b/loc2c.h index a92e7bfd..329e624d 100644 --- a/loc2c.h +++ b/loc2c.h @@ -54,7 +54,7 @@ void c_translate_array (struct obstack *pool, int indent, is a register or noncontiguous object. */ void c_translate_addressof (struct obstack *pool, int indent, Dwarf_Addr dwbias, Dwarf_Die *die, - Dwarf_Attribute *typeattr, + Dwarf_Die *typedie, struct location **input, const char *target); /* Translate a fragment to fetch the value of variable or member DIE -- cgit