Document non-8-bits-addressable support in NEWS

Message ID 55E0B889.7030502@ericsson.com
State New, archived
Headers

Commit Message

Simon Marchi Aug. 28, 2015, 7:37 p.m. UTC
  On 15-08-27 11:39 AM, Eli Zaretskii wrote:
> I suggest to leave a single sentence reworded thusly:
> 
>   * Support for reading/writing memory and extracting values on architectures
>     whose memory is addressable in units of any integral multiple of 8 bits.

That sounds much better. I updated it:

From d63dd61e780e6354fe835d4a52aa9dac59ddfb05 Mon Sep 17 00:00:00 2001
From: Simon Marchi <simon.marchi@ericsson.com>
Date: Fri, 28 Aug 2015 15:35:47 -0400
Subject: [PATCH] Update NEWS entry about non-8-bits addressable memory

---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2b1fad9..71c0fd7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@ 
+2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
+
+	* NEWS: Update entry about non-8-bits addressable memory.
+
 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>

 	Revert:
diff --git a/gdb/NEWS b/gdb/NEWS
index 5918f14..12282c7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -49,7 +49,7 @@  show remote multiprocess-extensions-packet
   target ppcbug		PPCBUG ROM monitor for PowerPC

 * Support for reading/writing memory and extracting values on architectures
-  with non-8-bits-addressable memory.
+  whose memory is addressable in units of any integral multiple of 8 bits.

 *** Changes in GDB 7.10