From 3e1d7afb49216518c61ba45e20798ff8497d65e9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 30 Apr 2008 07:27:17 +0000 Subject: [PATCH] * doc/binutils.texi (strings): Add "unicode" to the documentation of strings in order to make explicit that it supports this feature. --- binutils/ChangeLog | 6 ++++++ binutils/doc/binutils.texi | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bba6260d8..200acd628 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2008-04-30 John Heidemann + + * doc/binutils.texi (strings): Add "unicode" to the documentation + of strings in order to make explicit that it supports this + feature. + 2008-04-30 Alan Modra * readelf.c (process_program_headers): Correct section in segment diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 926caa8b7..d08c61739 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2360,7 +2360,8 @@ Possible values for @var{encoding} are: @samp{s} = single-7-bit-byte characters (ASCII, ISO 8859, etc., default), @samp{S} = single-8-bit-byte characters, @samp{b} = 16-bit bigendian, @samp{l} = 16-bit littleendian, @samp{B} = 32-bit bigendian, @samp{L} = 32-bit -littleendian. Useful for finding wide character strings. +littleendian. Useful for finding wide character strings. (@samp{l} +and @samp{b} apply to, for example, Unicode UTF-16/UCS-2 encodings). @item -T @var{bfdname} @itemx --target=@var{bfdname} -- 2.11.4.GIT