From 2286285206a59191d6e9b954902241d174af3631 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Mon, 20 Mar 2006 08:55:50 +0000 Subject: [PATCH] README: New file. 2006-03-20 Richard Guenther * README: New file. From-SVN: r112224 --- libgcc-math/ChangeLog | 4 ++++ libgcc-math/README | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 libgcc-math/README diff --git a/libgcc-math/ChangeLog b/libgcc-math/ChangeLog index 5f1c9839d7d..c2db3f9128d 100644 --- a/libgcc-math/ChangeLog +++ b/libgcc-math/ChangeLog @@ -1,3 +1,7 @@ +2006-03-20 Richard Guenther + + * README: New file. + 2006-02-28 Richard Guenther PR bootstrap/26055 diff --git a/libgcc-math/README b/libgcc-math/README new file mode 100644 index 00000000000..f5ed0f2b57c --- /dev/null +++ b/libgcc-math/README @@ -0,0 +1,6 @@ +This directory contains parts of the GLIBC package, which are not part of GCC +but shipped with GCC as a convenience. This includes the files in the flt-32 +and dbl-64 directories which are imported from the GLIBC sysdeps/ieee754 +versions. Changes to these parts of libgcc-math should be done upstream in +GLIBC and then re-imported to libgcc-math. + -- 2.30.2