aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-10 08:23:51 +0000
committerRoland McGrath <roland@gnu.org>2006-01-10 08:23:51 +0000
commitde59a2917979a97c5c80fd2d78acc48152e87d6d (patch)
tree84b297f9ff8fbbe5f37e0951b3830552f836e606 /ChangeLog
parent4d99c878ff5b38d5cd1af3b0832977c30db1d296 (diff)
downloadglibc-de59a2917979a97c5c80fd2d78acc48152e87d6d.zip
glibc-de59a2917979a97c5c80fd2d78acc48152e87d6d.tar.gz
glibc-de59a2917979a97c5c80fd2d78acc48152e87d6d.tar.bz2
* sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/.
* sysdeps/i386/jmpbuf-unwind.h: New file, moved from nptl/. * sysdeps/mips/jmpbuf-unwind.h: New file, moved from nptl/. * sysdeps/powerpc/jmpbuf-unwind.h: New file, moved from nptl/. * sysdeps/s390/jmpbuf-unwind.h: New file, moved from nptl/. * sysdeps/sh/jmpbuf-unwind.h: New file, moved from nptl/. * sysdeps/sparc/sparc32/jmpbuf-unwind.h: New file, moved from nptl/. * sysdeps/sparc/sparc64/jmpbuf-unwind.h: New file, moved from nptl/. * sysdeps/x86_64/jmpbuf-unwind.h: New file, moved from nptl/.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b855e39..13610a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-01-10 Roland McGrath <roland@redhat.com>
+ * sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/i386/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/mips/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/powerpc/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/s390/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/sh/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/sparc/sparc32/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/sparc/sparc64/jmpbuf-unwind.h: New file, moved from nptl/.
+ * sysdeps/x86_64/jmpbuf-unwind.h: New file, moved from nptl/.
+
* sysdeps/linkmap.h: File removed.
2006-01-07 Carlos O'Donell <carlos@systemhalted.org>