ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/ppc_asm.tmpl
(Generate patch)

Comparing SheepShaver/src/Unix/ppc_asm.tmpl (file contents):
Revision 1.5 by gbeauche, 2005-02-27T21:52:06Z vs.
Revision 1.6 by gbeauche, 2005-06-25T06:33:39Z

# Line 25 | Line 25
25   #if (defined(__APPLE__) && defined(__MACH__))
26   #define C_SYMBOL_NAME(NAME)     _ ## NAME
27   #define ASM_MACRO_END           .endmacro
28 + #define ASM_MACRO_ARG0_DEF      /* nothing! */
29 + #define ASM_MACRO_ARG0          $0
30 + #define ASM_MACRO_ARG0_DEF      /* nothing! */
31 + #define ASM_MACRO_ARG1          $1
32   #endif
33  
34   /* Defaults for GNU assembler */
# Line 34 | Line 38
38   #ifndef ASM_MACRO_END
39   #define ASM_MACRO_END           .endm
40   #endif
41 + #ifndef ASM_MACRO_ARG0_DEF
42 + #define ASM_MACRO_ARG0_DEF      __asm_macro_arg0
43 + #define ASM_MACRO_ARG0          \__asm_macro_arg0
44 + #define ASM_MACRO_ARG1_DEF      , __asm_macro_arg1
45 + #define ASM_MACRO_ARG1          \__asm_macro_arg1
46 + #endif
47   #ifndef C_SYMBOL_NAME
48   #define C_SYMBOL_NAME(NAME)     NAME
49   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines