comparison src/share/vm/asm/assembler.cpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
34 #ifdef TARGET_ARCH_sparc 34 #ifdef TARGET_ARCH_sparc
35 # include "assembler_sparc.inline.hpp" 35 # include "assembler_sparc.inline.hpp"
36 #endif 36 #endif
37 #ifdef TARGET_ARCH_zero 37 #ifdef TARGET_ARCH_zero
38 # include "assembler_zero.inline.hpp" 38 # include "assembler_zero.inline.hpp"
39 #endif
40 #ifdef TARGET_ARCH_arm
41 # include "assembler_arm.inline.hpp"
42 #endif
43 #ifdef TARGET_ARCH_ppc
44 # include "assembler_ppc.inline.hpp"
39 #endif 45 #endif
40 46
41 47
42 // Implementation of AbstractAssembler 48 // Implementation of AbstractAssembler
43 // 49 //