+2002-01-18 David Edelsohn <edelsohn@gnu.org>
+
+ * src/powerpc/darwin.S (_ffi_call_AIX): New.
+
2002-01-17 David Edelsohn <edelsohn@gnu.org>
* Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
PowerPC Assembly glue.
- $Id: darwin.S,v 1.0 2001/01/02 01:49:46 green Exp $
+ $Id: darwin.S,v 1.1 2001/10/09 05:32:15 bryce Exp $
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
b L(done_return_value)
//END(_ffi_call_DARWIN)
-
-
-
+/* Provide a null definition of _ffi_call_AIX. */
+.text
+ .align 2
+.globl _ffi_call_AIX
+.text
+ .align 2
+_ffi_call_AIX:
+ blr
+//END(_ffi_call_AIX)