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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loc2c.c') diff --git a/loc2c.c b/loc2c.c index 45c965aa..1d610aa2 100644 --- a/loc2c.c +++ b/loc2c.c @@ -1284,7 +1284,7 @@ void c_translate_addressof (struct obstack *pool, int indent, Dwarf_Addr dwbias __attribute__ ((unused)), Dwarf_Die *die, - Dwarf_Attribute *typeattr __attribute__ ((unused)), + Dwarf_Die *typedie __attribute__ ((unused)), struct location **input, const char *target) { ++indent; -- cgit