From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id 943B1385800A for ; Mon, 20 Sep 2021 14:37:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 943B1385800A Received: by mail-pf1-x42b.google.com with SMTP id s16so8194271pfk.0 for ; Mon, 20 Sep 2021 07:37:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=1S5LTbNN5XzoaRskIcn5HnBlqQkBcJFcGtvGV2wzGJM=; b=e6bee5vNz9Zvcgo7rBpkeHZ9Jne/SwaeWtfeO4zOd9d3a5Q6ywWxqOEqY/QgHAIKAe 2LDr4kl8C2BmIfSipiJlkoiuZYSxjzJnivNUIqRpR0sIca9Mxhemg8aTYiQFPL4UFNoM 7lbA2MwhVUlb7S9ydXNtVuK7mPPEufGZCisCUmDcU5QFh6V+irlv77V4seXx14t2kI0M V5qCdYU0+ea43H+JN+xyTclfdU7MEZx5TePVf6xOw3BdyN+bfWc87I81v+nW0UqF8HZg u5PlbZzx0Mgm8dKuiOuyXJvksBgjcndX3GzjUBlthgy7aik/JhBTT5kOkGbzoy/drNIz jAXg== X-Gm-Message-State: AOAM532GNqLWmHrCJRlFv2efhluSmdM+6v+hKmCowrQ0ClgHodLkZba7 JNY4iByW6pQ+ecmlyg/CwiCP2q8Tjh0= X-Google-Smtp-Source: ABdhPJy8LQSjywI8J4jm7akc3Tm9ysblK7I6ok+g2TO3GAFG0CYpXARaNBWzXFlJ2tSSioq/QesfNQ== X-Received: by 2002:a63:4e65:: with SMTP id o37mr24034497pgl.202.1632148672612; Mon, 20 Sep 2021 07:37:52 -0700 (PDT) Received: from [172.31.0.175] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id v6sm14999784pfv.83.2021.09.20.07.37.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 20 Sep 2021 07:37:52 -0700 (PDT) Subject: Re: [PATCH] Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11* To: Richard Biener , gcc-patches@gcc.gnu.org Cc: dave.anglin@bell.net References: From: Jeff Law Message-ID: <18dbfedc-aa28-b337-0a1d-2b0991a1cccb@gmail.com> Date: Mon, 20 Sep 2021 08:37:51 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, 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: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2021 14:37:55 -0000 On 9/20/2021 1:00 AM, Richard Biener wrote: > This obsoletes the 32bit hppa-hpux configurations which only support > STABS as debuginfo format. > > As discussed, I'm going to push this (and a changes.html entry) when > it was included in a bootstrap/regtest cycle. > > 2021-09-20 Richard Biener > > gcc/ > * config.gcc: Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11*. > > contrib/ > * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and > hppa2.0-hpux11.9. Is this marking hppa2.0w-hp-hpux11 as obsolete?  That platform is using ELF & DWARF. jeff