[nasm:master] doc/changes.src: document obj segment fix

nasm-bot for H. Peter Anvin hpa at zytor.com
Wed Dec 7 11:00:08 PST 2022


Commit-ID:  9607c6685fc24fd7502598b1796f8a8e386fc889
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=9607c6685fc24fd7502598b1796f8a8e386fc889
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 7 Dec 2022 10:55:20 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 7 Dec 2022 10:55:20 -0800

doc/changes.src: document obj segment fix

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 doc/changes.src | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/changes.src b/doc/changes.src
index cf610b67..a961fbe7 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -90,6 +90,10 @@ output formats. This bug happened to cancel out with a bug in older
 versions of the GNU binutils linker, but breaks with other linkers and
 updated or other linkers that expect the spec to be followed.
 
+\b Fix segment symbols with addends, e.g. \c{jmp _TEXT+10h:0} in
+output formats that support segment relocations, e.g. the \c{obj}
+format.
+
 \b Fix various crashes and hangs on invalid input.
 
 


More information about the Nasm-commits mailing list