Changeset 1258
- Timestamp:
- Feb 16, 2004, 6:38:16 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/emxomf.c
-
Property cvs2svn:cvs-rev
changed from
1.36
to1.37
r1257 r1258 264 264 265 265 /* Add timestamp to symbol to make it more unique. */ 266 static int opt_weakts = FALSE;266 static int opt_weakts = TRUE; 267 267 268 268 /* This is the page size for OMF libraries. It is set by the -p … … 3691 3691 puts (" -I <idmdll> Name the identifier manipulation DLL"); 3692 3692 puts (" -O <directory> Extract files to <directory>"); 3693 puts (" -t Add timestamping to the weak symbol mangling"); 3693 puts (" -t Add timestamping to the weak symbol mangling (def)"); 3694 puts (" -j Do not add timestamping to the weak symbol mangling"); 3694 3695 puts (" -w Suppress reading/writing of the weaksyms.omf file"); 3695 3696 puts (" (Only used if GCC_WEAKSYMS is set.)"); … … 4111 4112 /* Parse the command line options. */ 4112 4113 4113 while ((c = getopt (argc, argv, "bdD:gh:i: I:m:l::o:P:p:qO:r:R:tsuxwz")) != EOF)4114 while ((c = getopt (argc, argv, "bdD:gh:i:jI:m:l::o:P:p:qO:r:R:tsuxwz")) != EOF) 4114 4115 switch (c) 4115 4116 { … … 4140 4141 *libreq_add = lrp; 4141 4142 libreq_add = &lrp->next; 4143 break; 4144 case 'j': 4145 opt_weakts = FALSE; 4142 4146 break; 4143 4147 case 'I': -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.