From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Bo8HGCsQb2LqtgMAWB0awg (envelope-from ) for ; Sun, 01 May 2022 18:56:43 -0400 Received: by simark.ca (Postfix, from userid 112) id 522DB1E058; Sun, 1 May 2022 18:56:43 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=ham autolearn_force=no version=3.4.6 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 5FA871E01D for ; Sun, 1 May 2022 18:56:42 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 57B983858028 for ; Sun, 1 May 2022 22:56:41 +0000 (GMT) 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 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-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: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" 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