X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fcharset.h;h=2daa9a2506087bb8d06167fb879b9365afee5490;hb=0d02e70b197c786f26175b9a73f94e01d14abdab;hp=7a7041f10f270a82587bf899a8a6b81d5cf006a0;hpb=2b531492447d10de27e6210117509097f6cbc9e0;p=binutils-gdb.git diff --git a/gdb/charset.h b/gdb/charset.h index 7a7041f10f2..2daa9a25060 100644 --- a/gdb/charset.h +++ b/gdb/charset.h @@ -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 */