diff options
author | Ulrich Drepper <drepper@gcc.gnu.org> | 1998-12-02 08:08:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@gcc.gnu.org> | 1998-12-02 08:08:38 +0000 |
commit | 6b42b9ea0aa1b455e37a238d21cf2cd5f045aa55 (patch) | |
tree | 60111fc0aee5bc46632ce3da53bd17049e38600f /gcc | |
parent | 2c09c5955401e602f795f0428a66527eeb7bf805 (diff) | |
download | gcc-6b42b9ea0aa1b455e37a238d21cf2cd5f045aa55.zip gcc-6b42b9ea0aa1b455e37a238d21cf2cd5f045aa55.tar.gz gcc-6b42b9ea0aa1b455e37a238d21cf2cd5f045aa55.tar.bz2 |
Add missing @section.
From-SVN: r24057
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/extend.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi index c1cd788..cde383c 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -794,6 +794,8 @@ A future version of GDB will know how to recognize such pairs and treat them as a single variable with a complex type. @node Hex Floats +@section Hex Floats +@cindex hex floats GNU CC recognizes floating-point numbers written not only in the usual decimal notation, such as @code{1.55e1}, but also numbers such as @code{0x1.fp3} written in hexadecimal format. In that format the |