From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62a.google.com (mail-pl1-x62a.google.com [IPv6:2607:f8b0:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id 182FF3858C5E for ; Wed, 14 Jun 2023 18:44:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 182FF3858C5E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x62a.google.com with SMTP id d9443c01a7336-1b01d3bb571so39704455ad.2 for ; Wed, 14 Jun 2023 11:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686768276; x=1689360276; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=l2PJhCA9n1rB9TdMHVrv5yujC9gLbT/UXu+KtQRWBWw=; b=UBnRgUCqyD4AgqElhgpdEabeekctqXKATBJ52Iw9/H17Zq57LmpWgtCwdqNSe/3qqz MNqhHiyZHBT7QKo2R0YkWpPtwAbgTEuK4t+Kq5NgnN86Im/yVWzAfzxzHIROolkr/sSd j0N9R+daO203F3aQ3BDm73nA8fVyqj/kkItnCDSaoEVrnZrNXo6L7/0hLvdCWlwxSD25 G6zuZvOOiOsqPsoj2/MxVyIBQR7QOG+5MZ8IviQ4c22Yg3DQ4joCA4d8+L2ny47gAkhz BdwiKffjPZwQ94bsJaXXDIjX6CL3tDpmpaPfArnvoy1xlOJvj11Mc+yYIo9DAO9ucpKi 3A9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686768276; x=1689360276; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=l2PJhCA9n1rB9TdMHVrv5yujC9gLbT/UXu+KtQRWBWw=; b=OLlZqO3XQgYno65VDDySsp9+dUDM7o6YAXhA1HtrHif4lJNIcS/GPPFrvmoah16n4+ pkFjjaOvBqpggJ/qOeEI0qbKvon2PPYPYDhucTU7lIm9jowAlzf3mMCIab/cSS3MAyM8 qbM4vjC91Lr41L+dFAKVVROnFZ9A3Z3QT/AF9dB3TK1FQG8LhsxB8CnHGLsMyd3+0T1c XoiKyoD7bmXNi/zBetVGeqRroiKugoZsOn2FXyg3HseAD/nnaYCI5OrlWH8i+NCwt/nX g0sBPxVjapPktkLi4w6KMK8LuRV5pjilivTOTi8r9HjgmvcNhp6+qjoPao0l5KLEHPuQ g4Yw== X-Gm-Message-State: AC+VfDyLTQ98TW0MjBFN4ITFMnCm0j0seHC7pLFmK8exs2qsHFJcuHcy notRXAFa2WoqF9dtPsoDlpE= X-Google-Smtp-Source: ACHHUZ7AEuuBbVn2T/0EvodRpUCm3gY+Q5Bim6Ssb8w8Gb5JW16P3omj2aUM+wqs3A+jCwx0u+pRHQ== X-Received: by 2002:a17:902:c401:b0:1b1:753a:49ce with SMTP id k1-20020a170902c40100b001b1753a49cemr14775540plk.53.1686768275719; Wed, 14 Jun 2023 11:44:35 -0700 (PDT) Received: from [172.31.0.109] ([136.36.130.248]) by smtp.gmail.com with ESMTPSA id k1-20020a170902694100b00199203a4fa3sm12484645plt.203.2023.06.14.11.44.34 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 14 Jun 2023 11:44:35 -0700 (PDT) Message-ID: Date: Wed, 14 Jun 2023 12:44:32 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: Remove MFWRAP_SPEC remnant Content-Language: en-US To: Jivan Hakobyan , gcc-patches@gcc.gnu.org Cc: Jeff Law References: From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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,T_SCC_BODY_TEXT_LINE 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: On 6/14/23 03:14, Jivan Hakobyan via Gcc-patches wrote: > This patch removes a remnant of mudflap. > > gcc/ChangeLog: > * config/moxie/uclinux.h (MFWRAP_SPEC): Remove Thanks. I pushed this to the trunk. jeff