summaryrefslogtreecommitdiff
path: root/libgcc-math
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-20 08:55:50 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-20 08:55:50 +0000
commit0ed2fe4e514a1701e1811fa4e92f231c59c2377c (patch)
tree080221534dfe5d0480969e6d1a6a83ad8988a136 /libgcc-math
parent0178c4589b6c48d0a291b844d8cf460ce0bee31d (diff)
downloadgcc-0ed2fe4e514a1701e1811fa4e92f231c59c2377c.tar.gz
2006-03-20 Richard Guenther <rguenther@suse.de>
* README: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112224 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc-math')
-rw-r--r--libgcc-math/ChangeLog4
-rw-r--r--libgcc-math/README6
2 files changed, 10 insertions, 0 deletions
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 <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 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.
+