Changeset 61 for NEWT0/trunk

Show
Ignore:
Timestamp:
06/17/06 00:30:08 (2 years ago)
Author:
pguyot
Message:

x86 version.

Location:
NEWT0/trunk/contrib/NewtObjC/objc-runtime-x
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/contrib/NewtObjC/objc-runtime-x/objc-runtime-x-ppc.s

    r31 r61  
    11/* 
    2  * objc-runtime extension based on Apple's objc4-237. 
     2 * objc-runtime extension based on Apple s objc4-237. 
    33 * 
    44 * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved. 
     
    136136 * An equally correct way to prototype this routine is: 
    137137 * 
    138  * void objc_msgSendv_stret(void    *structStorage, 
     138 * void objc_methodCallv_stret(void *structStorage, 
    139139 *          id      self, 
    140140 *          SEL     op, 
  • NEWT0/trunk/contrib/NewtObjC/objc-runtime-x/objc-runtime-x.s

    r31 r61  
    2323 *  
    2424 * The Initial Developer of the Original Code is Paul Guyot. 
    25  * Portions created by the Initial Developer are Copyright (C) 2005 the 
     25 * Portions created by the Initial Developer are Copyright (C) 2005-2006 the 
    2626 * Initial Developer. All Rights Reserved. 
    2727 *  
     
    3636#if defined (__ppc__) || defined(ppc) 
    3737    #include "objc-runtime-x-ppc.s" 
     38#elif defined (__i386__) || defined (i386) 
     39    #include "objc-runtime-x-i386.s" 
    3840#else 
    3941    #error Architecture not supported