From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id C24C93882049 for ; Tue, 2 Jul 2024 15:49:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C24C93882049 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C24C93882049 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=78.133.224.34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719935388; cv=none; b=c0Q6Jh5xb8D7NqNjSeHZ1CM/85JPWecA0OxunRu6/tJgN3Oqk0Z2Ly943xdh40ot8ZZ0IJojUHrnCPHS7MWHac11/eNXXuY/uJmxILm/BAxiK7xXsa5zhSmPnyO2iW/qrD4jsfDCDER3CCBK/S/XjLFCXK4JswmIt+lrSfsGPnE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719935388; c=relaxed/simple; bh=rZ618UlmND3uViN4/KY1u83a2TJB11hVdu9gcHhJks8=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=yFSCDxQu+LZCdSbxSb5gmg9ScicSMRwBMXlsmm93/ozEPuAsbUSSRzj3OWCfSdeLrxpGAufCLDjKZi9j/YpjJ4ZdDvvtJa1GbboKWJ2iex0rlgHyKMNKvovnMQ+3B7AbDrhPKeMWc9BkFXBf21AcLt6wfHQiBSGYX2pGQcBbgQM= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by angie.orcam.me.uk (Postfix, from userid 500) id 9C54392009C; Tue, 2 Jul 2024 17:49:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 96FE392009B; Tue, 2 Jul 2024 16:49:45 +0100 (BST) Date: Tue, 2 Jul 2024 16:49:45 +0100 (BST) From: "Maciej W. Rozycki" To: Tankut Baris Aktemur cc: gdb-patches@sourceware.org Subject: Re: [PATCH 01/46] gdb, intelgt: add intelgt as a basic machine In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1161.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_INFOUSMEBIZ,KAM_LAZY_DOMAIN_SECURITY,KAM_LINKBAIT,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 2 Jul 2024, Tankut Baris Aktemur wrote: > Add 'intelgt' as a basic machine to config.sub. This file is maintained elsewhere and changes needs to be submitted to before they are imported to GDB or binutils; see the top-level MAINTAINERS file for further details of the process here. Maciej