From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 7BA173858405 for ; Fri, 10 Sep 2021 15:16:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7BA173858405 Received: by mail-ot1-x32d.google.com with SMTP id l7-20020a0568302b0700b0051c0181deebso2638116otv.12 for ; Fri, 10 Sep 2021 08:16:07 -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=/elUMIXgE3Qq5GPNjx2OzpQ6faLFI9UAmWk76rmZtWU=; b=L1w0cGoz+Cin7IUdKTDvUiKyrzRvbBO2nXAFosCW2xqvxOeaHj82liZ0UB1udBuHTI kwTLaF5OCOZ5mNRxjgFgOruK3gkbp0z1lgfn5YEQctP7EsB88inlBdwtqErbDaySD03K cWiiGgNf30f2wkEMYtGQitQBsvIoWhEWGHPiP7F8TIokfoiRVxxGbdPJ0b4Dp9ua6Bqm qC2Jv9SBM0kTF0i2STE8JekBYs/5/AUA0jlgW+x5yXhi5xc2Mswqha1sdQ/IjAV8I686 4KJo2zJfc7h1R6+sVCaTUqDdi2m7L4JXejbp3sX7Cy6ZjrCjUE6M0OmiDZYNvGzNKVMz 9suQ== X-Gm-Message-State: AOAM53117Glx0UECxDVJzI0npD2z7b54RJrRjYJU0gbiNLe42TGw6nV1 bRffZcgV4072eUjGJKNC4Ro= X-Google-Smtp-Source: ABdhPJzNMo3P4yzN2rvXZdkmK1lis9LyOCkoVFyKM0mKhrCIep0uQBO1zhYn7GJmbJVDzTGuotP0qQ== X-Received: by 2002:a05:6830:4410:: with SMTP id q16mr5064570otv.216.1631286966824; Fri, 10 Sep 2021 08:16:06 -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 j4sm1215232oom.10.2021.09.10.08.16.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 10 Sep 2021 08:16:06 -0700 (PDT) Subject: Re: [PATCH] Remove DARWIN_PREFER_DWARF and dead code To: Richard Biener , gcc-patches@gcc.gnu.org Cc: iain@sandoe.co.uk References: <56ros87-62r2-rsr0-8p73-56r6265q6261@fhfr.qr> From: Jeff Law Message-ID: Date: Fri, 10 Sep 2021 09:16:03 -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: <56ros87-62r2-rsr0-8p73-56r6265q6261@fhfr.qr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-3.7 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: Fri, 10 Sep 2021 15:16:09 -0000 On 9/10/2021 1:19 AM, Richard Biener via Gcc-patches wrote: > This removes the always defined DARWIN_PREFER_DWARF and the code > guarded by it being not defined, removing the possibility to > default some i386 darwin configurations to STABS when it would > not be defined. > > OK for trunk? > > Thanks, > Richard. > > 2021-09-10 Richard Biener > > * config/darwin.h (DARWIN_PREFER_DWARF): Do not define. > * config/i386/darwin.h (PREFERRED_DEBUGGING_TYPE): Do not > change based on DARWIN_PREFER_DWARF not being defined. OK.  I'm not too worried about supporting 32bit darwin 8 and earlier.  That's got to be at least a decade out of service at this point. jeff