2002-11-05 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index 329d1a495f0cbeb2dadc543788f6c556f2473b6a..717078fc2bea1c95be03f4d717b3685b61827006 100644 (file)
@@ -10161,6 +10161,7 @@ md_number_to_chars (buf, val, n)
 static int support_64bit_objects(void)
 {
   const char **list, **l;
+  int yes;
 
   list = bfd_target_list ();
   for (l = list; *l != NULL; l++)
@@ -10173,8 +10174,9 @@ static int support_64bit_objects(void)
        || strcmp (*l, "elf64-littlemips") == 0)
 #endif
       break;
+  yes = (*l != NULL);
   free (list);
-  return (*l != NULL);
+  return yes;
 }
 #endif /* OBJ_ELF */
 
This page took 0.050698 seconds and 4 git commands to generate.