aboutsummaryrefslogtreecommitdiff
path: root/gcc/params-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/params-list.h')
-rw-r--r--gcc/params-list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/params-list.h b/gcc/params-list.h
index ee33ef5..fa76856 100644
--- a/gcc/params-list.h
+++ b/gcc/params-list.h
@@ -19,5 +19,8 @@ along with GCC; see the file COPYING3. If not see
#define DEFPARAM(enumerator, option, nocmsgid, default, min, max) \
enumerator,
+#define DEFPARAMENUM5(enumerator, option, nocmsgid, default, \
+ v0, v1, v2, v3, v4) enumerator,
#include "params.def"
#undef DEFPARAM
+#undef DEFPARAMENUM5