]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/rl78/rl78-opts.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / rl78 / rl78-opts.h
index 95c5278dd6e3f649ae9174e3e476e21aa2397fd4..bc7a82fcd1e0806777350b48287b6df34165b1a5 100644 (file)
@@ -1,5 +1,5 @@
 /* GCC option-handling definitions for the Renesas RL78 processor.
-   Copyright (C) 2011-2014 Free Software Foundation, Inc.
+   Copyright (C) 2011-2024 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
 enum rl78_mul_types
 {
   MUL_NONE,
-  MUL_RL78,
-  MUL_G13
+  MUL_G13,
+  MUL_G14,
+  MUL_UNINIT
+};
+
+enum rl78_cpu_types
+{
+  CPU_G10,
+  CPU_G13,
+  CPU_G14,
+  CPU_UNINIT
 };
 
 #endif