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 /gdb/NEWS | |
parent | 6f05925675b90983271289b782432b6297d26741 (diff) | |
download | binutils-d63dd61e780e6354fe835d4a52aa9dac59ddfb05.zip binutils-d63dd61e780e6354fe835d4a52aa9dac59ddfb05.tar.gz binutils-d63dd61e780e6354fe835d4a52aa9dac59ddfb05.tar.bz2 |
Update NEWS entry about non-8-bits addressable memory
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |