Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/vax/boot/common




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@localhost>




Home | Main Index | Thread Index | Old Index