Introduce program_space::remove_objfile
[deliverable/binutils-gdb.git] / binutils / prdbg.c
index 40cf54b8fe948eae493a06fba3188c9a07fed310..e582102ab35bf34d36cffc47c9dcfd57e1e221ec 100644 (file)
@@ -2117,6 +2117,7 @@ tg_start_class_type (void *p, const char *tag, unsigned int id,
   struct pr_handle *info = (struct pr_handle *) p;
   char *tv = NULL;
   const char *name;
+  char idbuf[20];
 
   info->indent += 2;
 
@@ -2131,8 +2132,6 @@ tg_start_class_type (void *p, const char *tag, unsigned int id,
     name = tag;
   else
     {
-      char idbuf[20];
-
       sprintf (idbuf, "%%anon%u", id);
       name = idbuf;
     }
This page took 0.023178 seconds and 4 git commands to generate.