diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-10 08:23:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-10 08:23:51 +0000 |
commit | de59a2917979a97c5c80fd2d78acc48152e87d6d (patch) | |
tree | 84b297f9ff8fbbe5f37e0951b3830552f836e606 /nptl/ChangeLog | |
parent | 4d99c878ff5b38d5cd1af3b0832977c30db1d296 (diff) | |
download | glibc-de59a2917979a97c5c80fd2d78acc48152e87d6d.tar glibc-de59a2917979a97c5c80fd2d78acc48152e87d6d.tar.gz glibc-de59a2917979a97c5c80fd2d78acc48152e87d6d.tar.bz2 glibc-de59a2917979a97c5c80fd2d78acc48152e87d6d.zip |
* 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 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index aa46008767..7db66570ca 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,15 @@ +2006-01-10 Roland McGrath <roland@redhat.com> + + * sysdeps/alpha/jmpbuf-unwind.h: File moved to main source tree. + * sysdeps/i386/jmpbuf-unwind.h: Likewise. + * sysdeps/mips/jmpbuf-unwind.h: Likewise. + * sysdeps/powerpc/jmpbuf-unwind.h: Likewise. + * sysdeps/s390/jmpbuf-unwind.h: Likewise. + * sysdeps/sh/jmpbuf-unwind.h: Likewise. + * sysdeps/sparc/sparc32/jmpbuf-unwind.h: Likewise. + * sysdeps/sparc/sparc64/jmpbuf-unwind.h: Likewise. + * sysdeps/x86_64/jmpbuf-unwind.h: Likewise. + 2006-01-09 Roland McGrath <roland@redhat.com> * tst-initializers1-c89.c: New file. |