commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. af7d78e726cb0d324


From: Thomas Schwinge
Subject: [SCM] POSIX threading library branch, master, updated. af7d78e726cb0d3248c461cfee27fe15121dacd1
Date: Tue, 07 Aug 2012 21:02:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".

The branch, master has been updated
       via  af7d78e726cb0d3248c461cfee27fe15121dacd1 (commit)
      from  a5387f6a45d6b3f2b381d861f5c288b79da6204f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit af7d78e726cb0d3248c461cfee27fe15121dacd1
Author: Thomas Schwinge <address@hidden>
Date:   Tue Aug 7 22:36:56 2012 +0200

    Rename ia32 sysdep directories to i386.
    
    * sysdeps/i386/Implies: Remove file.
    * sysdeps/mach/hurd/i386/Implies: Likewise.
    * sysdeps/ia32/bits/memory.h: Rename to sysdeps/i386/bits/memory.h.
    * sysdeps/ia32/bits/pt-atomic.h: Rename to sysdeps/i386/bits/pt-atomic.h.
    * sysdeps/ia32/bits/spin-lock-inline.h: Rename to
    sysdeps/i386/bits/spin-lock-inline.h.
    * sysdeps/ia32/bits/spin-lock.h: Rename to sysdeps/i386/bits/spin-lock.h.
    * sysdeps/ia32/machine-sp.h: Rename to sysdeps/i386/machine-sp.h.
    * sysdeps/ia32/pt-machdep.h: Rename to sysdeps/i386/pt-machdep.h.
    * sysdeps/mach/hurd/ia32/pt-machdep.c: Rename to
    sysdeps/mach/hurd/i386/pt-machdep.c.
    * sysdeps/mach/hurd/ia32/pt-setup.c: Rename to
    sysdeps/mach/hurd/i386/pt-setup.c.
    * Makefile (SYSDEP_PATH): Adapt to that.

-----------------------------------------------------------------------

Summary of changes:
 Makefile                                       |    6 +++---
 sysdeps/i386/Implies                           |    1 -
 sysdeps/{ia32 => i386}/bits/memory.h           |    0
 sysdeps/{ia32 => i386}/bits/pt-atomic.h        |    0
 sysdeps/{ia32 => i386}/bits/spin-lock-inline.h |    0
 sysdeps/{ia32 => i386}/bits/spin-lock.h        |    0
 sysdeps/{ia32 => i386}/machine-sp.h            |    0
 sysdeps/{ia32 => i386}/pt-machdep.h            |    0
 sysdeps/mach/hurd/i386/Implies                 |    1 -
 sysdeps/mach/hurd/{ia32 => i386}/pt-machdep.c  |    0
 sysdeps/mach/hurd/{ia32 => i386}/pt-setup.c    |    0
 11 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 sysdeps/i386/Implies
 rename sysdeps/{ia32 => i386}/bits/memory.h (100%)
 rename sysdeps/{ia32 => i386}/bits/pt-atomic.h (100%)
 rename sysdeps/{ia32 => i386}/bits/spin-lock-inline.h (100%)
 rename sysdeps/{ia32 => i386}/bits/spin-lock.h (100%)
 rename sysdeps/{ia32 => i386}/machine-sp.h (100%)
 rename sysdeps/{ia32 => i386}/pt-machdep.h (100%)
 delete mode 100644 sysdeps/mach/hurd/i386/Implies
 rename sysdeps/mach/hurd/{ia32 => i386}/pt-machdep.c (100%)
 rename sysdeps/mach/hurd/{ia32 => i386}/pt-setup.c (100%)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]