diff options
author | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-07-08 22:07:54 +0000 |
---|---|---|
committer | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-07-08 22:07:54 +0000 |
commit | 623aa22419d58c1988155c2b876bf389d9019137 (patch) | |
tree | 0aa1beb8d2043f816beb24835588fc9114768ae6 /gas/doc | |
parent | f851444e733613726256efd3e31e1b91d1fd3a27 (diff) | |
download | gdb-623aa22419d58c1988155c2b876bf389d9019137.zip gdb-623aa22419d58c1988155c2b876bf389d9019137.tar.gz gdb-623aa22419d58c1988155c2b876bf389d9019137.tar.bz2 |
2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
* doc/internals.texi (Expressions): Fix typo.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 9406e5f..34c974f 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -463,7 +463,7 @@ the other fields; see the definition in @file{expr.h} for the possibilities. An @code{operatorT} value of @code{O_big} indicates either a floating point number, stored in the global variable @code{generic_floating_point_number}, or -an integer to large to store in an @code{offsetT} type, stored in the global +an integer too large to store in an @code{offsetT} type, stored in the global array @code{generic_bignum}. This rather inflexible approach makes it impossible to use floating point numbers or large expressions in complex expressions. |