diff options
author | Nick Clifton <nickc@redhat.com> | 2002-12-23 10:37:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-12-23 10:37:38 +0000 |
commit | 8745eafadc9d43dbd9f9a0d2cc33e12f11ca1cd6 (patch) | |
tree | 876e7a2b7361bd6066ece01c96e9225767ad9a48 /binutils/NEWS | |
parent | f0a847b8c7d6ba5a4d0df552453821f67c939e82 (diff) | |
download | gdb-8745eafadc9d43dbd9f9a0d2cc33e12f11ca1cd6.zip gdb-8745eafadc9d43dbd9f9a0d2cc33e12f11ca1cd6.tar.gz gdb-8745eafadc9d43dbd9f9a0d2cc33e12f11ca1cd6.tar.bz2 |
Add support for 'S' encoding to strings - display 8-bit characters.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 1e74e93..e9e4f40 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Added 'S' encoding to strings to allow the display of 8-bit characters. + * Added --prefix-symbols=<text>, --prefix-sections=<text> and --prefix-alloc-sections=<text> to objcopy. |