comparison src/share/vm/asm/assembler.hpp @ 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 2f644f85485d
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
40 # include "vm_version_sparc.hpp" 40 # include "vm_version_sparc.hpp"
41 #endif 41 #endif
42 #ifdef TARGET_ARCH_zero 42 #ifdef TARGET_ARCH_zero
43 # include "register_zero.hpp" 43 # include "register_zero.hpp"
44 # include "vm_version_zero.hpp" 44 # include "vm_version_zero.hpp"
45 #endif
46 #ifdef TARGET_ARCH_arm
47 # include "register_arm.hpp"
48 # include "vm_version_arm.hpp"
49 #endif
50 #ifdef TARGET_ARCH_ppc
51 # include "register_ppc.hpp"
52 # include "vm_version_ppc.hpp"
45 #endif 53 #endif
46 54
47 // This file contains platform-independent assembler declarations. 55 // This file contains platform-independent assembler declarations.
48 56
49 class CodeBuffer; 57 class CodeBuffer;
393 # include "assembler_sparc.hpp" 401 # include "assembler_sparc.hpp"
394 #endif 402 #endif
395 #ifdef TARGET_ARCH_zero 403 #ifdef TARGET_ARCH_zero
396 # include "assembler_zero.hpp" 404 # include "assembler_zero.hpp"
397 #endif 405 #endif
406 #ifdef TARGET_ARCH_arm
407 # include "assembler_arm.hpp"
408 #endif
409 #ifdef TARGET_ARCH_ppc
410 # include "assembler_ppc.hpp"
411 #endif
398 412
399 413
400 #endif // SHARE_VM_ASM_ASSEMBLER_HPP 414 #endif // SHARE_VM_ASM_ASSEMBLER_HPP