Date: Wed, 7 Jul 1999 17:02:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: salvador cc: djgpp-workers AT delorie DOT com Subject: Re: .align directives in libc.a In-Reply-To: <37835FF7.2CAFA47B@inti.gov.ar> 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, salvador wrote: > > So we need to change the value in Binutils, to get proper alignment. > > Yes but then we will bloat libc. I was thinking about doing the equivalent of ".balign 16,,7" between the objects, if that's possible. That should bloat the library about 7K at the maximum (we have less than 1000 modules). Btw, won't ".balign 16,,7" near the entry into every function do the same, without changing Binutils? (Of course, this leaves us with code produced by GCC.)