Subject: Re: CVS commit: src/sys/arch/vax/boot/common
To: David Laight <david@l8s.co.uk>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 10/07/2003 06:54:12
On Tuesday, October 7, 2003, at 06:06  AM, David Laight wrote:

>>> - The ENTRY macro aligns the code on a 64byte (?) boundary, on other
>> Eh, `no'. _ALIGN_TEXT is set to 4 which should be 4 bytes.
>
> Strange - each function (regardless of size) seemed to add 64 bytes.

Might be an a.out vs. ELF assembler difference.  I suggest using 
.p2align and using power-of-two alignment specifications to make sure 
you really get what you intend.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>