From 79ecbbd48dc51bb6693923c7998371d47b485df0 Mon Sep 17 00:00:00 2001 From: roland Date: Mon, 12 Dec 2005 05:34:57 +0000 Subject: 2005-12-11 Roland McGrath * loc2c-test.c (get_location): Fix function name in error message. --- loc2c-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loc2c-test.c b/loc2c-test.c index f3533636..535493a2 100644 --- a/loc2c-test.c +++ b/loc2c-test.c @@ -59,7 +59,7 @@ get_location (Dwarf_Addr dwbias, Dwarf_Addr pc, Dwarf_Attribute *loc_attr, default: /* Shouldn't happen. */ case -1: - fail (NULL, _("dwarf_addrloclists (form %#x): %s"), + fail (NULL, _("dwarf_getlocation_addr (form %#x): %s"), dwarf_whatform (loc_attr), dwarf_errmsg (-1)); return NULL; -- cgit