aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-01-19 00:13:30 +0000
committerKen Raeburn <raeburn@cygnus>1995-01-19 00:13:30 +0000
commitfca2796aec121aa720c5fc5b6a4eb00ba28a58bc (patch)
tree2a79b18350960c748599958663d436a2c829a4c6
parent6bbc99e309f9be7726313c8ce1628815310c5b4a (diff)
downloadgdb-fca2796aec121aa720c5fc5b6a4eb00ba28a58bc.zip
gdb-fca2796aec121aa720c5fc5b6a4eb00ba28a58bc.tar.gz
gdb-fca2796aec121aa720c5fc5b6a4eb00ba28a58bc.tar.bz2
some improvements to fp code
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d99649b..650d9d3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,16 @@
Wed Jan 18 13:49:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+ * atof-generic.c (flonum_print) [TRACE]: New function.
+ (atof_generic) [TRACE]: Print multiplier before multiplication,
+ and print multiplication result before and after copy.
+
+ * flonum-mult.c (flonum_multip): Avoid sign extension problems
+ around multiplication operation.
+
+ * atof-generic.c (ASSUME_DECIMAL_MARK_IS_DOT): Define.
+ (atof_generic) [ASSUME_DECIMAL_MARK_IS_DOT]: Check for '.'
+ explicitly instead of calling strchr.
+
* config/tc-sparc.c (sparc_ip): When scanning successive opcode
table entries, check names for pointer equality before doing
string comparisons.