]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/mode-classes.def
Update copyright years.
[thirdparty/gcc.git] / gcc / mode-classes.def
index 83017ec253315849b71a42f7a25b599276ede2fc..af7e29d7281dce7809c7bf1de9d3e3782a6f7a9f 100644 (file)
@@ -1,6 +1,5 @@
 /* Machine mode class definitions for GCC.
-   Copyright (C) 2003, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 2003-2017 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -23,6 +22,7 @@ along with GCC; see the file COPYING3.  If not see
   DEF_MODE_CLASS (MODE_CC),            /* condition code in a register */ \
   DEF_MODE_CLASS (MODE_INT),           /* integer */                      \
   DEF_MODE_CLASS (MODE_PARTIAL_INT),   /* integer with padding bits */    \
+  DEF_MODE_CLASS (MODE_POINTER_BOUNDS), /* bounds */                       \
   DEF_MODE_CLASS (MODE_FRACT),         /* signed fractional number */     \
   DEF_MODE_CLASS (MODE_UFRACT),                /* unsigned fractional number */   \
   DEF_MODE_CLASS (MODE_ACCUM),         /* signed accumulator */           \