* src/vm/jit/powerpc/linux/md-abi.c (vm/jit/abi.h): Added.
authortwisti <none@none>
Wed, 12 Jul 2006 14:55:04 +0000 (14:55 +0000)
committertwisti <none@none>
Wed, 12 Jul 2006 14:55:04 +0000 (14:55 +0000)
* 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
src/vm/jit/i386/md-abi.c
src/vm/jit/powerpc/darwin/md-abi.c
src/vm/jit/powerpc/linux/md-abi.c
src/vm/jit/powerpc/netbsd/md-abi.c
src/vm/jit/powerpc64/linux/md-abi.c
src/vm/jit/sparc64/md-abi.c

index 2327f9c3306da103426c59df357201d0280aebe4..803ebf66a7e10ab60866a41174c912b448bcffbe 100644 (file)
@@ -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 **************************************************/
index 1aa8d55b5ec4340c439a21af336805f065634520..bcf60e65ff95be71ef5decc153a575ec8972d40e 100644 (file)
@@ -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 ************************************************/
index 52affa663b35e13eb256d5891575fc54effc31d2..8cead88c4077b2e0c1845ae43e9d8624f04362fe 100644 (file)
@@ -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 *************************************************/
index 79e08f1f7de7d5a9e198b2a30b73b5b1f0f61ef1..69ecb118aa5913a8af33d96c9e50e067704d61df 100644 (file)
@@ -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)
index 59232cbae9b32d1756e7b89b6e167687b33ed5ce..d1007c04fd46971259e63be4756dbb64981daf53 100644 (file)
@@ -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)
index 33d7f9913ee69ad02f33805dd70bf30803bce1f9..e2f7b70b0d4c645e044187e64d5127feb40f7b40 100644 (file)
@@ -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)
index 092dc9fdd08c00df7bc02196f038e5fda0d7d8ef..907ea8bd2c5ec00421e11084022fbbaad48f5251 100644 (file)
@@ -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 **************************************************/