]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2006-01-10 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 10 Jan 2006 08:51:03 +0000 (08:51 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 10 Jan 2006 08:51:03 +0000 (08:51 +0000)
* sysdeps/arm/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ...
* sysdeps/arm/jmpbuf-unwind.h: ... here.
* sysdeps/arm/fpu/bits/setjmp.h (_JMPBUF_UNWINDS): Macro removed.
* sysdeps/arm/eabi/bits/setjmp.h (_JMPBUF_UNWINDS): Macro removed.

sysdeps/arm/bits/setjmp.h
sysdeps/arm/eabi/bits/setjmp.h
sysdeps/arm/fpu/bits/setjmp.h

index 4eb237a38fb9749d145fa84e0da41ebcb53dd34e..dbc7a509b3ab1689d6e765fe111a8a888467844a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 1997,1998,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
@@ -33,9 +33,4 @@ typedef int __jmp_buf[10];
 
 #define __JMP_BUF_SP           8
 
-/* Test if longjmp to JMPBUF would unwind the frame
-   containing a local variable at ADDRESS.  */
-#define _JMPBUF_UNWINDS(jmpbuf, address, demangle) \
-  ((void *) (address) < (void *) demangle (jmpbuf[__JMP_BUF_SP]))
-
 #endif
index 458e47fdc4db4151fd7ed3fb4f517863927d2c26..85829076777cb637026a8976eb2abf7251264b5b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 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
@@ -37,9 +37,4 @@ typedef int __jmp_buf[64] __attribute__((aligned (8)));
 
 #define __JMP_BUF_SP           8
 
-/* Test if longjmp to JMPBUF would unwind the frame
-   containing a local variable at ADDRESS.  */
-#define _JMPBUF_UNWINDS(jmpbuf, address, demangle)                     \
-  ((void *) (address) < (void *) demangle (jmpbuf[__JMP_BUF_SP]))
-
 #endif
index 1adf94ec7d4b00da1c8f9785c67a8f2dc5b0b589..7d675c553dfaf69c82dc17618352dae15ae9404d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 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
@@ -33,9 +33,4 @@ typedef int __jmp_buf[22];
 
 #define __JMP_BUF_SP           20
 
-/* Test if longjmp to JMPBUF would unwind the frame
-   containing a local variable at ADDRESS.  */
-#define _JMPBUF_UNWINDS(jmpbuf, address, demangle) \
-  ((void *) (address) < (void *) demangle (jmpbuf[__JMP_BUF_SP]))
-
 #endif