* src/vm/jit/s390/asmpart.S (L_offsets): Removed references to unused functions.
authorPeter Molnar <pm@complang.tuwien.ac.at>
Thu, 28 Feb 2008 09:03:39 +0000 (10:03 +0100)
committerPeter Molnar <pm@complang.tuwien.ac.at>
Thu, 28 Feb 2008 09:03:39 +0000 (10:03 +0100)
* src/vm/jit/s390/md.c: Including vm/jit/s390/md.h.

src/vm/jit/s390/asmpart.S
src/vm/jit/s390/md.c

index 1022d16267b4b466b7366b6dae82a8d5f0ef9d81..da8913a7abd56f83b2ce084e86661f714c479cde 100644 (file)
@@ -343,37 +343,12 @@ L_restore_done:
 #      undef FREGS
 #      undef OUT
 
-#if 0
-
-/* asm_abstractmethoderror *****************************************************
-
-   Creates and throws an AbstractMethodError.
-
-*******************************************************************************/
-
-asm_abstractmethoderror:
-       mov     sp,a0                       /* pass java sp                       */
-       add     $1*8,a0
-       mov     0*8(sp),a1                  /* pass exception address             */
-       sub     $3,a1
-       call    exceptions_asm_new_abstractmethoderror@PLT
-                                           /* exception pointer is return value  */
-       pop     xpc                         /* get exception address              */
-       sub     $3,xpc                      /* exception address is ra - 3        */
-       jmp     L_asm_handle_exception
-
-#endif
-
 /* Offset table for PIC calls, see CALL_PIC */
 
 L_offsets:
        .long  _GLOBAL_OFFSET_TABLE_ - L_offsets
 L_offset_builtin_throw_exception:
        .long  builtin_throw_exception@PLTOFF
-L_offset_jit_asm_compile:
-       .long  jit_asm_compile@PLTOFF
-L_offset_exceptions_get_and_clear_exception:
-       .long  exceptions_get_and_clear_exception@PLTOFF
 L_offset_md_handle_exception:
        .long  md_handle_exception@PLTOFF
 
index 52c6bbc46e8da20b40dd077522dc3075ef33b53d..9274ed12bbdac5e9768fdb292d6a14edc06d4606 100644 (file)
@@ -55,6 +55,7 @@
 
 #include "vm/jit/codegen-common.h"
 #include "vm/jit/s390/codegen.h"
+#include "vm/jit/s390/md.h"
 
 
 /* prototypes *****************************************************************/