From 1ac57253535242e3484562556cb262184e38d646 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 13 Feb 2002 08:59:26 +0000 Subject: 2002-02-12 Ben Elliston * NEWS: Document floating point number handling in gasp. * gasp.c: Include and "xregex.h". (is_flonum): New function. (chew_flownum): Likewise. (change_base): Consume flonums from the input, where possible. * doc/gasp.texi (Constants): Document floating point numbers. [testsuite/ChangeLog] * gasp/flonums.asm: New test. * gasp/flonums.err: New result. * gasp/flonums.out: Likewise. --- gas/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/NEWS') diff --git a/gas/NEWS b/gas/NEWS index 227dba5..c5ecd3d 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,4 +1,8 @@ -*- text -*- +GASP now correctly parses floating point numbers. Unless the base is explicitly +specified, they are interpreted as decimal numbers regardless of the currently +specified base. + Support for the OpenRISC 32-bit embedded processor by OpenCores. The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for -- cgit v1.1