From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40036 invoked by alias); 4 Dec 2019 22:17:53 -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 40008 invoked by uid 89); 4 Dec 2019 22:17:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.4 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=weeks, HX-Languages-Length:561 X-HELO: mail-oi1-f195.google.com Received: from mail-oi1-f195.google.com (HELO mail-oi1-f195.google.com) (209.85.167.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Dec 2019 22:17:50 +0000 Received: by mail-oi1-f195.google.com with SMTP id v10so761575oiv.12 for ; Wed, 04 Dec 2019 14:17:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Dipwz6MamUFQ0XzvnZn1Ur33AyGtz71brq6jk9QMyiA=; b=ntmyjTpppy4c61Z+Jf62dHY0CAzOYMc606tR74+mfJ6sM/om8nEtNC6BJDOU8EvboL kWn706hEglcqVjWlCZa724Gyibu9eZ8bMUu10xa0rbmIqpr56TDuUOSOjDfkQoSXdggt XVK8ZTofJ4mivDBEmhcJ8OANUU7yVUU8EXPhWAai/I265Tmnkeku4iWNl36KxNG7exFI EBTThii8QqvfOde5R8rJ1KxVRlfUN3tq+lryAD/y8DwLSm4WdtgweDM4yCapAtkzPejo HqbDovHgCrT45LuwMboOw7zQvyIKeSrex/Xhb6/eGKpm/meuJ8j5GhfM1j+v/Ym9EzL1 oeiQ== MIME-Version: 1.0 References: <20191122170716.223190-1-cbiesinger@google.com> <87r21jajio.fsf@tromey.com> In-Reply-To: <87r21jajio.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Wed, 04 Dec 2019 22:17:00 -0000 Message-ID: Subject: Re: [PATCH] Fix (most) OpenBSD link errors To: Tom Tromey Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00170.txt.bz2 On Wed, Dec 4, 2019 at 3:05 PM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > I didn't see a reply to this one. Yep, there wasn't one, and it didn't reach the two weeks timeframe for pinging yet. > Christian> 2019-11-22 Christian Biesinger > > Christian> * configure.nat (obsd64): Add missing files x86-nat.o and > Christian> nat/x86-dregs.o. > > Looks good, thank you. Thank you, pushed. Christian