Date: Wed, 7 Jul 1999 17:29:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: .align directives in libc.a In-Reply-To: <199907071411.KAA06933@indy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 7 Jul 1999, DJ Delorie wrote: > All the .align directives do are add filler so that the next byte is > suitably aligned *relative to the beginning of the subsection (section > within object)* Then what is the purpose of having .align directives in the assembly modules in the library? At least in crt0.S and in exceptn.S it looks like they are judiciously placed where performance really matters.