From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: support for mips32r6 Date: Mon, 06 Jan 2020 22:01:19 +0100 Message-ID: <8736css3j4.fsf@pobox.com> References: <92188107.04DtdhtvNo@omega> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="55111"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: guile-devel@gnu.org To: Bruno Haible Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 06 22:01:47 2020 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ioZVS-000EAs-7I for guile-devel@m.gmane.org; Mon, 06 Jan 2020 22:01:46 +0100 Original-Received: from localhost ([::1]:33500 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioZVQ-0006hf-Sk for guile-devel@m.gmane.org; Mon, 06 Jan 2020 16:01:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35895) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioZVK-0006gx-1e for guile-devel@gnu.org; Mon, 06 Jan 2020 16:01:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioZVH-0008Sq-EA for guile-devel@gnu.org; Mon, 06 Jan 2020 16:01:36 -0500 Original-Received: from fanzine.igalia.com ([178.60.130.6]:38901) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioZVF-0008LI-Eo for guile-devel@gnu.org; Mon, 06 Jan 2020 16:01:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=UYlJTy+IfEG38VnaFS31dYlWWgWB2FfF0uw9emsa34w=; b=Ym55SuvtEDxMa21IF7K00QD2H0w1T3Wt1fS1pRnpdS0/3YQ1s1PTymsNcUCbCVHQON2JtYpodNgdQl4Sco3C4BAinjxqFP8PErMVmw4wpM/6m1BwhsgzJwlb/dBqmOSyY3gFETaUfjmL1E7y10k0m6addJRItFTpfXtWBzndJQJawgv603Jsd7oX6ExT8hHQ+Z+J3d+Csg8Ljae/ikRJr/4g77c26MJ1lB82mBd2xiVTcT/pRobH9+1bzzW7MA4yx49YNmh+dcAcLjBmjGDmrXT1W+T7cduZEiTh4YlBUjQwFKkeYZGUUpG0AluPHFG/aK73daBRH8UbQYYd30435w==; Original-Received: from [88.123.12.110] (helo=sparrow) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1ioZVB-0000S8-9D; Mon, 06 Jan 2020 22:01:29 +0100 In-Reply-To: <92188107.04DtdhtvNo@omega> (Bruno Haible's message of "Fri, 30 Aug 2019 10:09:47 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 178.60.130.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:20236 Archived-At: On Fri 30 Aug 2019 10:09, Bruno Haible writes: > A libffcall bug report [1] made me aware of an incompatible change in > the MIPS ISAs. Namely, for jumping to an address given in a register, > starting with mips32r6, the existing 'jr' instruction does not work > any more: it produces an 'illegal instruction'. Thanks for the fix; applied :) Andy