diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-11 00:16:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-11 00:16:36 +0000 |
commit | c80654412b57b35620478cb139debe615ddbf8de (patch) | |
tree | eee6921087c38886bd353773232ffec326d15bae /libgcc | |
parent | 020255eb52ec215703f4ffc90a3a916c21fb36fc (diff) | |
download | gcc-c80654412b57b35620478cb139debe615ddbf8de.zip gcc-c80654412b57b35620478cb139debe615ddbf8de.tar.gz gcc-c80654412b57b35620478cb139debe615ddbf8de.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4ac9063..adef9e5 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,13 @@ +2023-03-10 Jakub Jelinek <jakub@redhat.com> + + PR target/107703 + * soft-fp/floattibf.c: New file. + * soft-fp/floatuntibf.c: New file. + * config/i386/libgcc-glibc.ver: Export __float{,un}tibf @ GCC_13.0.0. + * config/i386/64/t-softfp (softfp_extras): Add floattibf and + floatuntibf. + (CFLAGS-floattibf.c, CFLAGS-floatunstibf.c): Add -msse2. + 2023-03-08 Kewen Lin <linkw@linux.ibm.com> PR libgcc/108727 |