X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200311161921.hAGJLDFh009438@speedy.ludd.luth.se> Subject: .S headers (was: Re: djgpp: djgpp/src/libc/go32/makefile,overflow.S) In-Reply-To: <200311070952.hA79qp0D028636@delorie.com> "from cvs-peuha@delorie.com at Nov 7, 2003 04:52:51 am" To: DJGPP-WORKERS Date: Sun, 16 Nov 2003 20:21:13 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to cvs-peuha AT delorie DOT com: > RCS file: /cvs/djgpp/djgpp/src/libc/go32/overflow.S,v > retrieving revision 1.1 > diff -p -2 /dev/null -r1.1 > *** /dev/null 2003-01-30 05:24:37.000000000 -0500 > --- djgpp/src/libc/go32/overflow.S 2003-11-07 04:52:51.000000000 -0500 1.1 > *************** > *** 0 **** > --- 1,61 ---- > + .file "overflow.S" > + .data > + .balign 8 ... > + .balign 16,,7 > + .globl ___djgpp_stack_overflow_exit > + ___djgpp_stack_overflow_exit: I see that Esa put in some header stuff that my fpclass*.S files are missing. Should I add this to my files? At least that .balign 16,,7 (or some alignment) sounds like a good idea. But why 16,,7? Shouldn't we use 8 or 16? Which alignment do we really want? Right, MartinS