aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-04-13 07:50:15 +0000
committerNick Clifton <nickc@redhat.com>2011-04-13 07:50:15 +0000
commitec25acb399130caa864e238e64e36945684f9cc5 (patch)
treea52ae137b98539376e41d6783b9ba09fabad67de /binutils/NEWS
parentdd948edaf7382827f65d52b4450371168e7e891d (diff)
downloadgdb-ec25acb399130caa864e238e64e36945684f9cc5.zip
gdb-ec25acb399130caa864e238e64e36945684f9cc5.tar.gz
gdb-ec25acb399130caa864e238e64e36945684f9cc5.tar.bz2
* windres.c (usage): Add new --preprocessor-arg option.
(option_values): Add new OPTION_PREPROCESSOR_ARG enumerator. (option long_options): Add preprocessor-arg option. (main): Handle it. * doc/binutils.texi: Add documentation for --preprocessor-arg option. * NEWS: Add line about new --preprocessor-arg option for windres. * binutils-all/windres/windres.exp: Add '// cpparg <option>' command to rc file interpretation to specify addition pre-processor commands as script option. * binutils-all/windres/strtab3.rc: New. * binutils-all/windres/strtab3.rsd: New. * binutils-all/windres/README: Add note about cpparg script option. argument
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index a30f655..d1b2a51 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,7 +1,9 @@
-*- text -*-
-Changes in 2.21:
+* Add --preprocessor-arg option to windres to specify additional options
+ passed to preprocessor.
+Changes in 2.21:
* Add --interleave-width option to objcopy to allowing copying a range of
bytes from the input to the output with the --interleave option.