From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47162 invoked by alias); 22 Mar 2017 23:04:30 -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 47150 invoked by uid 89); 22 Mar 2017 23:04:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=(unknown) X-HELO: mail-pg0-f52.google.com Received: from mail-pg0-f52.google.com (HELO mail-pg0-f52.google.com) (74.125.83.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Mar 2017 23:04:28 +0000 Received: by mail-pg0-f52.google.com with SMTP id g2so113218681pge.3 for ; Wed, 22 Mar 2017 16:04:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:to:subject:date:message-id; bh=vBDMNyvwouOvaLHox+wl1Ghde3TAXbUspFb8ZP7m8Dk=; b=Ct4Gj5bo0JDQViHeeqSqNrSaq3rKe8hEEYySj71bMvy0nMVJhx9YHN11zGAN2Fqmge bGLhWW8c4r/MgLrLXDSBwaY50KaeuX+h4A6cZUwdDZAIqtYug1Udvn0gT7RXEerHLJiP Nfv3cfLEe+Qz/FQZDGiF5Dv70bjfpaoPkvzEZ4hIWLRNv0CRVmCt6AlAE9DqSnTA6plL 4a7lTSpEjkz9Un8ip7pjgpKhc8EYA7hmvAOxTxJTwO0q4mtWP/psFNCAKW83jfnFI5GD 5G6yj564a3apqjCHUQKtZc6jjqeg1C3mYuioz/G9eBC5ulACZMe83GlSfZps/8VuM5dv EQ8w== X-Gm-Message-State: AFeK/H090m1ayOZkzvWz/JGTVHgMQQN6gWupcQdJOTxu63ayFlwYwvPYUJXuCBUGkhv+xQ== X-Received: by 10.98.108.196 with SMTP id h187mr49845236pfc.233.1490223868155; Wed, 22 Mar 2017 16:04:28 -0700 (PDT) Received: from localhost ([216.38.154.21]) by smtp.gmail.com with ESMTPSA id n85sm5876815pfi.101.2017.03.22.16.04.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Mar 2017 16:04:27 -0700 (PDT) From: Palmer Dabbelt To: binutils@sourceware.org To: Tristan Gingold Subject: binutils-2_28-branch: Assorted RISC-V Fixes Date: Wed, 22 Mar 2017 23:04:00 -0000 Message-Id: <20170322230408.8885-1-palmer@dabbelt.com> X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00310.txt.bz2 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? [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