diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-10-17 23:36:45 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-17 23:36:45 -0700 |
commit | 3ffd0fc1576a6745badd63a022a6b1e5c0c20fbd (patch) | |
tree | 68416045d8efae319de8df918f54c8db630bd1e6 /doc | |
parent | 2a282275fec471daf93426f5fc2c4c92ba3197e4 (diff) | |
download | nasm-3ffd0fc1576a6745badd63a022a6b1e5c0c20fbd.tar.gz nasm-3ffd0fc1576a6745badd63a022a6b1e5c0c20fbd.tar.bz2 nasm-3ffd0fc1576a6745badd63a022a6b1e5c0c20fbd.zip |
doc/changes.src: document massive changes to ELF64 backend
We didn't just fix the GOT stuff, but also now properly use RELA and
so forth.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src index 78d2125..65c0293 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -32,7 +32,7 @@ since 2007. \b Fix RIP-relative offsets when the instruction carries an immediate. -\b Fix the generation of RIP-relative GOT relocations in ELF64. +\b Massive overhaul of the ELF64 backend for spec compliance. \S{cl-2.04} Version 2.04 |