diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2023-04-07 22:04:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas_schwinge@mentor.com> | 2023-04-07 22:04:54 +0200 |
commit | b1d131f8941cd30ee7904698e7d3bcc20686b61c (patch) | |
tree | 3dcb318ea104daa2fcc771c5e3de080414c45730 /gcc/rust | |
parent | 353f5e8f00a2f897d2974f07d27dd10f79666889 (diff) | |
parent | 939fb3fffebf7be2638ddef25dbe1c15f2aaa9d6 (diff) | |
download | gcc-b1d131f8941cd30ee7904698e7d3bcc20686b61c.zip gcc-b1d131f8941cd30ee7904698e7d3bcc20686b61c.tar.gz gcc-b1d131f8941cd30ee7904698e7d3bcc20686b61c.tar.bz2 |
Merge commit '939fb3fffebf7be2638ddef25dbe1c15f2aaa9d6' into HEAD
Diffstat (limited to 'gcc/rust')
-rw-r--r-- | gcc/rust/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/rust/ChangeLog b/gcc/rust/ChangeLog index 214daee..72c172e 100644 --- a/gcc/rust/ChangeLog +++ b/gcc/rust/ChangeLog @@ -1,3 +1,17 @@ +2023-02-22 Thomas Schwinge <thomas@codesourcery.com> + + * rust-lang.cc (grs_langhook_type_for_mode): Also consider all + 'int_n' modes/types. + +2023-02-22 Thomas Schwinge <thomas@codesourcery.com> + + * rust-lang.cc (grs_langhook_init): Do not initialize + void_list_node. + +2023-02-22 Thomas Schwinge <thomas@codesourcery.com> + + * config-lang.in (target_libs): Remove. + 2023-02-21 Raiki Tamura <tamaron1203@gmail.com> * backend/rust-builtins.cc (BuiltinsContext::setup_math_fns): New functions. |