Print this page
8609 want a position independent CRT
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Albert Lee <trisk@forkgnu.org>
Approved by:
@@ -34,12 +34,12 @@
*
* Note: If you change it, you need to change it in the following files as
* well:
*
* - lib/libc/i386/gen/makectxt.c
- * - lib/common/i386/crti.s
- * - lib/common/i386/crt1.s
+ * - lib/crt/i386/crti.s
+ * - lib/crt/i386/crt1.s
*/
#undef STACK_ALIGN
#define STACK_ALIGN 16
extern int getlwpstatus(thread_t, lwpstatus_t *);