From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: DJGPP only dumps with USE_LISP_UNION_TYPE ?? Date: Tue, 9 Nov 2004 18:28:18 +0100 Message-ID: References: <01c4c514$Blat.v2.2.2$ca305740@zahav.net.il> <418EB423.9030601@swipnet.se> <01c4c56a$Blat.v2.2.2$96dd3060@zahav.net.il> <418FD9C3.7080507@swipnet.se> <01c4c619$Blat.v2.2.2$5f981160@zahav.net.il> <41909B12.2060404@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100021418 18065 80.91.229.6 (9 Nov 2004 17:30:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 17:30:18 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 09 18:30:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRZom-0001R9-00 for ; Tue, 09 Nov 2004 18:30:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRZxB-0007c2-RZ for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2004 12:38:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRZx1-0007bI-51 for emacs-devel@gnu.org; Tue, 09 Nov 2004 12:38:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRZx0-0007am-B8 for emacs-devel@gnu.org; Tue, 09 Nov 2004 12:38:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRZx0-0007ac-5f for emacs-devel@gnu.org; Tue, 09 Nov 2004 12:38:38 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRZnu-0000GT-I3; Tue, 09 Nov 2004 12:29:15 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep02.bredband.com with ESMTP id <20041109172912.POLX6427.mxfep02.bredband.com@coolsville.localdomain>; Tue, 9 Nov 2004 18:29:12 +0100 In-Reply-To: Original-To: Stefan X-Mailer: Apple Mail (2.619) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29661 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29661 > > This seems to indicate that DJGPP's `gcc' ignores the > __aligned__ annotation. Could someone post something on some DJGPP > mailing-list to try and figure out what's really going on? > >> Very strange, considering Gnu/Linux and Cygwin are on the same >> machine. > > It should not be an OS and libc issue, only a compiler issue. > At least, AFAIK. I checked the assembler output from gcc and it seems OK, the .comm directives for s1 to 4 are the same as for GNU/Linux. So either the assembler or linker is doing something bad. DJGPP also runs something called stubify after the linker, I don't know what it does, but it could also be responsible. Jan D.