On Tuesday, October 7, 2003, at 06:06 AM, David Laight wrote:
- The ENTRY macro aligns the code on a 64byte (?) boundary, on otherEh, `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>