From ecb476c76cdcc0a501dda939715fd16d2c47cc8d Mon Sep 17 00:00:00 2001 From: twisti Date: Wed, 12 Jul 2006 14:55:04 +0000 Subject: [PATCH] * src/vm/jit/powerpc/linux/md-abi.c (vm/jit/abi.h): Added. * src/vm/jit/powerpc/netbsd/md-abi.c: Likewise. * src/vm/jit/powerpc/darwin/md-abi.c: Likewise. * src/vm/jit/alpha/md-abi.c: Likewise. * src/vm/jit/powerpc64/linux/md-abi.c: Likewise. * src/vm/jit/i386/md-abi.c: Likewise. * src/vm/jit/sparc64/md-abi.c: Added GNU header. (vm/jit/abi.h): Added. --- src/vm/jit/alpha/md-abi.c | 3 ++- src/vm/jit/i386/md-abi.c | 3 ++- src/vm/jit/powerpc/darwin/md-abi.c | 3 ++- src/vm/jit/powerpc/linux/md-abi.c | 3 ++- src/vm/jit/powerpc/netbsd/md-abi.c | 1 + src/vm/jit/powerpc64/linux/md-abi.c | 3 ++- src/vm/jit/sparc64/md-abi.c | 35 +++++++++++++++++++++++++++++ 7 files changed, 46 insertions(+), 5 deletions(-) diff --git a/src/vm/jit/alpha/md-abi.c b/src/vm/jit/alpha/md-abi.c index 2327f9c33..803ebf66a 100644 --- a/src/vm/jit/alpha/md-abi.c +++ b/src/vm/jit/alpha/md-abi.c @@ -28,7 +28,7 @@ Changes: Christian Ullrich - $Id: md-abi.c 5094 2006-07-10 13:51:38Z twisti $ + $Id: md-abi.c 5115 2006-07-12 14:55:04Z twisti $ */ @@ -40,6 +40,7 @@ #include "vm/descriptor.h" #include "vm/global.h" +#include "vm/jit/abi.h" /* register descripton array **************************************************/ diff --git a/src/vm/jit/i386/md-abi.c b/src/vm/jit/i386/md-abi.c index 1aa8d55b5..bcf60e65f 100644 --- a/src/vm/jit/i386/md-abi.c +++ b/src/vm/jit/i386/md-abi.c @@ -28,7 +28,7 @@ Changes: Christian Thalinger - $Id: md-abi.c 5080 2006-07-06 12:42:23Z twisti $ + $Id: md-abi.c 5115 2006-07-12 14:55:04Z twisti $ */ @@ -40,6 +40,7 @@ #include "vm/descriptor.h" #include "vm/global.h" +#include "vm/jit/abi.h" /* register descripton - array ************************************************/ diff --git a/src/vm/jit/powerpc/darwin/md-abi.c b/src/vm/jit/powerpc/darwin/md-abi.c index 52affa663..8cead88c4 100644 --- a/src/vm/jit/powerpc/darwin/md-abi.c +++ b/src/vm/jit/powerpc/darwin/md-abi.c @@ -28,7 +28,7 @@ Changes: Christian Ullrich - $Id: md-abi.c 5084 2006-07-06 22:52:23Z twisti $ + $Id: md-abi.c 5115 2006-07-12 14:55:04Z twisti $ */ @@ -40,6 +40,7 @@ #include "vm/descriptor.h" #include "vm/global.h" +#include "vm/jit/abi.h" /* register descripton arrays *************************************************/ diff --git a/src/vm/jit/powerpc/linux/md-abi.c b/src/vm/jit/powerpc/linux/md-abi.c index 79e08f1f7..69ecb118a 100644 --- a/src/vm/jit/powerpc/linux/md-abi.c +++ b/src/vm/jit/powerpc/linux/md-abi.c @@ -28,7 +28,7 @@ Changes: Christian Ullrich - $Id: md-abi.c 5079 2006-07-06 11:36:01Z twisti $ + $Id: md-abi.c 5115 2006-07-12 14:55:04Z twisti $ */ @@ -40,6 +40,7 @@ #include "vm/descriptor.h" #include "vm/global.h" +#include "vm/jit/abi.h" #define _ALIGN(a) do { if ((a) & 1) (a)++; } while (0) diff --git a/src/vm/jit/powerpc/netbsd/md-abi.c b/src/vm/jit/powerpc/netbsd/md-abi.c index 59232cbae..d1007c04f 100644 --- a/src/vm/jit/powerpc/netbsd/md-abi.c +++ b/src/vm/jit/powerpc/netbsd/md-abi.c @@ -40,6 +40,7 @@ #include "vm/descriptor.h" #include "vm/global.h" +#include "vm/jit/abi.h" #define _ALIGN(a) do { if ((a) & 1) (a)++; } while (0) diff --git a/src/vm/jit/powerpc64/linux/md-abi.c b/src/vm/jit/powerpc64/linux/md-abi.c index 33d7f9913..e2f7b70b0 100644 --- a/src/vm/jit/powerpc64/linux/md-abi.c +++ b/src/vm/jit/powerpc64/linux/md-abi.c @@ -28,7 +28,7 @@ Changes: - $Id: md-abi.c 5082 2006-07-06 14:10:23Z tbfg $ + $Id: md-abi.c 5115 2006-07-12 14:55:04Z twisti $ */ @@ -40,6 +40,7 @@ #include "vm/descriptor.h" #include "vm/global.h" +#include "vm/jit/abi.h" #define _ALIGN(a) do { if ((a) & 1) (a)++; } while (0) diff --git a/src/vm/jit/sparc64/md-abi.c b/src/vm/jit/sparc64/md-abi.c index 092dc9fdd..907ea8bd2 100644 --- a/src/vm/jit/sparc64/md-abi.c +++ b/src/vm/jit/sparc64/md-abi.c @@ -1,3 +1,37 @@ +/* src/vm/jit/sparc64/md-abi.c - functions for Sparc ABI + + Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel, + C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring, + E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, + J. Wenninger, Institut f. Computersprachen - TU Wien + + This file is part of CACAO. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + Contact: cacao@cacaojvm.org + + Authors: Alexander Jordan + + Changes: + + $Id: md-abi.h 4357 2006-01-22 23:33:38Z twisti $ + +*/ + #include "config.h" #include "vm/types.h" @@ -6,6 +40,7 @@ #include "vm/descriptor.h" #include "vm/global.h" +#include "vm/jit/abi.h" /* register descripton array **************************************************/ -- 2.25.1