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 15B6A3858D33 for ; Sun, 1 May 2022 22:56:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 15B6A3858D33 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 Received: by angie.orcam.me.uk (Postfix, from userid 500) id A0E2192009C; Mon, 2 May 2022 00:56:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 99C2F92009B; Sun, 1 May 2022 23:56:28 +0100 (BST) Date: Sun, 1 May 2022 23:56:28 +0100 (BST) From: "Maciej W. Rozycki" To: Aleksandar Rikalo cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/3] bfd: Add support for nanoMIPS architecture In-Reply-To: <20220429155813.388328-2-aleksandar.rikalo@syrmia.com> Message-ID: References: <20220429155813.388328-1-aleksandar.rikalo@syrmia.com> <20220429155813.388328-2-aleksandar.rikalo@syrmia.com> 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=-1162.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_INFOUSMEBIZ, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Sun, 01 May 2022 22:56:31 -0000 Hi Aleksandar, > create mode 100644 bfd/cpu-nanomips.c > create mode 100644 bfd/elfnn-nanomips.c > create mode 100644 bfd/elfxx-nanomips.c > create mode 100644 bfd/elfxx-nanomips.h > create mode 100644 include/elf/mips-common.h > create mode 100644 include/elf/nanomips.h > create mode 100644 include/opcode/nanomips.h > create mode 100644 opcodes/nanomips-dis.c > create mode 100644 opcodes/nanomips-formats.h > create mode 100644 opcodes/nanomips-opc.c BFD/opcodes changes need to be sent to . Please consult the MAINTAINERS file at the top level for what mailing list to use for individual subdirectories. Maciej