From unknown Sun Jun 22 00:03:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#13332 <13332@debbugs.gnu.org> To: bug#13332 <13332@debbugs.gnu.org> Subject: Status: [PATCH] unbreak Emacs on Linux/M68K Reply-To: bug#13332 <13332@debbugs.gnu.org> Date: Sun, 22 Jun 2025 07:03:15 +0000 retitle 13332 [PATCH] unbreak Emacs on Linux/M68K reassign 13332 emacs submitter 13332 Mikael Pettersson severity 13332 normal tag 13332 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 01 19:29:00 2013 Received: (at submit) by debbugs.gnu.org; 2 Jan 2013 00:29:00 +0000 Received: from localhost ([127.0.0.1]:39466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqCCZ-0006Tm-Lt for submit@debbugs.gnu.org; Tue, 01 Jan 2013 19:29:00 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55469) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tq9lw-0002Yg-QX for submit@debbugs.gnu.org; Tue, 01 Jan 2013 16:53:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tq9ke-00057T-MN for submit@debbugs.gnu.org; Tue, 01 Jan 2013 16:52:03 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:52794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tq9ke-00057P-Io for submit@debbugs.gnu.org; Tue, 01 Jan 2013 16:52:00 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tq9kc-0001i8-32 for bug-gnu-emacs@gnu.org; Tue, 01 Jan 2013 16:52:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tq9kZ-000571-6F for bug-gnu-emacs@gnu.org; Tue, 01 Jan 2013 16:51:58 -0500 Received: from smtp1.uu.se ([130.238.7.54]:41537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tq9kY-00056q-Rq for bug-gnu-emacs@gnu.org; Tue, 01 Jan 2013 16:51:55 -0500 X-Virus-Scanned: amavisd-new at uu.se Received: from pilspetsen.it.uu.se (pilspetsen.it.uu.se [130.238.18.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bornea.its.uu.se (Postfix) with ESMTPS id C9ADA88896; Tue, 1 Jan 2013 22:50:30 +0100 (CET) Received: (from mikpe@localhost) by pilspetsen.it.uu.se (8.14.5+Sun/8.14.5) id r01LpCZ0012403; Tue, 1 Jan 2013 22:51:12 +0100 (MET) X-Authentication-Warning: pilspetsen.it.uu.se: mikpe set sender to mikpe@it.uu.se using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20707.23120.274311.883850@pilspetsen.it.uu.se> Date: Tue, 1 Jan 2013 22:51:12 +0100 From: Mikael Pettersson To: bug-gnu-emacs@gnu.org Subject: [PATCH] unbreak Emacs on Linux/M68K X-Mailer: VM 7.17 under Emacs 20.7.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 01 Jan 2013 19:28:58 -0500 Cc: Mikael Pettersson X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Attempting to bootstrap Emacs 23.x or 24.x on Linux/M68K fails with a SEGV as soon as temacs is run. Inspecting the core dump shows: Core was generated by `/home/mikpe/emacs-24.2/build-nox/src/temacs --batch --load loadu'. Program terminated with signal 11, Segmentation fault. #0 0x800d5444 in mark_object (arg=1174437910) at /home/mikpe/emacs-24.2/src/alloc.c:5720 5720 if (CONS_MARKED_P (ptr)) (gdb) bt #0 0x800d5444 in mark_object (arg=1174437910) at /home/mikpe/emacs-24.2/src/alloc.c:5720 #1 0x800d55ba in mark_object (arg=-2143958762) at /home/mikpe/emacs-24.2/src/alloc.c:5731 #2 0x800d5c3a in mark_vectorlike (ptr=0x8035b120) at /home/mikpe/emacs-24.2/src/alloc.c:5420 #3 0x800d5d62 in Fgarbage_collect () at /home/mikpe/emacs-24.2/src/alloc.c:5128 #4 0x800eb7be in Ffuncall (nargs=3, args=0xefcdfad4) at /home/mikpe/emacs-24.2/src/eval.c:2938 #5 0x800ebc46 in call2 (fn=0, arg1=0, arg2=-2143972138) at /home/mikpe/emacs-24.2/src/eval.c:2785 #6 0x800ebf82 in Fsignal (error_symbol=0, data=-2143972138) at /home/mikpe/emacs-24.2/src/eval.c:1710 #7 0x800ec412 in xsignal (error_symbol=0, data=-2143972138) at /home/mikpe/emacs-24.2/src/eval.c:1785 #8 0x800ecdc8 in xsignal1 (error_symbol=0, arg=-2143955495) at /home/mikpe/emacs-24.2/src/eval.c:1800 #9 0x800ece32 in verror (m=0x8015f90d "Bad data in guts of obarray", ap=0xefce0b24) at /home/mikpe/emacs-24.2/src/eval.c:1998 #10 0x800ece44 in error (m=0x8015f90d "Bad data in guts of obarray") at /home/mikpe/emacs-24.2/src/eval.c:2010 #11 0x80108eec in oblookup (obarray=, ptr=0x80156383 "char-table-extra-slots", size=22, size_byte=22) at /home/mikpe/emacs-24.2/src/lread.c:3912 #12 0x8010c578 in intern_c_string (str=0x80156383 "char-table-extra-slots") at /home/mikpe/emacs-24.2/src/lread.c:3728 #13 0x8005ce76 in init_category_once () at /home/mikpe/emacs-24.2/src/category.c:461 #14 0x80006558 in main (argc=, argv=0xefce0ef4) at /home/mikpe/emacs-24.2/src/emacs.c:1265 (gdb) q This turns out to be caused by the well-known issue of data alignment on Linux/M68K: the ABI only aligns 32-bit (and larger) primitive types to 16-bit boundaries, which doesn't provide enough known-zero bits in object pointers for Emacs' tagging scheme, causing major confusion and breakage at runtime. This patch introduces two new integer types in src/m/m68k.h that are exactly like int and unsigned int, except they are explicitly aligned to 32-bit boundaries; gcc's attribute aligned is used for this purpose. It then defines EMACS_INT and EMACS_UINT to these types to override the default choices in src/lisp.h. With this patch in place bootstrap succeeds and the final emacs executable works fine. Tested with Emacs-24.2 on Linux/M68K. /Mikael Pettersson [I consider this 6-line patch (not counting the comment) to be trivial so I hope it will be acceptable even without a formal copyright assignment.] src/ChangeLog: 2013-01-01 Mikael Pettersson * m/m68k.h [GNU_LINUX] (m68k_aligned_int_t, m68k_aligned_uint_t): New typedefs. (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define. --- emacs-24.2/src/m/m68k.h.~1~ 2012-08-23 07:33:42.000000000 +0200 +++ emacs-24.2/src/m/m68k.h 2013-01-01 14:26:10.000000000 +0100 @@ -28,5 +28,19 @@ along with GNU Emacs. If not, see ) id 1TqEmT-0003zU-Jj for submit@debbugs.gnu.org; Tue, 01 Jan 2013 22:14:14 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:47848) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqEmM-0003zB-Cn for 13332@debbugs.gnu.org; Tue, 01 Jan 2013 22:14:08 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id D3B7939E8108; Tue, 1 Jan 2013 19:12:46 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CfxPDBJk2FNg; Tue, 1 Jan 2013 19:12:46 -0800 (PST) Received: from [192.168.1.9] (pool-71-189-154-249.lsanca.fios.verizon.net [71.189.154.249]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 827FE39E8008; Tue, 1 Jan 2013 19:12:46 -0800 (PST) Message-ID: <50E3A5AE.9010602@cs.ucla.edu> Date: Tue, 01 Jan 2013 19:12:46 -0800 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Mikael Pettersson Subject: Re: [PATCH] unbreak Emacs on Linux/M68K Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.5 (-) X-Debbugs-Envelope-To: 13332 Cc: 13332@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.5 (-) This part of Emacs has changed in the trunk -- there's no longer an m/m68k.h file. But more important, can you explain more why the patch is needed, and how it works? First, Emacs shouldn't require any particular alignment for EMACS_INT: the alignment requirements are on the larger objects that Emacs allocates, not on EMACS_INT per se. Second, even if there's a bug in Emacs where it's incorrectly assuming that EMACS_INT is aligned, I would expect it to require an alignment of 8, not of 4, since Emacs uses 3 tag bits, not 2. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 02 05:14:27 2013 Received: (at 13332) by debbugs.gnu.org; 2 Jan 2013 10:14:27 +0000 Received: from localhost ([127.0.0.1]:39645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqLL8-0005zn-7c for submit@debbugs.gnu.org; Wed, 02 Jan 2013 05:14:27 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:41658) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqLL4-0005ze-Rx for 13332@debbugs.gnu.org; Wed, 02 Jan 2013 05:14:24 -0500 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Ybp3x3C4Kz3hhdS; Wed, 2 Jan 2013 11:13:00 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3Ybp3w2rN8zbbgk; Wed, 2 Jan 2013 11:13:00 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id WOXC9EuArPCN; Wed, 2 Jan 2013 11:12:47 +0100 (CET) X-Auth-Info: 7TRaH8ukIAXLFE+fUT0/fV9Rfh4Xwf99QZ9a1FDoDV0= Received: from igel.home (ppp-88-217-103-193.dynamic.mnet-online.de [88.217.103.193]) by mail.mnet-online.de (Postfix) with ESMTPA; Wed, 2 Jan 2013 11:12:59 +0100 (CET) Received: by igel.home (Postfix, from userid 501) id F3741CA2A2; Wed, 2 Jan 2013 11:12:58 +0100 (CET) From: Andreas Schwab To: Mikael Pettersson Subject: Re: bug#13332: [PATCH] unbreak Emacs on Linux/M68K References: <20707.23120.274311.883850@pilspetsen.it.uu.se> X-Yow: I wonder if I could ever get started in the credit world? Date: Wed, 02 Jan 2013 11:12:58 +0100 In-Reply-To: <20707.23120.274311.883850@pilspetsen.it.uu.se> (Mikael Pettersson's message of "Tue, 1 Jan 2013 22:51:12 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 13332 Cc: 13332@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) The last time I tested emacs on m68k (about 8 months ago, before 24.2) it worked fine after I've fixed an alignment bug, see commit d2220b5. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 02 11:12:30 2013 Received: (at 13332) by debbugs.gnu.org; 2 Jan 2013 16:12:30 +0000 Received: from localhost ([127.0.0.1]:40285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqQvc-0007Fy-8k for submit@debbugs.gnu.org; Wed, 02 Jan 2013 11:12:29 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:44892) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqQvX-0007Fo-Uy for 13332@debbugs.gnu.org; Wed, 02 Jan 2013 11:12:25 -0500 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Yby111DJfz4KKGV; Wed, 2 Jan 2013 17:11:00 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3Yby106LCrzbbhy; Wed, 2 Jan 2013 17:11:00 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Can_qI-dcLAS; Wed, 2 Jan 2013 17:10:47 +0100 (CET) X-Auth-Info: +qX4sC9/SqfUSomZFqOZbC4o5/PKXjGY1t94pLswQF4= Received: from igel.home (ppp-88-217-103-193.dynamic.mnet-online.de [88.217.103.193]) by mail.mnet-online.de (Postfix) with ESMTPA; Wed, 2 Jan 2013 17:10:59 +0100 (CET) Received: by igel.home (Postfix, from userid 501) id 679E3CA2A2; Wed, 2 Jan 2013 17:10:59 +0100 (CET) From: Andreas Schwab To: Mikael Pettersson Subject: Re: bug#13332: [PATCH] unbreak Emacs on Linux/M68K References: <20707.23120.274311.883850@pilspetsen.it.uu.se> X-Yow: Just imagine you're entering a state-of-the-art CAR WASH!! Date: Wed, 02 Jan 2013 17:10:59 +0100 In-Reply-To: <20707.23120.274311.883850@pilspetsen.it.uu.se> (Mikael Pettersson's message of "Tue, 1 Jan 2013 22:51:12 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 13332 Cc: 13332@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Both emacs-24 and trunk are working fine for me. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 02 11:34:53 2013 Received: (at 13332-done) by debbugs.gnu.org; 2 Jan 2013 16:34:53 +0000 Received: from localhost ([127.0.0.1]:40306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqRHI-0007nn-0A for submit@debbugs.gnu.org; Wed, 02 Jan 2013 11:34:52 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:60872) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqRHG-0007ne-7L for 13332-done@debbugs.gnu.org; Wed, 02 Jan 2013 11:34:51 -0500 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3YbyVv56lnz3hhgf; Wed, 2 Jan 2013 17:33:26 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3YbyVt53pDzbbj1; Wed, 2 Jan 2013 17:33:26 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Ju4-sGa3WVQb; Wed, 2 Jan 2013 17:33:12 +0100 (CET) X-Auth-Info: mKiaiwalSD6FA0xLnGao3qeDs3hiS1KurGloKxpgY2k= Received: from igel.home (ppp-88-217-103-193.dynamic.mnet-online.de [88.217.103.193]) by mail.mnet-online.de (Postfix) with ESMTPA; Wed, 2 Jan 2013 17:33:24 +0100 (CET) Received: by igel.home (Postfix, from userid 501) id 6DDDDCA2A2; Wed, 2 Jan 2013 17:33:24 +0100 (CET) From: Andreas Schwab To: Mikael Pettersson Subject: Re: bug#13332: [PATCH] unbreak Emacs on Linux/M68K References: <20707.23120.274311.883850@pilspetsen.it.uu.se> X-Yow: Gee, I feel kind of LIGHT in the head now, knowing I can't make my satellite dish PAYMENTS! Date: Wed, 02 Jan 2013 17:33:24 +0100 In-Reply-To: (Andreas Schwab's message of "Wed, 02 Jan 2013 11:12:58 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 13332-done Cc: 13332-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) I just noticed that the commit didn't make it into 24.2. But it should be easy enough to backport for any interested parties. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 02 17:40:29 2013 Received: (at 13332-done) by debbugs.gnu.org; 2 Jan 2013 22:40:29 +0000 Received: from localhost ([127.0.0.1]:40451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqWz7-0008AK-78 for submit@debbugs.gnu.org; Wed, 02 Jan 2013 17:40:29 -0500 Received: from smtp1.uu.se ([130.238.7.54]:40336) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqWz4-0008AA-4Q for 13332-done@debbugs.gnu.org; Wed, 02 Jan 2013 17:40:27 -0500 X-Virus-Scanned: amavisd-new at uu.se X-Spam-Flag: NO X-Spam-Score: -3.835 X-Spam-Level: X-Spam-Status: No, score=-3.835 tagged_above=-9999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-1.935] autolearn=unavailable Received: from pilspetsen.it.uu.se (pilspetsen.it.uu.se [130.238.18.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bornea.its.uu.se (Postfix) with ESMTPS id 63C518855F; Wed, 2 Jan 2013 23:37:41 +0100 (CET) Received: (from mikpe@localhost) by pilspetsen.it.uu.se (8.14.5+Sun/8.14.5) id r02McMEd006158; Wed, 2 Jan 2013 23:38:22 +0100 (MET) X-Authentication-Warning: pilspetsen.it.uu.se: mikpe set sender to mikpe@it.uu.se using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20708.46814.388312.515027@pilspetsen.it.uu.se> Date: Wed, 2 Jan 2013 23:38:22 +0100 From: Mikael Pettersson To: Andreas Schwab Subject: Re: bug#13332: [PATCH] unbreak Emacs on Linux/M68K In-Reply-To: References: <20707.23120.274311.883850@pilspetsen.it.uu.se> X-Mailer: VM 7.17 under Emacs 20.7.1 X-Spam-Score: -1.5 (-) X-Debbugs-Envelope-To: 13332-done Cc: Mikael Pettersson , 13332-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Andreas Schwab writes: > I just noticed that the commit didn't make it into 24.2. But it should > be easy enough to backport for any interested parties. I spotted three alignment-related trunk commits around that time: f17846357a5b00985131f1766dc705efa995191f d2220b5dc1122f7ee597d26f5ce874a768be9b08 68be74b0a5c9cdac93f4f1d19760925dd3d264ed I can confirm that applying all three to 24.2 unbreaks it on m68k. Case closed. /Mikael From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 03 14:45:46 2013 Received: (at control) by debbugs.gnu.org; 3 Jan 2013 19:45:46 +0000 Received: from localhost ([127.0.0.1]:41956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqqjZ-0006D3-Na for submit@debbugs.gnu.org; Thu, 03 Jan 2013 14:45:46 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:56577) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqqjY-0006Cw-1I for control@debbugs.gnu.org; Thu, 03 Jan 2013 14:45:44 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TqqjV-0002VN-6b for control@debbugs.gnu.org; Thu, 03 Jan 2013 14:45:41 -0500 Date: Thu, 03 Jan 2013 14:45:41 -0500 Message-Id: Subject: control message for bug 13332 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) fixed 13332 24.3 From unknown Sun Jun 22 00:03:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 Feb 2013 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator