diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-01-08 00:20:03 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-01-08 00:20:03 +0000 |
commit | 4743963b4202d85d2236a349c27924d13d5ba94f (patch) | |
tree | 12332db782134ea87aa79dc12f231070e1bd39b1 /libgcc | |
parent | 4435e82708872f705c47eeb63bbcdfc54b0449fc (diff) | |
download | gcc-4743963b4202d85d2236a349c27924d13d5ba94f.zip gcc-4743963b4202d85d2236a349c27924d13d5ba94f.tar.gz gcc-4743963b4202d85d2236a349c27924d13d5ba94f.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 5bcf1bb..97ea024 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,13 @@ +2025-01-07 Keith Packard <keithp@keithp.com> + + * config/m68k/fpgnulib.c (extenddfxf2): Simplify code by removing code + that should never execute. Fix denorm shift test and insert hidden bit + as needed. + (__truncxfdf2): Properly compue and shift the significant right. + * config/m68k/lb1sf68.S (__fixxfsi): Correct shift counts and simplify. + (QUIET_NAN): Make it a positive quiet NaN and fix return values to inject + sign properly. + 2025-01-06 Stafford Horne <shorne@gmail.com> * config/or1k/lib1funcs.S: Add .note.GNU-stack section on linux. |