diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2015-08-28 15:35:47 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-08-28 15:35:47 -0400 |
commit | d63dd61e780e6354fe835d4a52aa9dac59ddfb05 (patch) | |
tree | 8f8d5758af456cbc79037e29713d02f73444f918 | |
parent | 6f05925675b90983271289b782432b6297d26741 (diff) | |
download | gdb-d63dd61e780e6354fe835d4a52aa9dac59ddfb05.zip gdb-d63dd61e780e6354fe835d4a52aa9dac59ddfb05.tar.gz gdb-d63dd61e780e6354fe835d4a52aa9dac59ddfb05.tar.bz2 |
Update NEWS entry about non-8-bits addressable memory
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
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: @@ -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 |