* src/vmcore/linker.c (build_display_inner): Use MNEW instead of malloc.
[cacao.git] / src / vm / jit / powerpc / darwin / md-asm.h
index 3e469acac29c68a9b61dea8d09ff0956005c9b98..dd1276118d781af000360367659970f0eeb54578 100644 (file)
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Contact: cacao@cacaojvm.org
-
-   Authors: Christian Thalinger
-
-   Changes:
-
-   $Id: md-asm.h 8274 2007-08-08 15:58:17Z twisti $
-
 */
 
 
 
 #define asm_vm_call_method_exception_handler  _asm_vm_call_method_exception_handler
 
-#define jumptable_int                         _jumptable_int
-#define jumptable_long                        _jumptable_long
-
-#define asm_call_jit_compiler                 _asm_call_jit_compiler
-
 #define asm_handle_nat_exception              _asm_handle_nat_exception
 #define asm_handle_exception                  _asm_handle_exception
 
 #define asm_abstractmethoderror               _asm_abstractmethoderror
 
-#define asm_patcher_wrapper                   _asm_patcher_wrapper
-
-#define asm_replacement_out                   _asm_replacement_out
-#define asm_replacement_in                    _asm_replacement_in
-
 #define asm_cacheflush                        _asm_cacheflush
 
 
 /* external defines ***********************************************************/
 
-#define exceptions_get_and_clear_exception \
-    L_exceptions_get_and_clear_exception$stub
-
 #define builtin_throw_exception               L_builtin_throw_exception$stub
 
-#define md_codegen_get_pv_from_pc             L_md_codegen_get_pv_from_pc$stub
+#define md_asm_codegen_get_pv_from_pc         L_md_asm_codegen_get_pv_from_pc$stub
 #define exceptions_handle_exception           L_exceptions_handle_exception$stub
 
-#define jit_asm_compile                       L_jit_asm_compile$stub
-
 #define exceptions_asm_new_abstractmethoderror \
     L_exceptions_asm_new_abstractmethoderror$stub
 
-#define patcher_wrapper                       L_patcher_wrapper$stub
-
-#define replace_me                            L_replace_me$stub
-#define replace_build_execution_state         L_replace_build_execution_state$stub
-#define replace_free_safestack                L_replace_free_safestack$stub
-
-#define stacktrace_create_extern_stackframeinfo \
-    L_stacktrace_create_extern_stackframeinfo$stub
-
-#define stacktrace_remove_stackframeinfo \
-    L_stacktrace_remove_stackframeinfo$stub
-
 #endif /* _MD_ASM_H */