diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1fc6f9a..0a182bf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-11-17 Thiemo Seufer <ths@mips.com> + + * doc/as.texinfo: Document the new attribute value. + 2007-11-16 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Add ATmega32HVB device. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index aa0c44d..81c105a 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -6483,6 +6483,10 @@ FPU. 2 for files using the hardware floating-point ABI with a single-precision FPU. @item 3 for files using the software floating-point ABI. +@item +4 for files using the hardware floating-point ABI with 64-bit wide +double-precision floating-point registers and 32-bit wide general +purpose registers. @end itemize @end table |