diff options
Diffstat (limited to 'libpthread/ChangeLog')
-rw-r--r-- | libpthread/ChangeLog | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/libpthread/ChangeLog b/libpthread/ChangeLog index e167d28..d17b259 100644 --- a/libpthread/ChangeLog +++ b/libpthread/ChangeLog @@ -1,5 +1,67 @@ 2008-08-16 Neal H. Walfield <neal@gnu.org> + * Makefile.am (SYSDEP_PATH): Replace l4/hurd with viengoos. + Remove other directory names containing l4. + (libpthread_a_SOURCES): Remove pt-pool-np.c. + * sysdeps/l4/pt-spin.c: Move from here... + * sysdeps/viengoos/pt-spin.c: ... to here. + * sysdeps/l4/pt-stack-alloc.c: Move from here... + * sysdeps/viengoos/pt-stack-alloc.c: ... to here. + * sysdeps/l4/pt-timedblock.c: Move from here... + * sysdeps/viengoos/pt-timedblock.c: ... to here. + * sysdeps/l4/hurd/pt-block.c: Move from here... + * sysdeps/viengoos/pt-block.c: ... to here. + * sysdeps/l4/hurd/pt-docancel.c: Move from here... + * sysdeps/viengoos/pt-docancel.c: ... to here. + * sysdeps/l4/hurd/pt-kill.c: Move from here... + * sysdeps/viengoos/pt-kill.c: ... to here. + * sysdeps/l4/hurd/pt-setactivity-np.c: Move from here... + * sysdeps/viengoos/pt-setactivity-np.c: ... to here. + * sysdeps/l4/hurd/pt-sigstate-destroy.c: Move from here... + * sysdeps/viengoos/pt-sigstate-destroy.c: ... to here. + * sysdeps/l4/hurd/pt-sigstate-init.c: Move from here... + * sysdeps/viengoos/pt-sigstate-init.c: ... to here. + * sysdeps/l4/hurd/pt-sigstate.c: Move from here... + * sysdeps/viengoos/pt-sigstate.c: ... to here. + * sysdeps/l4/hurd/pt-startup.c: Move from here... + * sysdeps/viengoos/pt-startup.c: ... to here. + * sysdeps/l4/hurd/pt-sysdep.c: Move from here... + * sysdeps/viengoos/pt-sysdep.c: ... to here. + * sysdeps/l4/hurd/pt-sysdep.h: Move from here... + * sysdeps/viengoos/pt-sysdep.h: ... to here. + * sysdeps/l4/hurd/pt-thread-alloc.c: Move from here... + * sysdeps/viengoos/pt-thread-alloc.c: ... to here. + * sysdeps/l4/hurd/pt-thread-dealloc.c: Move from here... + * sysdeps/viengoos/pt-thread-dealloc.c: ... to here. + * sysdeps/l4/hurd/pt-thread-halt.c: Move from here... + * sysdeps/viengoos/pt-thread-halt.c: ... to here. + * sysdeps/l4/hurd/pt-thread-start.c: Move from here... + * sysdeps/viengoos/pt-thread-start.c: ... to here. + * sysdeps/l4/hurd/pt-wakeup.c: Move from here... + * sysdeps/viengoos/pt-wakeup.c: ... to here. + * sysdeps/l4/hurd/sig-sysdep.h: Move from here... + * sysdeps/viengoos/sig-sysdep.h: ... to here. + * sysdeps/l4/hurd/sigprocmask.c: Move from here... + * sysdeps/viengoos/sigprocmask.c: ... to here. + * sysdeps/l4/hurd/bits/pthread-np.h: Move from here... + * sysdeps/viengoos/bits/pthread-np.h: ... to here. + * headers.m4: Like sysroot/include/bits/pthread-np.h to + libpthread/sysdeps/viengoos/bits/pthread-np.h, not + libpthread/sysdeps/l4/hurd/bits/pthread-np.h. + * sysdeps/l4/hurd/ia32/pt-machdep.c: Move from here... + * sysdeps/viengoos/ia32/pt-machdep.c: ... to here. + * sysdeps/l4/hurd/ia32/pt-setup.c: Move from here... + * sysdeps/viengoos/ia32/pt-setup.c: ... to here. + * sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c: Move from + here... + * sysdeps/viengoos/ia32/signal-dispatch-lowlevel.c: to here... + * sysdeps/l4/hurd/powerpc/pt-machdep.c: Move from here... + * sysdeps/viengoos/powerpc/pt-machdep.c: ... to here. + * sysdeps/l4/hurd/powerpc/pt-setup.c: Move from here... + * sysdeps/viengoos/powerpc/pt-setup.c: ... to here. + +2008-08-16 Neal H. Walfield <neal@gnu.org> + * sysdeps/l4/pt-block.c: Remove file. * sysdeps/l4/pt-docancel.c: Likewise. * sysdeps/l4/pt-pool-np.c: Likewise. |