Imported Upstream version 1.2
[platform/upstream/libunwind.git] / include / tdep-ia64 / jmpbuf.h
index faa1f34..d642af2 100644 (file)
@@ -1,6 +1,6 @@
 /* libunwind - a platform-independent unwind library
    Copyright (C) 2004 Hewlett-Packard Co
-       Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of libunwind.
 
@@ -25,8 +25,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
 
 /* Use glibc's jump-buffer indices; NPTL peeks at SP and BSP: */
 
-#define JB_SP           0
-#define JB_RP           8
-#define JB_BSP         17
-#define JB_MASK_SAVED  70
-#define JB_MASK                71
+#define JB_SP            0
+#define JB_RP            8
+#define JB_BSP          17
+#define JB_MASK_SAVED   70
+#define JB_MASK         71