aboutsummaryrefslogtreecommitdiff
path: root/gcc/brig/brigfrontend/phsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/brig/brigfrontend/phsa.h')
-rw-r--r--gcc/brig/brigfrontend/phsa.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/brig/brigfrontend/phsa.h b/gcc/brig/brigfrontend/phsa.h
index 2da21c8335c..88e87eb6a9d 100644
--- a/gcc/brig/brigfrontend/phsa.h
+++ b/gcc/brig/brigfrontend/phsa.h
@@ -61,9 +61,10 @@ typedef struct __attribute__((__packed__))
#define PHSA_DESC_SECTION_PREFIX "phsa.desc."
#define PHSA_HOST_DEF_PTR_PREFIX "__phsa.host_def."
-/* The frontend error messages are parsed by the host runtime, known
+/* The frontend error messages are parsed by the host runtime. Known
prefix strings are used to separate the different runtime error
codes. */
-#define PHSA_ERROR_PREFIX_INCOMPATIBLE_MODULE "Incompatible module:"
+#define PHSA_ERROR_PREFIX_INCOMPATIBLE_MODULE "Incompatible module: "
+#define PHSA_ERROR_PREFIX_CORRUPTED_MODULE "Corrupted module: "
#endif