Date: Sun, 28 Feb 1999 10:27:34 -0800 (PST) From: John Polstra <jdp@polstra.com> To: Chuck Robey <chuckr@mat.net> Cc: current@FreeBSD.ORG Subject: Re: Some (a.out) world breakage... Message-ID: <XFMail.990228102734.jdp@polstra.com> In-Reply-To: <Pine.BSF.4.10.9902281310010.84482-100000@picnic.mat.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Chuck Robey wrote: >> >> This problem can be solved easily. Instead of ".align" the code >> should use ".p2align 4", which behaves the same for a.out as it does >> for ELF. > > In test, this didn't work, so I misunderstood something. Yes, you did. :-) Get rid of ALIGN entirely. Change all instances of ".align ALIGN" to ".p2align 4". John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990228102734.jdp>