From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72483 invoked by alias); 24 Jan 2020 14:15:24 -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 72387 invoked by uid 89); 24 Jan 2020 14:15:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:531, story, HContent-Transfer-Encoding:8bit X-HELO: mail-wr1-f68.google.com Received: from mail-wr1-f68.google.com (HELO mail-wr1-f68.google.com) (209.85.221.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jan 2020 14:15:17 +0000 Received: by mail-wr1-f68.google.com with SMTP id y17so2166782wrh.5 for ; Fri, 24 Jan 2020 06:15:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=q7zUINtWJ5Yu5mjAy5N+yRdwMF3l+jvqjkOsWtIsAvc=; b=AcqAHBv6l1mC+hJI75Z9NTjwkVa+0VHUyV2uXjaUMcmllD9r/EKYt8fxndZYl1fdam N3piwCJPltUPthZFw6yWWof09MHWdOGBy0tSKviOkCHRtAmEoy+bRdQssZzev5OAYtQz wHxwtVT/rEuvTXF8VtvY16GGbRDDdsoQWAFoE= Return-Path: Received: from cbiesinger.roam.corp.google.com (fanzine.igalia.com. [178.60.130.6]) by smtp.googlemail.com with ESMTPSA id t25sm6974515wmj.19.2020.01.24.06.15.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Jan 2020 06:15:14 -0800 (PST) From: cbiesinger@chromium.org To: gdb-patches@sourceware.org Cc: Christian Biesinger Subject: [PATCH 0/3] Fix some ARM NetBSD compile errors Date: Fri, 24 Jan 2020 14:15:00 -0000 Message-Id: <20200124141458.171392-1-cbiesinger@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2020-01/txt/msg00786.txt.bz2 From: Christian Biesinger I tried compiling GDB for ARM NetBSD (long story) and found some compile errors. This fixes some of them. Christian Biesinger (3): Support the NetBSD version of pthread_setname_np Define _KMEMUSER in arm-nbsd-nat.c Make the class name in the definition match the declaration gdb/arm-nbsd-nat.c | 5 +++-- gdbsupport/thread-pool.c | 12 ++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) -- 2.25.0.341.g760bfbb309-goog