~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to ld/emultempl/spuelf.em

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
535
535
  cmd[3] = entry->the_bfd->filename;
536
536
  cmd[4] = oname;
537
537
  cmd[5] = NULL;
538
 
  if (trace_file_tries)
 
538
  if (verbose)
539
539
    {
540
540
      info_msg (_("running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n"),
541
541
                cmd[0], cmd[1], cmd[2], cmd[3], cmd[4]);