sparc: support single-stepping over longjmp calls.
[deliverable/binutils-gdb.git] / sim / ppc / cap.h
index 7fe63a73f0f38e1d86710ac2ba234250439e5f3c..86afc576645fb5460ff51717806c2ef2d6e22330 100644 (file)
@@ -1,10 +1,10 @@
 /*  This file is part of the program psim.
 
-    Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au>
+    Copyright (C) 1994-1995,1997, Andrew Cagney <cagney@highland.com.au>
 
     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 of the License, or
+    the Free Software Foundation; either version 3 of the License, or
     (at your option) any later version.
 
     This program is distributed in the hope that it will be useful,
@@ -13,8 +13,7 @@
     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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, see <http://www.gnu.org/licenses/>.
  
     */
 
 #ifndef _CAP_H_
 #define _CAP_H_
 
-#ifndef INLINE_CAP
-#define INLINE_CAP
-#endif
-
 #include "basics.h"
 
 typedef struct _cap cap;
 
-INLINE_CAP cap *cap_create
+INLINE_CAP\
+(cap *) cap_create
 (const char *name);
 
-INLINE_CAP void cap_init
+INLINE_CAP\
+(void) cap_init
 (cap *db);
 
-INLINE_CAP signed32 cap_external
+INLINE_CAP\
+(signed_cell) cap_external
+(cap *db,
+ void *internal);
+
+INLINE_CAP\
+(void *) cap_internal
+(cap *db,
+ signed_cell external);
+
+INLINE_CAP\
+(void) cap_add
 (cap *db,
  void *internal);
 
-INLINE_CAP void *cap_internal
+INLINE_CAP\
+(void) cap_remove
 (cap *db,
signed32 external);
void *internal);
 
 #endif
This page took 0.027101 seconds and 4 git commands to generate.