Changeset 729 for trunk/src/binutils/ld/ldctor.c
- Timestamp:
- Sep 25, 2003, 9:27:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ld/ldctor.c
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r728 r729 362 362 if (e->name != NULL) 363 363 minfo ("%T\n", e->name); 364 #ifdef __EMX__ /* r=bird: Is this workaround for a crash something? */365 364 else if (e->section->owner != NULL) 366 365 minfo ("%G\n", e->section->owner, e->section, e->value); 367 366 else 368 367 minfo ("*unknown*\n"); 369 #else370 else371 minfo ("%G\n", e->section->owner, e->section, e->value);372 #endif373 368 } 374 369 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.