Date: Thu, 26 Aug 1999 04:39:53 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, marcel@scc.nl Cc: emulation@FreeBSD.ORG Subject: Re: SIGBUS for threaded Linux binaries (glibc2.1) [PSL_AC related?] Message-ID: <199908251839.EAA30500@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>BTW: I thought '.p2align 4' gives 16-byte alignment and '.align 4' 4-byte >alignment? What's the difference between .p2align and .align then? `.p2align N' gives alignment to 2^N, while `.align N' gives machine-dependent alignment (2^N for i386-aout, N for i386-elf). .p2align was introduced not long ago to reduced the ambiguity. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908251839.EAA30500>