diff options
author | Kai Tietz <ktietz@redhat.com> | 2012-03-01 21:50:26 +0100 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2012-03-01 21:50:26 +0100 |
commit | b7633ee392220fe7853e23c2c5c3fb4695b0ab24 (patch) | |
tree | 9869f6d1412529d8b68ead50817d90b438d922cc /libgcc/soft-fp/floatunsisf.c | |
parent | 5d9dc69aff9b45ad78e4b668855f3879e6fef7df (diff) | |
download | gcc-b7633ee392220fe7853e23c2c5c3fb4695b0ab24.zip gcc-b7633ee392220fe7853e23c2c5c3fb4695b0ab24.tar.gz gcc-b7633ee392220fe7853e23c2c5c3fb4695b0ab24.tar.bz2 |
soft-fp: Imported from glibc upstream.
* soft-fp: Imported from glibc upstream.
From-SVN: r184760
Diffstat (limited to 'libgcc/soft-fp/floatunsisf.c')
-rw-r--r-- | libgcc/soft-fp/floatunsisf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgcc/soft-fp/floatunsisf.c b/libgcc/soft-fp/floatunsisf.c index 80c5d3d..7d588c6 100644 --- a/libgcc/soft-fp/floatunsisf.c +++ b/libgcc/soft-fp/floatunsisf.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "single.h" |