From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10046 invoked by alias); 23 Mar 2017 10:53:55 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 9971 invoked by uid 89); 23 Mar 2017 10:53:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:859 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Mar 2017 10:53:52 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 049EF8137F; Thu, 23 Mar 2017 11:53:52 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TvXcJdLrJdiP; Thu, 23 Mar 2017 11:53:51 +0100 (CET) Received: from [IPv6:2a02:2ab8:224:1:45:3e4:3b32:9efd] (unknown [IPv6:2a02:2ab8:224:1:45:3e4:3b32:9efd]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id D149481374; Thu, 23 Mar 2017 11:53:51 +0100 (CET) Subject: Re: binutils-2_28-branch: Assorted RISC-V Fixes To: Palmer Dabbelt , binutils@sourceware.org References: <20170322230408.8885-1-palmer@dabbelt.com> From: gingold Message-ID: <063f9365-f6ce-0ecf-4c92-6119c2d26985@adacore.com> Date: Thu, 23 Mar 2017 10:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170322230408.8885-1-palmer@dabbelt.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00320.txt.bz2 On 23/03/2017 00:04, Palmer Dabbelt wrote: > Since 2.28 was released a few fixes have landed on master that I think are sane > for the 2.28 branch. The patches have better descriptions, but they are: > > * Fixes to allow assembly of a half dozen or so compressed instructions. > * Debug info relocation fixes. > * Help text/documentation. > > Are these OK for the 2.28 branch? Yes, that's fine. > > [PATCH 1/7] RISC-V: Fix [dis]assembly of srai/srli > [PATCH 2/7] RISC-V: Fix the offset of CFA relocation. > [PATCH 3/7] RISC-V: Fix DW_CFA_advance_loc relocation. > [PATCH 4/7] RISC-V: Define DWARF2_USE_FIXED_ADVANCE_PC. > [PATCH 5/7] RISC-V: Fix assembler for c.addi, rd can be x0 > [PATCH 6/7] RISC-V: Fix assembler for c.li, c.andi and c.addiw > [PATCH 7/7] Sanitize RISC-V GAS help text, documentation >