From patchwork Tue Dec 18 21:04:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 30747 Received: (qmail 59971 invoked by alias); 18 Dec 2018 21:05:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 58492 invoked by uid 89); 18 Dec 2018 21:05:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:906, perthread, per-thread X-HELO: smtprelay.synopsys.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1545167135; bh=4DXo6AjbZhgZ7fctFezimnsUbGDui3s2FxWGu9r0Wk0=; h=From:To:CC:Subject:Date:In-Reply-To:References:From; b=M6htRc5rw84sLlD7+l2n5Wh2IqXa7S8Jxk46mCW26msFHkHVqFkeRtPxzcp7Uxeyk wdEOwB4P3lcVyMcPN/oGgCMKpQaBCswwbmbjpU2XXbaG8FyQ8vbN3SHMe9cZURbqHc m+GhBocc2k7YQHaGDY7vRK9g1rVevgFZZKMmIcp5Ato5bApCpPrutzEsLoA79tOh09 oUplihs0ZO4WdHfNKD6ED0lpc9BHjGz7ykahENLF+KY1opl641A39LaBSc5MIKRCn+ 1GbiwdY3Fa3crJclZyYFUbWqgKEwNaykqu2hOkEzvIy+pIIEckVMbgTw4G8yqAt0Mo y6mm19F/A0rAA== From: Vineet Gupta To: CC: , Vineet Gupta Subject: [PATCH 21/21] NEWS: mention ARC port Date: Tue, 18 Dec 2018 13:04:43 -0800 Message-ID: <1545167083-16764-22-git-send-email-vgupta@synopsys.com> In-Reply-To: <1545167083-16764-1-git-send-email-vgupta@synopsys.com> References: <1545167083-16764-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Signed-off-by: Vineet Gupta --- ChangeLog | 1 + NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 46d288808153..92e19ac45df2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2018-12-17 Vineet Gupta * scripts/build-many-glibcs.py: Enable building for ARC. + * NEW: Mention ARC port. 2018-12-17 Cupertino Miranda diff --git a/NEWS b/NEWS index ae80818df4b3..56b21c3b9336 100644 --- a/NEWS +++ b/NEWS @@ -1078,6 +1078,8 @@ Version 2.26 Major new features: +* Port to ARC HS cores has been contributed by Synopsys. + * A per-thread cache has been added to malloc. Access to the cache requires no locks and therefore significantly accelerates the fast path to allocate and free small amounts of memory. Refilling an empty cache requires locking