8003252: PPC: move MacroAssembler into separate file

Mon, 11 Feb 2013 14:47:04 -0800

author
morris
date
Mon, 11 Feb 2013 14:47:04 -0800
changeset 4588
1e5e28bac299
parent 4587
a9c29dfc7d73
child 4589
8b3da8d14c93
child 4590
c703f9c4b025
child 4624
6c2da81297c5

8003252: PPC: move MacroAssembler into separate file
Summary: moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong

src/share/vm/asm/macroAssembler.hpp file | annotate | diff | comparison | revisions
src/share/vm/asm/macroAssembler.inline.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/asm/macroAssembler.hpp	Mon Feb 11 10:38:11 2013 -0800
     1.2 +++ b/src/share/vm/asm/macroAssembler.hpp	Mon Feb 11 14:47:04 2013 -0800
     1.3 @@ -40,7 +40,7 @@
     1.4  # include "macroAssembler_arm.hpp"
     1.5  #endif
     1.6  #ifdef TARGET_ARCH_ppc
     1.7 -# include "assembler_ppc.hpp"
     1.8 +# include "macroAssembler_ppc.hpp"
     1.9  #endif
    1.10  
    1.11  #endif // SHARE_VM_ASM_MACROASSEMBLER_HPP
     2.1 --- a/src/share/vm/asm/macroAssembler.inline.hpp	Mon Feb 11 10:38:11 2013 -0800
     2.2 +++ b/src/share/vm/asm/macroAssembler.inline.hpp	Mon Feb 11 14:47:04 2013 -0800
     2.3 @@ -40,7 +40,7 @@
     2.4  # include "macroAssembler_arm.inline.hpp"
     2.5  #endif
     2.6  #ifdef TARGET_ARCH_ppc
     2.7 -# include "assembler_ppc.inline.hpp"
     2.8 +# include "macroAssembler_ppc.inline.hpp"
     2.9  #endif
    2.10  
    2.11  #endif // SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP

mercurial