From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81571 invoked by alias); 22 Jan 2020 16:26:37 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 81561 invoked by uid 89); 22 Jan 2020 16:26:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:209.85.161.67, H*RU:209.85.161.67, HX-HELO:sk:mail-yw, HX-Received:a0d X-HELO: mail-yw1-f67.google.com Received: from mail-yw1-f67.google.com (HELO mail-yw1-f67.google.com) (209.85.161.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 16:26:36 +0000 Received: by mail-yw1-f67.google.com with SMTP id 10so26499ywv.5 for ; Wed, 22 Jan 2020 08:26:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=qSU8Vev6/QIAa4pWZMWj9rCioJvZhLl0kf/NZcjFh78=; b=iKJsNE9uo6g1Kf3dYcDF8p34MGGKmVeENAe9diyv0kPOMSW9mFPeExVeM4+D19a7+P Dgq2LxH7BRIBhCJOKrN10/MF4IFmdGTGvPkkwSBhnKNfGH38G5RuRlt0fFHwM9GDT3E+ /7ymEGY0AVw+MrxfGR3ZJ6HTQDv8MlZfsRzxwGHTrza3s3Ry6a6W2g0+ciTLrQb6SxEb C5tHL+4WFZ1Cfhb/I9xBgcBznOmR9B0WNNMfgwx1ObZkIWXXrH20Jg9xEvYIFd9yKJCj 5n/RZZf0ajHMAN3fMvIVW/ur05jBED0Ap5OZbrFbymK4nxxL7vSPITJp6GG9zdx+19Mn UdBQ== Return-Path: Received: from andy-dell.fw.sorenta.com (alanine.mail.pulsetv.com. [173.15.70.27]) by smtp.gmail.com with ESMTPSA id q124sm19379249ywb.93.2020.01.22.08.26.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jan 2020 08:26:33 -0800 (PST) From: KrimtonZ To: newlib@sourceware.org Cc: KrimtonZ Subject: [PATCH 0/1] replace forced __assert_func with assert macro Date: Wed, 22 Jan 2020 16:26:00 -0000 Message-Id: <20200122162628.19385-1-krimtonz@gmail.com> X-SW-Source: 2020/txt/msg00015.txt Modified the implementation of eBalloc to use the assert macro over the hardcoded __assert_func. The same is done for __reent_assert. This will honor the usage of -DNDEBUG to prevent the usage of assertion. KrimtonZ (1): change forced use of __assert_func to use the assert macro in reent.h and mprec.h, this honors the use of -DNDEBUG to not use assertion newlib/libc/include/sys/reent.h | 2 +- newlib/libc/stdlib/mprec.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.17.1