* src/vm/jit/powerpc/linux/md-abi.c (vm/jit/abi.h): Added.
[cacao.git] / src / vm / jit / sparc64 / md-abi.c
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 **************************************************/