Ignore:
Timestamp:
May 3, 2003, 11:45:43 PM (22 years ago)
Author:
bird
Message:

Applied the original 2.11.2 diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/ld/ldctor.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    363363              if (e->name != NULL)
    364364                minfo ("%T\n", e->name);
    365               else
     365              else if (e->section->owner)
    366366                minfo ("%G\n", e->section->owner, e->section, e->value);
     367              else
     368                minfo ("*unknown*\n");
    367369            }
    368370
Note: See TracChangeset for help on using the changeset viewer.