* gdb.cp/converts.cc (main): Initialize 'a'.
[deliverable/binutils-gdb.git] / binutils / addr2line.c
index 5febaeae629230d9069f9b2c9f05f3dc3b1e5744..b4f604b4b9209f535b3bd70f5fdeaf6d43c80e5a 100644 (file)
@@ -249,7 +249,12 @@ translate_addresses (bfd *abfd, asection *section)
       if (! found)
        {
          if (with_functions)
-           printf ("??\n");
+           {
+             if (pretty_print)
+               printf ("?? ");
+             else
+               printf ("??\n");
+           }
          printf ("??:0\n");
        }
       else
This page took 0.023314 seconds and 4 git commands to generate.