From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa31.google.com (mail-vk1-xa31.google.com [IPv6:2607:f8b0:4864:20::a31]) by sourceware.org (Postfix) with ESMTPS id 1062D385AC34 for ; Thu, 18 Nov 2021 15:35:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1062D385AC34 Received: by mail-vk1-xa31.google.com with SMTP id k83so4023721vke.7 for ; Thu, 18 Nov 2021 07:35:36 -0800 (PST) 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-language :content-transfer-encoding; bh=zAx9q1jauCmO+E7ZwE2cAGU7wUY8y2lP8Blh08oFvxU=; b=w+IsWDpthZnx1Fj0AWqJVunkPmvFjGt7q35u96FkagX286A1d6NN0DvU9tYcgXViHA aU6VlI86bftO/CJNtrDi54MMvjucp+LuqtK4PhGtw2CnX1AKIfU6aw68OEEwrQPLvX0e 1LlTppGrRYbBZZ/3dT8wHag/JH8hv7kMiqolNQU2yDPMMmybBv+gwT1RChtcZtHZj6vZ Ga45aGCqlJxAGMIPIVNznjpCbHJQoW5C8QUe3urDCyPc5sgtASL3c3boGeLRSsTAO0/a 7CxEWdlLTmMxBqPHc3/DkrgmEsRYm28FnEVkJApYZrka/PRlce8hu4ms4rwTS3mSMyZo PSUA== X-Gm-Message-State: AOAM533A/KJn0nh0gIdLJiravPbZC8R/GY4yzqfnSPEEWIJWEY28RBzK cwI4v9ZdMF94DburG3mmfO94oZNoPB9obg== X-Google-Smtp-Source: ABdhPJzFlaJSQOU7JIdiNSOxgFROj9gbGLc3B7Lpnk3iu77cu2ohCZo1S/7phIGHqHSvgwXTsURpMQ== X-Received: by 2002:a05:6122:178b:: with SMTP id o11mr106783220vkf.17.1637249735312; Thu, 18 Nov 2021 07:35:35 -0800 (PST) Received: from ?IPv6:2804:7f0:4841:5563:ac24:9fa9:7e12:95fc? ([2804:7f0:4841:5563:ac24:9fa9:7e12:95fc]) by smtp.gmail.com with ESMTPSA id o128sm86486vsc.7.2021.11.18.07.35.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 18 Nov 2021 07:35:34 -0800 (PST) Subject: Re: [PATCH 1/2] gdb: testsuite: no need to setup_xfail "arm-*-coff" in a2-run.exp To: Tom Tromey , Tiezhu Yang Cc: gdb-patches@sourceware.org References: <1637236761-7973-1-git-send-email-yangtiezhu@loongson.cn> <1637236761-7973-2-git-send-email-yangtiezhu@loongson.cn> <877dd5bi3f.fsf@tromey.com> From: Luis Machado Message-ID: <34ba5ff8-a84e-0e0b-00d9-694d01787ddf@linaro.org> Date: Thu, 18 Nov 2021 12:35:32 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <877dd5bi3f.fsf@tromey.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, 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: 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, 18 Nov 2021 15:35:37 -0000 On 11/18/21 12:26 PM, Tom Tromey wrote: >>>>>> ">" == Tiezhu Yang writes: > >>> After commit 2ac93be70641 ("Remove arm-aout and arm-coff support"), >>> there is no need to setup_xfail "arm-*-coff", just remove them in >>> a2-run.exp. > > Interesting. I did "git grep -i 'arm.*coff' -- gdb" and found some > other stuff we could maybe remove: > > gdb/arm-tdep.c:/* arm_coff_make_msymbol_special() > > Presumably this function isn't needed. > > I think the entire arm-wince-tdep.c file can be removed. > > What do you think? > I think so too. Is wince in the deprecation list (if we even have one)? I don't recall if we have a policy for deprecating things and how long to wait for it.