Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3689 → Rev 3690

/branches/dynload/uspace/lib/rtld/module.c
149,6 → 149,12
exit(1);
}
 
if (info.dynamic == NULL) {
printf("Error: '%s' is not a dynamically-linked object.\n",
name_buf);
exit(1);
}
 
/* Pending relocation. */
m->relocated = false;