Define HOST_UTF32 in charset.h
authorTom Tromey <tromey@adacore.com>
Thu, 3 Feb 2022 19:04:36 +0000 (12:04 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 7 Mar 2022 14:52:59 +0000 (07:52 -0700)
commitee3d46491537e343c276a7fc455dd94812fd3f72
treee3be26c2f6bc0b3721bc202c656a6028cd80d14e
parentc8b76e1ec346de509dbcc2c6dfc4519c572f7322
Define HOST_UTF32 in charset.h

rust-parse.c has a #define for the host-specific UTF-32 charset name.
A later patch needs the same thing, so this patch moves the definition
to charset.h for easier reuse.
gdb/charset.h
gdb/rust-parse.c