From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15909 invoked by alias); 10 Jan 2019 18:58:36 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 15895 invoked by uid 89); 10 Jan 2019 18:58:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org 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:637, Hx-spam-relays-external:209.85.217.66, H*RU:209.85.217.66 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-vs1-f66.google.com Received: from mail-vs1-f66.google.com (HELO mail-vs1-f66.google.com) (209.85.217.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Jan 2019 18:58:34 +0000 Received: by mail-vs1-f66.google.com with SMTP id x64so7667942vsa.5 for ; Thu, 10 Jan 2019 10:58:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Vr6HFSz8RnWQrWT7ajx7wdNPWxMXOpq4Iku2g7irfYM=; b=O9uQCfjgvkaT5CbChZLkFLvAtUtStj0KzqwEb3aoRy9Ty+/j5dvPm6+7vcEYoLjwKz OWXjAB8e5Srrztf+EpyVrvWjw36FJa3H3yYchZCYSe+98htRlGjcU2h5CtLZBlTxJ41l Yo4O6vIhRyJO2afWCeGg2FoNf/llSXP4URJFAHR48UFzuVUmxshP4TyVUchmywQUTL/T nbnT6d20CTIgQ366eO8p+Yu/GktXKiNm1uYBC/YfknBn+kfsEp0h0YNKpDIHfHkjtP7h /Cr/z4Z2QZ/ImSimiACJrjPykKv6udasZb82k2XSoIeujHRIUn5HaFU9tJ/sjkUYNLQ4 a/+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Vr6HFSz8RnWQrWT7ajx7wdNPWxMXOpq4Iku2g7irfYM=; b=uH0Ic1SCAehuczbjpgvPFOUPvRrnA34jB5BVRzwajue3qvVf/OeBAFBnugBd9vT8wP iN2AdlkhE8Hjh18AJ7AmfI48EA+QZKB5zdwGg+QQOjVOY1HDudsZGcLtRGExDVqFqmgm 0hjaYTc5t0yLHHBCucIGbXKDP3HWEHojo1d6JCi1BMFEGG+M2Jg+fzoCWDEOVV80GLrt iH7Gu+STVVrZm7vUKoET4dAQoRqdZGLiZS0NKjvpgFf45rdOrrky9QsB1T10yUSnrOla Kkbs6Ke/0oo6zQLtQhcf3v6LWtTVPdvTsxW3Ks3hx/mNC+1XgQT5oII+LJ0NMR3Qyzqa U+jQ== X-Gm-Message-State: AJcUukdcamhyS3tNZGvETBTSk8AvcsWcC7675iUYi5mizqgpj/AS9F71 az4+mzqnhzpOnuZmc7TdYuaHjFqkC70Sb/eOZzZwxA== X-Google-Smtp-Source: ALg8bN7UeFMSIQw1sS+DRCSUj+C4UKPWDBIj8xtXygUIxs/xuRTP5Ae7jtgsVSHuTCKdU6nmC7CnemYf4qDg/hZALKA= X-Received: by 2002:a67:e0d4:: with SMTP id m20mr4822102vsl.182.1547146713097; Thu, 10 Jan 2019 10:58:33 -0800 (PST) MIME-Version: 1.0 References: <20181227232611.16761-1-jimw@sifive.com> <4a2ed47996f5eddba5988d54d2d8075908efd82b.camel@klomp.org> In-Reply-To: <4a2ed47996f5eddba5988d54d2d8075908efd82b.camel@klomp.org> From: Jim Wilson Date: Thu, 10 Jan 2019 18:58:00 -0000 Message-ID: Subject: Re: [PATCH] RISC-V: Add initial return value location support. To: Mark Wielaard Cc: elfutils-devel@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-q1/txt/msg00019.txt.bz2 On Thu, Jan 10, 2019 at 4:26 AM Mark Wielaard wrote: > We really should add a non-native test, so it is easier to test on > other arches. But currently only aarch64 has one (run-funcretval.sh). > I'll see if I can extend that to other arches. Then we can also see if > we can get the aggregates correct. RISC-V will require additional types for full coverage. I've been adding extra types to my local copy of the testcase .c file as I implement them, but I still have a ways to go before this is finished, and a few too many things on my to do list. Jim