From 4d630984512b6b79d9412378301ae777411685d4 Mon Sep 17 00:00:00 2001 From: Raiki Tamura Date: Fri, 14 Jul 2023 14:45:34 +0900 Subject: gccrs: Add function for Unicode NFC normalization gcc/rust/ChangeLog: * Make-lang.in: Add rust-unicode.o * rust-lang.cc (run_rust_tests): Add test. * rust-system.h: Include * util/make-rust-unicode.py: Generater of rust-unicode-data.h. * util/rust-unicode-data.h: Auto-generated file. * util/rust-unicode.cc: New file. * util/rust-unicode.h: New file. Signed-off-by: Raiki Tamura --- gcc/rust/Make-lang.in | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/rust/Make-lang.in') diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index c307e33..198b13d 100644 --- a/gcc/rust/Make-lang.in +++ b/gcc/rust/Make-lang.in @@ -181,6 +181,7 @@ GRS_OBJS = \ rust/rust-feature.o \ rust/rust-feature-gate.o \ rust/rust-dir-owner.o \ + rust/rust-unicode.o \ $(END) # removed object files from here -- cgit v1.1