From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30625 invoked by alias); 16 Jul 2018 21:51:25 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 30598 invoked by uid 89); 16 Jul 2018 21:51:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f67.google.com Received: from mail-wm0-f67.google.com (HELO mail-wm0-f67.google.com) (74.125.82.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Jul 2018 21:51:23 +0000 Received: by mail-wm0-f67.google.com with SMTP id s13-v6so11017722wmc.1 for ; Mon, 16 Jul 2018 14:51:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QPbEFTgZ7nh9k66kNQ4+a/z0/sbNwlBT0ZCDZjCUkxc=; b=M4DrPtZJ5COnM18E7l8QOG5Wxp3aBwIcdAquTqmsHvHT1m/VSnLjdgdh5dEHuLOVVx wisBTnfoOMOVKONvipX1uKrONXvXV5uoV+tZ+069D7994jndYQkeSg5/xcX3ezTNiNZi 8oPTk7VfiyXRoZx3RuXlm0j44mGg2enJHaTA3+Rzv78Vn0BwpZoynftlypIYuTkrwq1M OxAvucS7johcGF/F3f21Cb6lzVKRUbadv6K+gR/vl3J1/IbFeSOiMIh7zLQRAgHHHPj6 YXO8dY/AG3TR7CDxV06hvNTjckVL7oKPF8W9RufEzlz15G9j4UBtn4cM91sYDbKT/tEc 7W/w== MIME-Version: 1.0 Received: by 2002:adf:e44b:0:0:0:0:0 with HTTP; Mon, 16 Jul 2018 14:51:20 -0700 (PDT) In-Reply-To: <16706857fdc1be2a14e982b3a57eaf99@polymtl.ca> References: <20180704001518.27593-1-jimw@sifive.com> <20180704091106.GF2675@embecosm.com> <20180706213950.GO2675@embecosm.com> <16706857fdc1be2a14e982b3a57eaf99@polymtl.ca> From: Jim Wilson Date: Mon, 16 Jul 2018 21:51:00 -0000 Message-ID: Subject: Re: [PATCH] RISC-V: Add osabi support. To: Simon Marchi Cc: Andrew Burgess , John Baldwin , gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-07/txt/msg00502.txt.bz2 On Fri, Jul 6, 2018 at 6:53 PM, Simon Marchi wrote: >>> >> This adds the osabi init call that the linux native port needs. >>> >> >>> >> gdb/ >>> >> * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi. This was approved by Andrew (RISC-V) and Simon (global) so I committed it. Jim