- Timestamp:
- Sep 10, 2006, 1:11:41 AM (19 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2810 r2812 2 2 3 3 TODO: open replace on RAMFS fails with error 32! 4 5 2006-09-09: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - emxomfld: 7 o #123: Exit with 8 instead of -1 on weakld failures. 4 8 5 9 2006-09-08: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
branches/libc-0.6/src/emx/src/emxomf/emxomfld.c
r2593 r2812 1141 1141 /* last words */ 1142 1142 if (rc) 1143 fprintf (stderr, "emxomfld: weak prelinker failed. (rc=%d)\n", rc); 1143 { 1144 fprintf (stderr, "emxomfld: weak prelinker failed. (rc=%d)\n", rc); 1145 rc = 8; 1146 } 1144 1147 } 1145 1148 else 1146 1149 { 1150 fprintf (stderr, "emxomfld: failed to create weak prelinker.\n"); 1147 1151 rc = 8; 1148 fprintf (stderr, "emxomfld: failed to create weak prelinker.\n");1149 1152 } 1150 1153
Note:
See TracChangeset
for help on using the changeset viewer.