Changeset 100 for trunk/src/binutils/ld/ldctor.c
- Timestamp:
- May 7, 2003, 5:00:11 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ld/ldctor.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r99 r100 363 363 if (e->name != NULL) 364 364 minfo ("%T\n", e->name); 365 else if (e->section->owner) 365 #ifdef __EMX__ /* r=bird: Is this workaround for a crash something? */ 366 else if (e->section->owner != NULL) 366 367 minfo ("%G\n", e->section->owner, e->section, e->value); 367 368 else 368 369 minfo ("*unknown*\n"); 370 #else 371 else 372 minfo ("%G\n", e->section->owner, e->section, e->value); 373 #endif 369 374 } 370 375 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.