8003251: ARM: move MacroAssembler into separate file
Summary: moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong
--- a/hotspot/src/share/vm/asm/macroAssembler.hpp Sun Feb 10 22:35:38 2013 -0800
+++ b/hotspot/src/share/vm/asm/macroAssembler.hpp Mon Feb 11 10:38:11 2013 -0800
@@ -37,7 +37,7 @@
# include "assembler_zero.hpp"
#endif
#ifdef TARGET_ARCH_arm
-# include "assembler_arm.hpp"
+# include "macroAssembler_arm.hpp"
#endif
#ifdef TARGET_ARCH_ppc
# include "assembler_ppc.hpp"
--- a/hotspot/src/share/vm/asm/macroAssembler.inline.hpp Sun Feb 10 22:35:38 2013 -0800
+++ b/hotspot/src/share/vm/asm/macroAssembler.inline.hpp Mon Feb 11 10:38:11 2013 -0800
@@ -37,7 +37,7 @@
# include "assembler_zero.inline.hpp"
#endif
#ifdef TARGET_ARCH_arm
-# include "assembler_arm.inline.hpp"
+# include "macroAssembler_arm.inline.hpp"
#endif
#ifdef TARGET_ARCH_ppc
# include "assembler_ppc.inline.hpp"