From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) by sourceware.org (Postfix) with ESMTPS id 9E104384D17A for ; Thu, 20 Oct 2022 19:04:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9E104384D17A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-qv1-f41.google.com with SMTP id o8so326952qvw.5 for ; Thu, 20 Oct 2022 12:04:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:reply-to:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=vy6832wOd22ldXpDXlwEfjCpSDdVyNEm/b92u4seD+0=; b=WPvcJda6O6ZuPIi0LlZcpZNhPXZqBSrxrc1oU7cZFVa3m7idy0hMQKw57XWOi0K3so KyDJJPnkJeWkgjRn5FgSxxNcJeDECoLnEgY4skA9nxtTJ0hI+UIcS4VQFoZ0PUzqTpaX vmYoJsodp/l/LNNQOqixf2cemQbpEEyB/4NiTWA5Yyc1+ZyWArQip4/OkJT3cgehgMzo AAcqPrTuny2O9mlMCT2tu8OLP7SGRXfsJcQjf223CSTs7oS73kHexlIgr4RQz6EbChJM T9mQNAeFmc0cHDvyX3y5qSOWT5ZGW3oIgf2pj7FPRd8MZu4dVEchZstVGh5osg1Ng7ED NjWA== X-Gm-Message-State: ACrzQf3oOVjvZnE1wONAtm0Uo0+PznHPlIi49yyaXVpvBZukjjE78Ert mYqcKJF4JNW2cItwZzTdI0D8dSOgLG/YIA== X-Google-Smtp-Source: AMsMyM62/D3l5QbnET0pGEAfKrgmsCOfuOw+JpS1HddcycMsTnr19hGxn408gh28pZYOAx2/yzAj7Q== X-Received: by 2002:a05:6214:20a6:b0:4b4:32a9:6c96 with SMTP id 6-20020a05621420a600b004b432a96c96mr12578852qvd.63.1666292655286; Thu, 20 Oct 2022 12:04:15 -0700 (PDT) Received: from mail-yw1-f173.google.com (mail-yw1-f173.google.com. [209.85.128.173]) by smtp.gmail.com with ESMTPSA id w16-20020a05620a425000b006ce441816e0sm7816212qko.15.2022.10.20.12.04.14 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 20 Oct 2022 12:04:15 -0700 (PDT) Received: by mail-yw1-f173.google.com with SMTP id 00721157ae682-35ad0584879so2543567b3.7 for ; Thu, 20 Oct 2022 12:04:14 -0700 (PDT) X-Received: by 2002:a0d:eb88:0:b0:367:284a:a4a with SMTP id u130-20020a0deb88000000b00367284a0a4amr8038033ywe.282.1666292653791; Thu, 20 Oct 2022 12:04:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: joel@rtems.org From: Joel Sherrill Date: Thu, 20 Oct 2022 14:04:01 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Obsolete beos To: Alan Modra Cc: binutils@sourceware.org Content-Type: multipart/alternative; boundary="000000000000b8a24105eb7bfdfb" X-Spam-Status: No, score=-3037.7 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000b8a24105eb7bfdfb Content-Type: text/plain; charset="UTF-8" What happens with Haiku? Does this impact it? Not that I have any detailed knowledge about Haiku or Beos but I do know they are related. :) --joel On Wed, Oct 19, 2022 at 6:48 PM Alan Modra via Binutils < binutils@sourceware.org> wrote: > See https://sourceware.org/pipermail/binutils/2021-September/117850.html > > * config.bfd: Obsolete *-*-beos*. Simplify x86 beos match. > > diff --git a/bfd/config.bfd b/bfd/config.bfd > index 0ae8eb39d29..0bc27fdce97 100644 > --- a/bfd/config.bfd > +++ b/bfd/config.bfd > @@ -48,6 +48,7 @@ targ_underscore=no > > # Catch obsolete configurations. > case $targ in > + *-*-beos* | \ > null) > if test "x$enable_obsolete" != xyes; then > echo "*** Configuration $targ is obsolete." >&2 > @@ -751,7 +752,7 @@ case "${targ}" in > targ_defvec=i386_pe_vec > targ_selvecs="i386_pe_vec i386_pei_vec" > ;; > - i[3-7]86-*-beoself* | i[3-7]86-*-beos*) > + i[3-7]86-*-beos*) > targ_defvec=i386_elf32_vec > targ_selvecs="iamcu_elf32_vec i386_pe_vec i386_pei_vec" > ;; > > -- > Alan Modra > Australia Development Lab, IBM > --000000000000b8a24105eb7bfdfb--