aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/Make-lang.in
diff options
context:
space:
mode:
authorRaiki Tamura <tamaron1203@gmail.com>2023-07-30 19:54:36 +0900
committerArthur Cohen <arthur.cohen@embecosm.com>2024-01-16 19:00:29 +0100
commit619f1874b0ce0edc68b2748153b4134b2db306fd (patch)
tree556d08a983c1c24a64d65317f9c72af622f4456c /gcc/rust/Make-lang.in
parentc24d0e9033df80b564e7e72803195ad10c1e4221 (diff)
downloadgcc-619f1874b0ce0edc68b2748153b4134b2db306fd.zip
gcc-619f1874b0ce0edc68b2748153b4134b2db306fd.tar.gz
gcc-619f1874b0ce0edc68b2748153b4134b2db306fd.tar.bz2
gccrs: Add function `Rust::encode_punycode`
gcc/rust/ChangeLog: * Make-lang.in: Add rust-punycode.o. * rust-lang.cc (run_rust_tests): Add selftest. * util/rust-punycode.cc: New file. * util/rust-punycode.h: New file. Signed-off-by: Raiki Tamura <tamaron1203@gmail.com>
Diffstat (limited to 'gcc/rust/Make-lang.in')
-rw-r--r--gcc/rust/Make-lang.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 1df82f1..ad41a56 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -186,6 +186,7 @@ GRS_OBJS = \
rust/rust-feature-gate.o \
rust/rust-dir-owner.o \
rust/rust-unicode.o \
+ rust/rust-punycode.o \
$(END)
# removed object files from here