More fixes for the Solaris/x86 build. Thanks to Will Metcalf.
This commit is contained in:
@@ -6025,7 +6025,7 @@ static void emit_asm_debug(BuildCtx *ctx)
|
||||
#endif
|
||||
"\t.align " SZPTR "\n"
|
||||
".LEFDE0:\n\n", (int)ctx->codesz, CFRAME_SIZE);
|
||||
#ifdef __solaris__
|
||||
#if (defined(__sun__) && defined(__svr4__)) || defined(__solaris_)
|
||||
fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n");
|
||||
#else
|
||||
fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n");
|
||||
|
||||
Reference in New Issue
Block a user