Date: Tue, 3 Apr 2001 15:26:32 -0400 Message-Id: <200104031926.PAA16282@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <20010403210225.A119@mediacom.it> (message from Andrea Mazzoleni on Tue, 3 Apr 2001 21:02:25 +0200) Subject: Re: Alignement question References: <20010403210225 DOT A119 AT mediacom DOT it> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > How can I align ONLY SOME variables at 8 bytes ? You can't with COFF. It only supports 4-byte alignment, nothing else. You could rebuild binutils to change that 4 to an 8 or 16, of course.