PR29262, memory leak in pr_function_type
[binutils-gdb.git] / gdb / charset.h
index 7a7041f10f270a82587bf899a8a6b81d5cf006a0..2daa9a2506087bb8d06167fb879b9365afee5490 100644 (file)
@@ -159,4 +159,10 @@ class wchar_iterator
    character.  */
 char host_letter_to_control_character (char c);
 
+#if WORDS_BIGENDIAN
+#define HOST_UTF32 "UTF-32BE"
+#else
+#define HOST_UTF32 "UTF-32LE"
+#endif
+
 #endif /* CHARSET_H */