From 3e55ee4c865e68c28daf9fe0a90346fa5c3446f2 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 8 Feb 2017 00:41:56 -0500 Subject: driver: utility api: added mdso_create_implib_objects(). --- src/output/mdso_output_error.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/output') diff --git a/src/output/mdso_output_error.c b/src/output/mdso_output_error.c index 53974fc..08d66dc 100644 --- a/src/output/mdso_output_error.c +++ b/src/output/mdso_output_error.c @@ -23,6 +23,8 @@ static const char const * const mdso_error_strings[MDSO_ERR_CAP] = { [MDSO_ERR_FLEE_ERROR] = "flees and bugs and cats and mice", [MDSO_ERR_NULL_CONTEXT] = "null driver or unit context", [MDSO_ERR_NULL_SOURCE] = "source file does not define any symbols", + [MDSO_ERR_INVALID_DATA] = "invalid data (symbol name too long)", + [MDSO_ERR_INVALID_DSTDIR] = "invalid destination directory", [MDSO_ERR_INVALID_CONTEXT] = "invalid driver or unit context", [MDSO_ERR_INVALID_SOURCE] = "invalid symbol definition source file", [MDSO_ERR_SOURCE_SIZE_ZERO] = "cannot map an empty symbol definition source file", -- cgit v1.2.3