From 002ab0343498d415f87a14c91e5484aa708f8203 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Jun 2000 01:01:44 +0000 Subject: Update. * Make-dist: Search for tests also in sysdeps hierachy. --- soft-fp/ChangeLog | 4 ++++ soft-fp/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'soft-fp') diff --git a/soft-fp/ChangeLog b/soft-fp/ChangeLog index 737d5070ec..63bbd8b9a6 100644 --- a/soft-fp/ChangeLog +++ b/soft-fp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-13 Ulrich Drepper + + * Makefile (distribute): Add ChangeLog, Banner, and configure. + 2000-03-03 Geoff Keating * soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it diff --git a/soft-fp/Makefile b/soft-fp/Makefile index e72e7f2976..c4cfbaa4e9 100644 --- a/soft-fp/Makefile +++ b/soft-fp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1999 Free Software Foundation, Inc. +# Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or @@ -35,6 +35,6 @@ gcc-quad-routines := negtf2 addtf3 subtf3 multf3 divtf3 eqtf2 \ trunctfdf2 sqrttf2 distribute := double.h op-1.h op-2.h op-4.h op-common.h quad.h \ - single.h soft-fp.h extended.h + single.h soft-fp.h extended.h ChangeLog Banner configure include ../Rules -- cgit v1.2.3