diff options
author | Alan Modra <amodra@gmail.com> | 2008-07-26 13:10:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-07-26 13:10:48 +0000 |
commit | 3c7b98977c0b44c19630cb2d6b699e90ba294e52 (patch) | |
tree | 9e45df98d39889a8008eea788918356e4889c7c7 /gas/doc | |
parent | d72314c67b7cc65ae935ad3dd80a6b1840b57d1a (diff) | |
download | binutils-3c7b98977c0b44c19630cb2d6b699e90ba294e52.zip binutils-3c7b98977c0b44c19630cb2d6b699e90ba294e52.tar.gz binutils-3c7b98977c0b44c19630cb2d6b699e90ba294e52.tar.bz2 |
Support PowerPC single-precision float.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 165eca7..635b707 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -6513,9 +6513,11 @@ The floating-point ABI used by this object file. The value will be: @item 0 for files not affected by the floating-point ABI. @item -1 for files using the hardware floating-point ABI. +1 for files using double-precision hardware floating-point ABI. @item 2 for files using the software floating-point ABI. +@item +3 for files using single-precision hardware floating-point ABI. @end itemize @item Tag_GNU_Power_ABI_Vector (8) |