diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2017-11-29 11:05:02 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2017-11-29 11:05:02 -0800 |
commit | 23b971d99340371819dfd5574dccaa6a8d04c19e (patch) | |
tree | 8e66cdbbec2ae682bd2d539a4d332d6dda588946 /doc/changes.src | |
parent | d44a7c0a7caa75df19fabe78974a1161e2a7a7e5 (diff) | |
download | nasm-23b971d99340371819dfd5574dccaa6a8d04c19e.tar.gz |
doc: clarify the BITS issue for 2.13.02.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'doc/changes.src')
-rw-r--r-- | doc/changes.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src index 5f1ece34..a1f3a05a 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -43,7 +43,8 @@ since 2007. output format. \b Fix missing update of global \c{BITS} setting if \c{SECTION} - directive requested to. + directive specified a bit size using output format-specific + extensions (e.g. \c{USE32} for the \c{obj} output format.) \b Fix the incorrect generation of VEX-encoded instruction when static mode decorators are specified on scalar instructions, losing the |