PR29261, memory leak in parse_stab_struct_fields
[binutils-gdb.git] / sim / mips / cp1.h
index d6d8a8874fd23e010ef20354547f5a15fea6bac3..5622b9384d9dd7c09939983fe7fd005e4206d770 100644 (file)
@@ -43,6 +43,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 /* FCSR bits for IEEE754-2008 compliance.  */
 #define fcsr_NAN2008_mask       (0x00040000)
 #define fcsr_NAN2008_shift      (18)
+#define fcsr_ABS2008_mask       (0x00080000)
+#define fcsr_ABS2008_shift      (19)
 
 #define fenr_FS            (0x00000004)