From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id RIXOAkH2emGNRQAAWB0awg (envelope-from ) for ; Thu, 28 Oct 2021 15:13:05 -0400 Received: by simark.ca (Postfix, from userid 112) id ED6AA1F0BB; Thu, 28 Oct 2021 15:13:04 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 8E38D1E940 for ; Thu, 28 Oct 2021 15:13:03 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CD971385780F for ; Thu, 28 Oct 2021 19:13:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD971385780F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1635448382; bh=XcqnjQvHctLVFJ8tflkG9ZjBM94um1cwqtBLTg8WHe4=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=AoY0jUX6U6CAys9rBAF3OZ4vVxtCm2iD5Dd7XzToBp3ukflJhjPYiMqv2VHyuaBtC IbJRanXxMtvMpVMD8o1XPfAk06c/VygUe1J8WjNVYfmtZlhy1iLg1BxjbKvgL5HIT8 EpzfjNqGlG1OykDZSeg34W/Lfie37ZxP76yKExn0= Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) by sourceware.org (Postfix) with ESMTPS id 1386D3857819 for ; Thu, 28 Oct 2021 19:10:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1386D3857819 Received: by mail-qk1-x734.google.com with SMTP id bi29so6902463qkb.5 for ; Thu, 28 Oct 2021 12:10:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=XcqnjQvHctLVFJ8tflkG9ZjBM94um1cwqtBLTg8WHe4=; b=RpEmbnO74bKgdBy+VpUghItsluwkZC6d+RmeT/IEh0klq1eNocl4pwhbEqPQpk37gB RjxGayr45lpc+hoQfZYRqm5weyJ9sFKPBWvmmgX+xuJul5OByrBMbVncdI0ybgRPB3wY vZSTKjMJuraeVplic90VS07qqzK6rSgADHUQZXYbg0NELsQ3l647I255yws58ES7jwNt zWdgIU2lGxXt0IRDWf1Eg/ovnHcEn6rKNnE1yJcqNBZFBpSXRnTKtJDgCxn+/V4xjyiW k5JAfOuqGmZdcHhzvaTaphCEKfFuI2vPsz+V0+AMJmYiYLUgc7/NyQogXTeoGPT3CglN aVyA== X-Gm-Message-State: AOAM530LYfCu0tM9d/+tK5HfGxMIAY4Hx18TtYpSp49GUso23xyb3q3b bYTPeIGpmNic1u/Hb3eocvo15NK6mv35G/yJv/vyn18Z+dvqWQ== X-Google-Smtp-Source: ABdhPJzkP4plXQzXQVwWfgMwiDUtlQbi+/BSJS8QNie8OrLv5geEtky0BCBhXsUIxBiFQI3yytSD6Vo1t6ckiu1+1TI= X-Received: by 2002:a37:9786:: with SMTP id z128mr5135231qkd.420.1635448219407; Thu, 28 Oct 2021 12:10:19 -0700 (PDT) MIME-Version: 1.0 References: <20211008201657.630932-1-cbiesinger@google.com> In-Reply-To: Date: Thu, 28 Oct 2021 15:09:41 -0400 Message-ID: Subject: Re: [PATCH] [sim] Include defs.h in ppc/hw_memory.c To: Christian Biesinger , gdb-patches , Christian Biesinger Content-Type: text/plain; charset="UTF-8" X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Christian Biesinger via Gdb-patches Reply-To: Christian Biesinger Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On Fri, Oct 8, 2021 at 9:16 PM Mike Frysinger wrote: > > lgtm, thanks > > (if you need me to push, lemme know) I finally found my SSH key again and pushed this. d6dc01baf75..cf365c10d07 HEAD -> master Christian