daily update
[binutils-gdb.git] / gdb / exceptions.h
index 1eaafca27b69524f37d2b75ab4f431a1cb62845b..b8dadc7b01f8d201ab8e4e82acbd017fd8390fd8 100644 (file)
@@ -97,6 +97,9 @@ enum errors {
   /* An undefined command was executed.  */
   UNDEFINED_COMMAND_ERROR,
 
+  /* Requested feature, method, mechanism, etc. is not supported.  */
+  NOT_SUPPORTED_ERROR,
+
   /* Add more errors here.  */
   NR_ERRORS
 };