]> sourceware.org Git - glibc.git/commitdiff
* 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/i386/jmpbuf-unwind.h with 92% similarity]
sysdeps/i386/jmpbuf-unwind.h [moved from nptl/sysdeps/sparc/sparc32/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/alpha/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 b855e39cdf7e5dc81fbf36be02edf24dc1ec3d23..13610a92d3cb8ff1210324b2e850359f34c753aa 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 aa46008767b50e1c09331c3de294911d38c44353..7db66570ca8294f2175dd9ebd160842e61a3149a 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/i386/jmpbuf-unwind.h
rename to sysdeps/alpha/jmpbuf-unwind.h
index 83b7a01a0e9b14db400d108e824c43133d36e692..ca445f8d24ae3ab86d1fb649164fc4e55b75b5c0 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/sparc/sparc32/jmpbuf-unwind.h
rename to sysdeps/i386/jmpbuf-unwind.h
index 83b7a01a0e9b14db400d108e824c43133d36e692..ca445f8d24ae3ab86d1fb649164fc4e55b75b5c0 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 9ee03100e6b54760fbc778bc8c74c6b362dda4c6..1ff8fc895796804abda7df9369c269cd48a0a3dd 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 d9090a591dc21eb54b16c1ec33a15103e184e353..a6cfea074e87476d703e83805301bcb2871a74ef 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 81fa5825400581d7b285249faa8ac48dd4505098..ae7491ab77c083e4ad2bab97964d4c4c7518baa8 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 3ef178b4d644d3e3800e15d9da04370c93363492..4c84c42962e2677210ae49b74990d09c26a6e8f3 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 1a36c53d119d95523d493905821fb86fbb07eaed..2d1187df70d99a5f356ec84da4143d372cd003b4 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)
This page took 0.078686 seconds and 5 git commands to generate.