diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2012-12-04 13:36:42 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-12-04 13:36:42 -0800 |
commit | f2ded5051dbd876b501365ae9c60ff9679b02100 (patch) | |
tree | b17d605e8a0020d0c5393be9023aeb52e68b3a7a /doc | |
parent | 0863bc386b2607d9f689d9ff23094e042b54f9eb (diff) | |
download | nasm-f2ded5051dbd876b501365ae9c60ff9679b02100.tar.gz nasm-f2ded5051dbd876b501365ae9c60ff9679b02100.tar.bz2 nasm-f2ded5051dbd876b501365ae9c60ff9679b02100.zip |
changes: document fix of macho64
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 21e3ea0..81852e2 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -22,6 +22,8 @@ under certain circumstances. \b Fix assembly of the \c{VPCMPGTQ} instruction. +\b Fix RIP-relative relocations in the \c{macho64} backend. + \S{cl-2.10.05} Version 2.10.05 \b Add the \c{CLAC} and \c{STAC} instructions. |