diff --git a/libgcc-math/ChangeLog b/libgcc-math/ChangeLog
index 5f1c9839d7d40557e5e5e29122581e801a07e663..c2db3f9128d8e5ef7cd493506fa2e5c0791b087c 100644
--- a/libgcc-math/ChangeLog
+++ b/libgcc-math/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-20  Richard Guenther  <rguenther@suse.de>
+
+	* README: New file.
+
 2006-02-28  Richard Guenther  <rguenther@suse.de>
 
 	PR bootstrap/26055
diff --git a/libgcc-math/README b/libgcc-math/README
new file mode 100644
index 0000000000000000000000000000000000000000..f5ed0f2b57c1652c20b7c98985032bd19c3bcd75
--- /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.
+