8003252: PPC: move MacroAssembler into separate file
authormorris
Mon, 11 Feb 2013 14:47:04 -0800
changeset 15617 56d9fd74b7e8
parent 15616 0750837fea1b
child 15618 3eb521896836
child 15619 49374c89f545
child 15759 cdf3951d9d65
8003252: PPC: move MacroAssembler into separate file Summary: moved MacroAssembler into separate file Reviewed-by: twisti, kvn, dlong
hotspot/src/share/vm/asm/macroAssembler.hpp
hotspot/src/share/vm/asm/macroAssembler.inline.hpp
--- a/hotspot/src/share/vm/asm/macroAssembler.hpp	Mon Feb 11 10:38:11 2013 -0800
+++ b/hotspot/src/share/vm/asm/macroAssembler.hpp	Mon Feb 11 14:47:04 2013 -0800
@@ -40,7 +40,7 @@
 # include "macroAssembler_arm.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
-# include "assembler_ppc.hpp"
+# include "macroAssembler_ppc.hpp"
 #endif
 
 #endif // SHARE_VM_ASM_MACROASSEMBLER_HPP
--- a/hotspot/src/share/vm/asm/macroAssembler.inline.hpp	Mon Feb 11 10:38:11 2013 -0800
+++ b/hotspot/src/share/vm/asm/macroAssembler.inline.hpp	Mon Feb 11 14:47:04 2013 -0800
@@ -40,7 +40,7 @@
 # include "macroAssembler_arm.inline.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
-# include "assembler_ppc.inline.hpp"
+# include "macroAssembler_ppc.inline.hpp"
 #endif
 
 #endif // SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP