From 82387cd8a0e70c9ab791ebccf26290907cf0d217 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Patry Date: Tue, 2 May 2023 16:02:55 +0200 Subject: gccrs: ast: Rename rust-ast-tokenstream file The file does not contain any TokenStream declaration anymore and thus should be named more appropriately. gcc/rust/ChangeLog: * Make-lang.in: Change file name. * ast/rust-ast-tokenstream.cc: Moved to... * ast/rust-ast-collector.cc: ...here. * ast/rust-ast-tokenstream.h: Moved to... * ast/rust-ast-collector.h: ...here. * rust-session-manager.cc: Change header name. Signed-off-by: Pierre-Emmanuel Patry --- gcc/rust/Make-lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rust/Make-lang.in') diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index 8ef50b2..fdfc484 100644 --- a/gcc/rust/Make-lang.in +++ b/gcc/rust/Make-lang.in @@ -78,7 +78,7 @@ GRS_OBJS = \ rust/rust-pattern.o \ rust/rust-ast-fragment.o \ rust/rust-ast-dump.o \ - rust/rust-ast-tokenstream.o \ + rust/rust-ast-collector.o \ rust/rust-hir-dump.o \ rust/rust-session-manager.o \ rust/rust-compile.o \ -- cgit v1.1