[arm] Rename arm64 to aarch64
arm64 is really only a name apple uses, and we should refrain from using it across multiple architectures. Let's call aarch64-darwin, arm64 if needed, but otherwise stick to aarch64.
Showing
- aclocal.m4 30 additions, 14 deletionsaclocal.m4
- compiler/GHC/Platform/AArch64.hs 1 addition, 2 deletionscompiler/GHC/Platform/AArch64.hs
- compiler/GHC/Platform/Regs.hs 31 additions, 33 deletionscompiler/GHC/Platform/Regs.hs
- compiler/cmm/PprC.hs 1 addition, 1 deletioncompiler/cmm/PprC.hs
- compiler/ghc.cabal.in 1 addition, 1 deletioncompiler/ghc.cabal.in
- compiler/main/DriverPipeline.hs 4 additions, 4 deletionscompiler/main/DriverPipeline.hs
- compiler/nativeGen/AsmCodeGen.hs 1 addition, 1 deletioncompiler/nativeGen/AsmCodeGen.hs
- compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs 3 additions, 3 deletionscompiler/nativeGen/RegAlloc/Graph/TrivColorable.hs
- compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs 1 addition, 2 deletionscompiler/nativeGen/RegAlloc/Linear/FreeRegs.hs
- compiler/nativeGen/RegAlloc/Linear/Main.hs 1 addition, 2 deletionscompiler/nativeGen/RegAlloc/Linear/Main.hs
- compiler/nativeGen/TargetReg.hs 5 additions, 5 deletionscompiler/nativeGen/TargetReg.hs
- includes/CodeGen.Platform.hs 1 addition, 2 deletionsincludes/CodeGen.Platform.hs
- libraries/ghc-boot/GHC/Platform.hs 3 additions, 3 deletionslibraries/ghc-boot/GHC/Platform.hs
- libraries/ghci/GHCi/InfoTable.hsc 3 additions, 3 deletionslibraries/ghci/GHCi/InfoTable.hsc
- rts/StgCRun.c 1 addition, 1 deletionrts/StgCRun.c
- rts/linker/elf_plt_aarch64.c 2 additions, 2 deletionsrts/linker/elf_plt_aarch64.c
- rts/linker/elf_reloc.c 1 addition, 1 deletionrts/linker/elf_reloc.c
Loading
Please register or sign in to comment