From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 01E4B3858D3C for ; Thu, 26 Aug 2021 17:26:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 01E4B3858D3C Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 17QHQIgB020914 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 26 Aug 2021 13:26:23 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 17QHQIgB020914 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 56E131ECEB; Thu, 26 Aug 2021 13:26:18 -0400 (EDT) Subject: Re: [PATCH] haiku: Upstream operating system support To: Alexander von Gluck IV , gdb-patches@sourceware.org References: <20210826171607.2069233-1-kallisti5@unixzen.com> From: Simon Marchi Message-ID: <396375e7-5006-5c9d-5c87-cdf37c5c32ec@polymtl.ca> Date: Thu, 26 Aug 2021 13:26:18 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210826171607.2069233-1-kallisti5@unixzen.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Thu, 26 Aug 2021 17:26:18 +0000 X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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: Thu, 26 Aug 2021 17:26:34 -0000 On 2021-08-26 1:16 p.m., Alexander von Gluck IV wrote: > These are the os support patches we have been grooming and maintaining > for quite a few years over on git.haiku-os.org > --- > bfd/config.bfd | 34 +++++++++++++++++++++++++++ > bfd/configure | 2 +- > binutils/configure | 2 +- > configure | 2 +- > configure.ac | 2 +- > gas/config/tc-i386.c | 1 + > gas/config/te-haiku.h | 30 ++++++++++++++++++++++++ > gas/configure | 2 +- > gas/configure.tgt | 8 +++++++ > gprof/configure | 2 +- > ld/Makefile.am | 6 +++++ > ld/Makefile.in | 12 ++++++++++ > ld/configure | 4 ++-- > ld/configure.tgt | 20 ++++++++++++++++ > ld/emulparams/aarch64haiku.sh | 39 +++++++++++++++++++++++++++++++ > ld/emulparams/armelf_haiku.sh | 33 ++++++++++++++++++++++++++ > ld/emulparams/elf32ppchaiku.sh | 7 ++++++ > ld/emulparams/elf_haiku.sh | 1 + > ld/emulparams/elf_i386_haiku.sh | 7 ++++++ > ld/emulparams/elf_mipsel_haiku.sh | 3 +++ > ld/emulparams/elf_x86_64_haiku.sh | 2 ++ > libtool.m4 | 2 +- > opcodes/configure | 2 +- Hi, Those directories are maintained by binutils, so this needs to be sent to binutils@sourceware.org. Thanks, Simon