From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) by sourceware.org (Postfix) with ESMTPS id 526713989CA1 for ; Wed, 21 Apr 2021 13:08:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 526713989CA1 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joel.sherrill@gmail.com Received: by mail-lj1-f174.google.com with SMTP id a1so47650572ljp.2 for ; Wed, 21 Apr 2021 06:08:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=m+GF5UWmFZQsF9WwB3tUqpFYAHeNpk9pK5HAuvrmRjQ=; b=ngQSRUaKWHjdHW7iyy6AHrLu4lji5ZliTgCLMlMSsOMvtpKPOPYjEKGJuoDKHohxAI tiZl9a/r+64b5kHIqXClcLjaFgqB87+3ygM9l45SRWjh8pzuMxCxWW70D4LpLah7oFqi SkYP6bGWnGVaSRieFVAIHYgWS7topDTA1UNZQ6JX1/93hLC/OeWqur+pkqXsMkmSEwM0 R2chrzOf3WgcSmr77/mseE9OCnoIOSkT53zuYKs7QAV++c54D0cqNuXBoBu0YTrJj617 zJwi0iMvp2NFB86+KCtX1STqb44SlW8bWFk9RcG3nOOf67VQ6Z9D0qxfrpfEDuKGWdAD qSSQ== X-Gm-Message-State: AOAM533wEzxZ8IbgsV9TpESHOEN2rfN6dm+9NAwGEcScpJHSr9wJxIwj eGroZ1NnW+DK7oULcK8ycG80ebWqZomdbw== X-Google-Smtp-Source: ABdhPJwp6Jv9z1wqWzQHEw+z5P/dVsDxEKv6D+acMzMwpoQ3MzuvSV80MJ22ShYriF2vSPzreBXT8A== X-Received: by 2002:a05:651c:550:: with SMTP id q16mr19038615ljp.70.1619010523531; Wed, 21 Apr 2021 06:08:43 -0700 (PDT) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com. [209.85.167.45]) by smtp.gmail.com with ESMTPSA id l6sm207685lfp.13.2021.04.21.06.08.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 21 Apr 2021 06:08:43 -0700 (PDT) Received: by mail-lf1-f45.google.com with SMTP id y4so26596574lfl.10 for ; Wed, 21 Apr 2021 06:08:43 -0700 (PDT) X-Received: by 2002:a05:6512:38d0:: with SMTP id p16mr18935610lft.208.1619010523269; Wed, 21 Apr 2021 06:08:43 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: joel@rtems.org From: Joel Sherrill Date: Wed, 21 Apr 2021 08:08:30 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] fix some Arm FP routines not checking if floating point is enabled To: Ties Stuij Cc: Newlib X-Spam-Status: No, score=-3031.9 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2021 13:08:51 -0000 If the patch hasn't been merged, just clean it up and send a V2 of it. On Wed, Apr 21, 2021, 7:57 AM Ties Stuij wrote: > Hi there, > > I sent two patches with the above subject to the list. The first patch > accidentally included extra changes that are unrelated to this particular > issue, so it can be dropped. As can this email. > > Sorry for the noise. > > Best, > /Ties Stuij >