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. +