diff mbox series

[21/21] NEWS: mention ARC port

Message ID 1545167083-16764-22-git-send-email-vgupta@synopsys.com
State New
Headers show
Series glibc port to ARC processors | expand

Commit Message

Vineet Gupta Dec. 18, 2018, 9:04 p.m. UTC
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
 ChangeLog | 1 +
 NEWS      | 2 ++
 2 files changed, 3 insertions(+)

Comments

Joseph Myers Dec. 18, 2018, 11:45 p.m. UTC | #1
On Tue, 18 Dec 2018, Vineet Gupta wrote:

> @@ -1078,6 +1078,8 @@ Version 2.26
>  
>  Major new features:
>  
> +* Port to ARC HS cores has been contributed by Synopsys.
> +

Obviously this belongs under 2.29, or whatever version gets the port, not 
2.26.
Vineet Gupta Dec. 19, 2018, 6:30 p.m. UTC | #2
On 12/18/18 3:45 PM, Joseph Myers wrote:
> Obviously this belongs under 2.29, or whatever version gets the port, not 
> 2.26.

oops, left over from original code, now fixed and beefed up the details a bit.
diff mbox series

Patch

diff --git a/ChangeLog b/ChangeLog
index 46d288808153..92e19ac45df2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@ 
 2018-12-17  Vineet Gupta <vgupta@synopsys.com>
 
 	* scripts/build-many-glibcs.py: Enable building for ARC.
+	* NEW: Mention ARC port.
 
 2018-12-17  Cupertino Miranda <cmiranda@synopsys.com>
 
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