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 | |
parent | d72314c67b7cc65ae935ad3dd80a6b1840b57d1a (diff) | |
download | gdb-3c7b98977c0b44c19630cb2d6b699e90ba294e52.zip gdb-3c7b98977c0b44c19630cb2d6b699e90ba294e52.tar.gz gdb-3c7b98977c0b44c19630cb2d6b699e90ba294e52.tar.bz2 |
Support PowerPC single-precision float.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b8016c6..48a3834 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-07-26 Michael Eager <eager@eagercon.com> + + * doc/as.texinfo: Add description of single-precision attribute. + 2008-07-24 Jie Zhang <jie.zhang@analog.com> * config/bfin-parse.y (asm_1): Error if plain symbol is used 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) |