aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-06-19 11:29:05 +0000
committerNick Clifton <nickc@redhat.com>2007-06-19 11:29:05 +0000
commit30ff741fa7e8c8d8ca94f7e43917e5fe10ce1017 (patch)
tree0673b5a6cea6061278afddf5b5d9791d4f43e1c1 /binutils
parent064a5d7bd271fefc3710377a2f7ab369eabb0cbd (diff)
downloadbinutils-30ff741fa7e8c8d8ca94f7e43917e5fe10ce1017.zip
binutils-30ff741fa7e8c8d8ca94f7e43917e5fe10ce1017.tar.gz
binutils-30ff741fa7e8c8d8ca94f7e43917e5fe10ce1017.tar.bz2
Add description of new --codepage switch for windres which was accidentally omitted when the full patch was checked in.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/doc/binutils.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 77027ff..9591fe9 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -3011,6 +3011,13 @@ Ignored for compatibility with rc.
Enable verbose mode. This tells you what the preprocessor is if you
didn't specify one.
+@item -c @var{val}
+@item --codepage @var{val}
+Specify the default codepage to use when reading an @code{rc} file.
+@var{val} should be a hexadecimal prefixed by @samp{0x} or decimal
+codepage code. The valid range is from zero up to 0xffff, but the
+validity of the codepage is host and configuration dependent.
+
@item -l @var{val}
@item --language @var{val}
Specify the default language to use when reading an @code{rc} file.