* as.h (OPTION_MD_BASE): Bump to 190.
[deliverable/binutils-gdb.git] / gas / as.h
index a7ca131c7857a4ac31404260de8d57acb0eb690d..f58b53b6340bb8296c3fa261b386527588949901 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -105,8 +105,8 @@ extern void *alloca ();
    150 isn't special; it's just an arbitrary non-ASCII char value.  */
 #define OPTION_STD_BASE 150
 /* The first getopt value for machine-dependent long options.
-   170 gives the standard options room to grow.  */
-#define OPTION_MD_BASE 170
+   190 gives the standard options room to grow.  */
+#define OPTION_MD_BASE 190
 
 #ifdef DEBUG
 #undef NDEBUG
This page took 0.024952 seconds and 4 git commands to generate.