Date: Thu, 1 Nov 2001 15:17:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: MarKol cc: djgpp AT delorie DOT com Subject: Re: Section alignment In-Reply-To: <001d01c162d3$bbab9410$0500a8c0@polaris> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 1 Nov 2001, MarKol wrote: > I mean that align 16 command under nasm doesn't work when variable is > declared in BSS section. It works fine for variables declared in DATA > section. Sounds like a bug in NASM, no? Did you try that with Gas? > AFAIR djgpp's coff format cannot specify variable aligment. That's true, but I think section alignment is 16 bytes by default.