* sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/.
authorRoland McGrath <roland@gnu.org>
Tue, 10 Jan 2006 08:23:51 +0000 (08:23 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 10 Jan 2006 08:23:51 +0000 (08:23 +0000)
* 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/.

ChangeLog
nptl/ChangeLog
sysdeps/alpha/jmpbuf-unwind.h [moved from nptl/sysdeps/alpha/jmpbuf-unwind.h with 92% similarity]
sysdeps/i386/jmpbuf-unwind.h [moved from nptl/sysdeps/i386/jmpbuf-unwind.h with 92% similarity]
sysdeps/mips/jmpbuf-unwind.h [moved from nptl/sysdeps/mips/jmpbuf-unwind.h with 95% similarity]
sysdeps/powerpc/jmpbuf-unwind.h [moved from nptl/sysdeps/powerpc/jmpbuf-unwind.h with 92% similarity]
sysdeps/s390/jmpbuf-unwind.h [moved from nptl/sysdeps/s390/jmpbuf-unwind.h with 95% similarity]
sysdeps/sh/jmpbuf-unwind.h [moved from nptl/sysdeps/sh/jmpbuf-unwind.h with 92% similarity]
sysdeps/sparc/sparc32/jmpbuf-unwind.h [moved from nptl/sysdeps/sparc/sparc32/jmpbuf-unwind.h with 100% similarity]
sysdeps/sparc/sparc64/jmpbuf-unwind.h [moved from nptl/sysdeps/sparc/sparc64/jmpbuf-unwind.h with 100% similarity]
sysdeps/x86_64/jmpbuf-unwind.h [moved from nptl/sysdeps/x86_64/jmpbuf-unwind.h with 92% similarity]

index b855e39..13610a9 100644 (file)
--- 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>
index aa46008..7db6657 100644 (file)
@@ -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.
similarity index 92%
rename from nptl/sysdeps/alpha/jmpbuf-unwind.h
rename to sysdeps/alpha/jmpbuf-unwind.h
index 83b7a01..ca445f8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -38,5 +38,5 @@ _jmpbuf_sp (__jmp_buf regs)
 #define _JMPBUF_UNWINDS_ADJ(_jmpbuf, _address, _adj) \
   ((uintptr_t) (_address) - (_adj) < _jmpbuf_sp (_jmpbuf) - (_adj))
 
-/* We use the normal lobngjmp for unwinding.  */
+/* We use the normal longjmp for unwinding.  */
 #define __libc_unwind_longjmp(buf, val) __libc_longjmp (buf, val)
similarity index 92%
rename from nptl/sysdeps/i386/jmpbuf-unwind.h
rename to sysdeps/i386/jmpbuf-unwind.h
index 83b7a01..ca445f8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -38,5 +38,5 @@ _jmpbuf_sp (__jmp_buf regs)
 #define _JMPBUF_UNWINDS_ADJ(_jmpbuf, _address, _adj) \
   ((uintptr_t) (_address) - (_adj) < _jmpbuf_sp (_jmpbuf) - (_adj))
 
-/* We use the normal lobngjmp for unwinding.  */
+/* We use the normal longjmp for unwinding.  */
 #define __libc_unwind_longjmp(buf, val) __libc_longjmp (buf, val)
similarity index 95%
rename from nptl/sysdeps/mips/jmpbuf-unwind.h
rename to sysdeps/mips/jmpbuf-unwind.h
index 9ee0310..1ff8fc8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
similarity index 92%
rename from nptl/sysdeps/powerpc/jmpbuf-unwind.h
rename to sysdeps/powerpc/jmpbuf-unwind.h
index d9090a5..a6cfea0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -38,5 +38,5 @@ _jmpbuf_sp (__jmp_buf regs)
 #define _JMPBUF_UNWINDS_ADJ(_jmpbuf, _address, _adj) \
   ((uintptr_t) (_address) - (_adj) < _jmpbuf_sp (_jmpbuf) - (_adj))
 
-/* We use the normal lobngjmp for unwinding.  */
+/* We use the normal longjmp for unwinding.  */
 #define __libc_unwind_longjmp(buf, val) __libc_longjmp (buf, val)
similarity index 95%
rename from nptl/sysdeps/s390/jmpbuf-unwind.h
rename to sysdeps/s390/jmpbuf-unwind.h
index 81fa582..ae7491a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
similarity index 92%
rename from nptl/sysdeps/sh/jmpbuf-unwind.h
rename to sysdeps/sh/jmpbuf-unwind.h
index 3ef178b..4c84c42 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -38,5 +38,5 @@ _jmpbuf_sp (__jmp_buf regs)
 #define _JMPBUF_UNWINDS_ADJ(_jmpbuf, _address, _adj) \
   ((uintptr_t) (_address) - (_adj) < _jmpbuf_sp (_jmpbuf) - (_adj))
 
-/* We use the normal lobngjmp for unwinding.  */
+/* We use the normal longjmp for unwinding.  */
 #define __libc_unwind_longjmp(buf, val) __libc_longjmp (buf, val)
similarity index 92%
rename from nptl/sysdeps/x86_64/jmpbuf-unwind.h
rename to sysdeps/x86_64/jmpbuf-unwind.h
index 1a36c53..2d1187d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -38,5 +38,5 @@ _jmpbuf_sp (__jmp_buf regs)
 #define _JMPBUF_UNWINDS_ADJ(_jmpbuf, _address, _adj) \
   ((uintptr_t) (_address) - (_adj) < _jmpbuf_sp (_jmpbuf) - (_adj))
 
-/* We use the normal lobngjmp for unwinding.  */
+/* We use the normal longjmp for unwinding.  */
 #define __libc_unwind_longjmp(buf, val) __libc_longjmp (buf, val)