comparison src/share/vm/adlc/main.cpp @ 14391:d2907f74462e

8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
author goetz
date Thu, 20 Jun 2013 16:30:44 -0700
parents a6e09d6dd8e5
children 2b8e28fdf503
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
240 AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp"); 240 AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp");
241 #endif 241 #endif
242 #ifdef TARGET_ARCH_arm 242 #ifdef TARGET_ARCH_arm
243 AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp"); 243 AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
244 AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp"); 244 AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
245 #endif
246 #ifdef TARGET_ARCH_ppc
247 AD.addInclude(AD._CPP_file, "assembler_ppc.inline.hpp");
248 AD.addInclude(AD._CPP_file, "nativeInst_ppc.hpp");
249 AD.addInclude(AD._CPP_file, "vmreg_ppc.inline.hpp");
245 #endif 250 #endif
246 AD.addInclude(AD._HPP_file, "memory/allocation.hpp"); 251 AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
247 AD.addInclude(AD._HPP_file, "opto/machnode.hpp"); 252 AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
248 AD.addInclude(AD._HPP_file, "opto/node.hpp"); 253 AD.addInclude(AD._HPP_file, "opto/node.hpp");
249 AD.addInclude(AD._HPP_file, "opto/regalloc.hpp"); 254 AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");