opcodes/arm: adjust whitespace in cpsie instruction
[binutils-gdb.git] / gas / flonum.h
index 54dc6fe881a525e1e4164bda37a3246d873ead80..be741c1c6b1fef4907e964cd33ba3bfe51ebe54d 100644 (file)
@@ -1,5 +1,5 @@
 /* flonum.h - Floating point package
-   Copyright (C) 1987-2019 Free Software Foundation, Inc.
+   Copyright (C) 1987-2023 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
 /* JF:  A sign value of 0 means we have been asked to assemble NaN
    A sign value of 'P' means we've been asked to assemble +Inf
    A sign value of 'N' means we've been asked to assemble -Inf
+   A sign value of 'Q' means we've been asked to assemble +QNaN
+   A sign value of 'q' means we've been asked to assemble -QNaN
+   A sign value of 'S' means we've been asked to assemble +SNaN
+   A sign value of 's' means we've been asked to assemble -SNaN
    */
 struct FLONUM_STRUCT {
   LITTLENUM_TYPE *low;         /* low order littlenum of a bignum */