aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>1998-08-20 20:08:23 +0000
committerVladimir Makarov <vmakarov@redhat.com>1998-08-20 20:08:23 +0000
commit1929bdc74845baf6801b7a2dc1c7cf8b6260417d (patch)
tree7ae7a161b7c65dd7a090837903ad72b3f4be50e4 /gas/ChangeLog
parentff0f01126700b2f3ee3b1e57721a6168f55b79fd (diff)
downloadgdb-1929bdc74845baf6801b7a2dc1c7cf8b6260417d.zip
gdb-1929bdc74845baf6801b7a2dc1c7cf8b6260417d.tar.gz
gdb-1929bdc74845baf6801b7a2dc1c7cf8b6260417d.tar.bz2
* expr.c (operand): Check also that there is no advance in operand
after atof_generic in order to decide "is it label 0f or floating point number?".
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 3 insertions, 9 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 57ca750..0d3f2e5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,14 +1,8 @@
1998-08-20 Vladimir N. Makarov <vmakarov@cygnus.com>
- * expr.c (operand): Check more correctly that there is no advance
- in operand after atof_generic in order to decide "is it label 0f
- or floating point number?".
-
-1998-08-20 Vladimir N. Makarov <vmakarov@cygnus.com>
-
- * expr.c (operand): Check correctly that there is no advance in
- operand after atof_generic in order to decide "is it label 0f or
- floating point number".
+ * expr.c (operand): Check also that there is no advance in operand
+ after atof_generic in order to decide "is it label 0f or floating
+ point number?".
Wed Aug 19 09:30:16 1998 Nick Clifton <nickc@cygnus.com>