Document non-8-bits addressable memory support in NEWS
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 27 Aug 2015 13:30:00 +0000 (09:30 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 27 Aug 2015 13:30:00 +0000 (09:30 -0400)
I think it would be a good idea to document that gdb now has (basic)
support to read/write memory on architectures with non-8-bits memory.
Hopefully somebody will see it and say "Hey!  We can now (more easily)
port GDB to our strange DSP that has 32-bits-addressable memory!" and do
it.

gdb/ChangeLog:

* NEWS: Document support for non-8-bits addressable memory.

gdb/ChangeLog
gdb/NEWS

index d1b9ac954f9f06e8ef4562fe5c9fa49cb3ad775c..cf55e14c819c81cbcb8dbcf10e9e7dc4a49216d6 100644 (file)
@@ -1,3 +1,11 @@
+2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * NEWS: Document support for non-8-bits addressable memory.
+
+2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * NEWS: Document support for non-8-bits addressable memory.
+
 2015-08-27  Pedro Alves  <palves@redhat.com>
 
        * configure.ac: Remove AC_TYPE_SIGNAL call.
index 49c4a11f1566e2e2671c7813b952b2e4947563c4..5918f147698f5e603120f4cd7d669729fa298bd5 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -48,6 +48,9 @@ show remote multiprocess-extensions-packet
   target mon2000       mon2000 ROM monitor
   target ppcbug                PPCBUG ROM monitor for PowerPC
 
+* Support for reading/writing memory and extracting values on architectures
+  with non-8-bits-addressable memory.
+
 *** Changes in GDB 7.10
 
 * Support for process record-replay and reverse debugging on aarch64*-linux*
This page took 0.03389 seconds and 4 git commands to generate.