]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Move Gcc_backend declaration to header file
authorOwen Avery <powerboat9.gamer@gmail.com>
Fri, 14 Jul 2023 19:39:14 +0000 (15:39 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:56:03 +0000 (18:56 +0100)
commit2b00b13d309f600fee94cc911a99362e0451cbaa
treec4850471097f75baeb033cff6cdcc5c9c2132dcb
parent46a5df00ab59a9bb816f5865efb9196e31bc18c6
gccrs: Move Gcc_backend declaration to header file

gcc/rust/ChangeLog:

* rust-backend.h: Include "rust-gcc.h".
(class Gcc_backend): Move to ...
* rust-gcc.cc (class Gcc_backend): ... here.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
gcc/rust/rust-backend.h
gcc/rust/rust-gcc.cc