aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@baylibre.com>2024-03-11 22:38:33 +0100
committerThomas Schwinge <tschwinge@baylibre.com>2024-03-11 22:38:33 +0100
commit4235574518bd016f208b97f6f497978c31771e12 (patch)
tree06362f23752d180e7ce4e6407787beba9634505c /gcc/rust
parent2cd7fb664ce9617c90b65b399423d330e1a78068 (diff)
parent0d9b4e8647ff01c3d3a782ab26684ca5a7c2f527 (diff)
downloadgcc-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/ChangeLog21
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.