diff options
author | Ben Elliston <bje@au.ibm.com> | 2002-02-13 08:59:26 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2002-02-13 08:59:26 +0000 |
commit | 1ac57253535242e3484562556cb262184e38d646 (patch) | |
tree | 57e9092a38c9e94f2f9a440f8e4f0e4c9983be9c /gas/NEWS | |
parent | 34588f232a55809ee35013c5a2d4225192aab226 (diff) | |
download | gdb-1ac57253535242e3484562556cb262184e38d646.zip gdb-1ac57253535242e3484562556cb262184e38d646.tar.gz gdb-1ac57253535242e3484562556cb262184e38d646.tar.bz2 |
2002-02-12 Ben Elliston <bje@redhat.com>
* NEWS: Document floating point number handling in gasp.
* gasp.c: Include <assert.h> 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.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |