aboutsummaryrefslogtreecommitdiff
path: root/libgcc/soft-fp/extendsfdf2.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-08-16 18:18:15 +0200
committerMartin Liska <mliska@suse.cz>2022-08-16 18:18:15 +0200
commit87e8197e4012801477e3743601d6d6ead64e851c (patch)
treead73c668b2fbed8a590a9c41c8bcb6c8f02f2945 /libgcc/soft-fp/extendsfdf2.c
parenta2c4ae994a5e5f213773b95d15f95a3cdb1f1f7d (diff)
parent9580ab573dd59e7eaff768b1e5fc736be8c63d20 (diff)
downloadgcc-87e8197e4012801477e3743601d6d6ead64e851c.zip
gcc-87e8197e4012801477e3743601d6d6ead64e851c.tar.gz
gcc-87e8197e4012801477e3743601d6d6ead64e851c.tar.bz2
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'libgcc/soft-fp/extendsfdf2.c')
-rw-r--r--libgcc/soft-fp/extendsfdf2.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libgcc/soft-fp/extendsfdf2.c b/libgcc/soft-fp/extendsfdf2.c
index 1e3ce92..6f0b8659 100644
--- a/libgcc/soft-fp/extendsfdf2.c
+++ b/libgcc/soft-fp/extendsfdf2.c
@@ -1,9 +1,7 @@
/* Software floating-point emulation.
Return a converted to IEEE double
- Copyright (C) 1997-2019 Free Software Foundation, Inc.
+ Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Richard Henderson (rth@cygnus.com) and
- Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -26,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/>. */
#define FP_NO_EXACT_UNDERFLOW
#include "soft-fp.h"