diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-11 22:38:33 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-11 22:38:33 +0100 |
commit | 4235574518bd016f208b97f6f497978c31771e12 (patch) | |
tree | 06362f23752d180e7ce4e6407787beba9634505c /gcc/rust | |
parent | 2cd7fb664ce9617c90b65b399423d330e1a78068 (diff) | |
parent | 0d9b4e8647ff01c3d3a782ab26684ca5a7c2f527 (diff) | |
download | gcc-4235574518bd016f208b97f6f497978c31771e12.zip gcc-4235574518bd016f208b97f6f497978c31771e12.tar.gz gcc-4235574518bd016f208b97f6f497978c31771e12.tar.bz2 |
Merge commit '46595ce72e5855189e3c60a140c3ca5aaddfb58c^' into HEAD
Diffstat (limited to 'gcc/rust')
-rw-r--r-- | gcc/rust/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/rust/ChangeLog b/gcc/rust/ChangeLog index bbcbc29..6d69819 100644 --- a/gcc/rust/ChangeLog +++ b/gcc/rust/ChangeLog @@ -1,3 +1,24 @@ +2023-09-21 Iain Buclaw <ibuclaw@gdcproject.org> + + * rust-session-manager.cc (Session::init): Call + targetrustm.rust_os_info. + * rust-target.def (rust_os_info): New hook. + +2023-09-21 Iain Buclaw <ibuclaw@gdcproject.org> + + * rust-lang.cc (rust_add_target_info): Remove sorry. + * rust-session-manager.cc: Replace include of target.h with + include of tm.h and rust-target.h. + (Session::init): Call targetrustm.rust_cpu_info. + * rust-target.def (rust_cpu_info): New hook. + * rust-target.h (rust_add_target_info): Declare. + +2023-09-21 Iain Buclaw <ibuclaw@gdcproject.org> + + * rust-target-def.h: New file. + * rust-target.def: New file. + * rust-target.h: New file. + 2023-09-11 Parthib <94271200+Parthib314@users.noreply.github.com> * Make-lang.in: Removed rust-gcc-diagnostics object file. |