diff options
author | Martin Liska <mliska@suse.cz> | 2022-08-16 18:18:15 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-08-16 18:18:15 +0200 |
commit | 87e8197e4012801477e3743601d6d6ead64e851c (patch) | |
tree | ad73c668b2fbed8a590a9c41c8bcb6c8f02f2945 /libgcc/soft-fp/fixunstfti.c | |
parent | a2c4ae994a5e5f213773b95d15f95a3cdb1f1f7d (diff) | |
parent | 9580ab573dd59e7eaff768b1e5fc736be8c63d20 (diff) | |
download | gcc-87e8197e4012801477e3743601d6d6ead64e851c.zip gcc-87e8197e4012801477e3743601d6d6ead64e851c.tar.gz gcc-87e8197e4012801477e3743601d6d6ead64e851c.tar.bz2 |
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'libgcc/soft-fp/fixunstfti.c')
-rw-r--r-- | libgcc/soft-fp/fixunstfti.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgcc/soft-fp/fixunstfti.c b/libgcc/soft-fp/fixunstfti.c index 6e65ab1..8e749d7 100644 --- a/libgcc/soft-fp/fixunstfti.c +++ b/libgcc/soft-fp/fixunstfti.c @@ -1,8 +1,7 @@ /* Software floating-point emulation. Convert IEEE quad to 128bit unsigned integer - Copyright (C) 2007-2019 Free Software Foundation, Inc. + Copyright (C) 2007-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Uros Bizjak (ubizjak@gmail.com). The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -25,7 +24,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "quad.h" |