From 88959910d8cc89f922f7ae1b6f82eff1db3c0b19 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 26 Nov 2018 14:38:32 -0800 Subject: changes.src: document more fixes Signed-off-by: H. Peter Anvin --- doc/changes.src | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index 6ffad2a2..c2d3c7d9 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -16,6 +16,15 @@ given preprocessing directives (\c{-p}, \c{-d}, \c{-u}, \c{--pragma}, \b If debugging is enabled, define a \c{__DEBUG_FORMAT__} predefined macro. See \k{dfmtm}. +\b Fix an assert for the case in the \c{obj} format when a \c{SEG} +operator refers to an \c{EXTERN} symbol declared further down in the +code. + +\b Fix a corner case in the floating-point code where a +binary/octal/hexadecimal floating-point constant starting with the +digit 1 and having at least 33 mantissa bits would sometimes produce +incorrect results. + \S{cl-2.14} Version 2.14 \b Changed \c{-I} option semantics by adding a trailing path separator -- cgit v1.2.1