OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [addr2line.c] - Diff between revs 15 and 163

Show entire file | Details | Blame | View Log

Rev 15 Rev 163
Line 266... Line 266...
                        name = alloc;
                        name = alloc;
                    }
                    }
 
 
                  printf ("%s", name);
                  printf ("%s", name);
                  if (pretty_print)
                  if (pretty_print)
 
                    /* Note for translators:  This printf is used to join the
 
                       function name just printed above to the line number/
 
                       file name pair that is about to be printed below.  Eg:
 
 
 
                         foo at 123:bar.c  */
                    printf (_(" at "));
                    printf (_(" at "));
                  else
                  else
                    printf ("\n");
                    printf ("\n");
 
 
                  if (alloc != NULL)
                  if (alloc != NULL)
Line 287... Line 292...
 
 
              printf ("%s:%u\n", filename ? filename : "??", line);
              printf ("%s:%u\n", filename ? filename : "??", line);
              if (!unwind_inlines)
              if (!unwind_inlines)
                found = FALSE;
                found = FALSE;
              else
              else
                found = bfd_find_inliner_info (abfd, &filename, &functionname, &line);
                found = bfd_find_inliner_info (abfd, &filename, &functionname,
 
                                               &line);
              if (! found)
              if (! found)
                break;
                break;
              if (pretty_print)
              if (pretty_print)
 
                /* Note for translators: This printf is used to join the
 
                   line number/file name pair that has just been printed with
 
                   the line number/file name pair that is going to be printed
 
                   by the next iteration of the while loop.  Eg:
 
 
 
                     123:bar.c (inlined by) 456:main.c  */
                printf (_(" (inlined by) "));
                printf (_(" (inlined by) "));
            }
            }
        }
        }
 
 
      /* fflush() is essential for using this command as a server
      /* fflush() is essential for using this command as a server

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.