Bläddra i källkod

* the compiler/wasm directory renamed compiler/wasm32

git-svn-id: branches/wasm@46251 -
nickysn 5 år sedan
förälder
incheckning
c9ee72b05a

+ 30 - 30
.gitattributes

@@ -965,36 +965,36 @@ compiler/utils/ppuutils/ppuxml.pp svneol=native#text/plain
 compiler/utils/samplecfg svneol=native#text/plain
 compiler/verbose.pas svneol=native#text/plain
 compiler/version.pas svneol=native#text/plain
-compiler/wasm/aasmcpu.pas svneol=native#text/plain
-compiler/wasm/agbinaryen.pas svneol=native#text/plain
-compiler/wasm/agwat.pas svneol=native#text/plain
-compiler/wasm/cgcpu.pas svneol=native#text/plain
-compiler/wasm/cpubase.pas svneol=native#text/plain
-compiler/wasm/cpuinfo.pas svneol=native#text/plain
-compiler/wasm/cpunode.pas svneol=native#text/plain
-compiler/wasm/cpupara.pas svneol=native#text/plain
-compiler/wasm/cpupi.pas svneol=native#text/plain
-compiler/wasm/cputarg.pas svneol=native#text/plain
-compiler/wasm/hlcgcpu.pas svneol=native#text/plain
-compiler/wasm/itcpuwasm.pas svneol=native#text/plain
-compiler/wasm/nwasmadd.pas svneol=native#text/plain
-compiler/wasm/nwasmcal.pas svneol=native#text/plain
-compiler/wasm/nwasmcon.pas svneol=native#text/plain
-compiler/wasm/nwasmflw.pas svneol=native#text/plain
-compiler/wasm/nwasmmat.pas svneol=native#text/plain
-compiler/wasm/rgcpu.pas svneol=native#text/plain
-compiler/wasm/rwasmcon.inc svneol=native#text/plain
-compiler/wasm/rwasmnor.inc svneol=native#text/plain
-compiler/wasm/rwasmnum.inc svneol=native#text/plain
-compiler/wasm/rwasmrni.inc svneol=native#text/plain
-compiler/wasm/rwasmsri.inc svneol=native#text/plain
-compiler/wasm/rwasmstd.inc svneol=native#text/plain
-compiler/wasm/rwasmsup.inc svneol=native#text/plain
-compiler/wasm/symcpu.pas svneol=native#text/plain
-compiler/wasm/tgcpu.pas svneol=native#text/plain
-compiler/wasm/tripletcpu.pas svneol=native#text/plain
-compiler/wasm/wasmdef.pas svneol=native#text/plain
-compiler/wasm/wasmreg.dat svneol=native#text/plain
+compiler/wasm32/aasmcpu.pas svneol=native#text/plain
+compiler/wasm32/agbinaryen.pas svneol=native#text/plain
+compiler/wasm32/agwat.pas svneol=native#text/plain
+compiler/wasm32/cgcpu.pas svneol=native#text/plain
+compiler/wasm32/cpubase.pas svneol=native#text/plain
+compiler/wasm32/cpuinfo.pas svneol=native#text/plain
+compiler/wasm32/cpunode.pas svneol=native#text/plain
+compiler/wasm32/cpupara.pas svneol=native#text/plain
+compiler/wasm32/cpupi.pas svneol=native#text/plain
+compiler/wasm32/cputarg.pas svneol=native#text/plain
+compiler/wasm32/hlcgcpu.pas svneol=native#text/plain
+compiler/wasm32/itcpuwasm.pas svneol=native#text/plain
+compiler/wasm32/nwasmadd.pas svneol=native#text/plain
+compiler/wasm32/nwasmcal.pas svneol=native#text/plain
+compiler/wasm32/nwasmcon.pas svneol=native#text/plain
+compiler/wasm32/nwasmflw.pas svneol=native#text/plain
+compiler/wasm32/nwasmmat.pas svneol=native#text/plain
+compiler/wasm32/rgcpu.pas svneol=native#text/plain
+compiler/wasm32/rwasmcon.inc svneol=native#text/plain
+compiler/wasm32/rwasmnor.inc svneol=native#text/plain
+compiler/wasm32/rwasmnum.inc svneol=native#text/plain
+compiler/wasm32/rwasmrni.inc svneol=native#text/plain
+compiler/wasm32/rwasmsri.inc svneol=native#text/plain
+compiler/wasm32/rwasmstd.inc svneol=native#text/plain
+compiler/wasm32/rwasmsup.inc svneol=native#text/plain
+compiler/wasm32/symcpu.pas svneol=native#text/plain
+compiler/wasm32/tgcpu.pas svneol=native#text/plain
+compiler/wasm32/tripletcpu.pas svneol=native#text/plain
+compiler/wasm32/wasmdef.pas svneol=native#text/plain
+compiler/wasm32/wasmreg.dat svneol=native#text/plain
 compiler/widestr.pas svneol=native#text/plain
 compiler/wpo.pas svneol=native#text/plain
 compiler/wpobase.pas svneol=native#text/plain

+ 4 - 4
compiler/ppcwasm32.lpi

@@ -37,12 +37,12 @@
     <Version Value="11"/>
     <PathDelim Value="\"/>
     <Target>
-      <Filename Value="wasm\pp"/>
+      <Filename Value="wasm32\pp"/>
     </Target>
     <SearchPaths>
-      <IncludeFiles Value="wasm"/>
-      <OtherUnitFiles Value="wasm;systems"/>
-      <UnitOutputDirectory Value="wasm\lazbuild"/>
+      <IncludeFiles Value="wasm32"/>
+      <OtherUnitFiles Value="wasm32;systems"/>
+      <UnitOutputDirectory Value="wasm32\lazbuild"/>
     </SearchPaths>
     <Parsing>
       <SyntaxOptions>

+ 0 - 0
compiler/wasm/aasmcpu.pas → compiler/wasm32/aasmcpu.pas


+ 0 - 0
compiler/wasm/agbinaryen.pas → compiler/wasm32/agbinaryen.pas


+ 0 - 0
compiler/wasm/agwat.pas → compiler/wasm32/agwat.pas


+ 0 - 0
compiler/wasm/cgcpu.pas → compiler/wasm32/cgcpu.pas


+ 0 - 0
compiler/wasm/cpubase.pas → compiler/wasm32/cpubase.pas


+ 0 - 0
compiler/wasm/cpuinfo.pas → compiler/wasm32/cpuinfo.pas


+ 0 - 0
compiler/wasm/cpunode.pas → compiler/wasm32/cpunode.pas


+ 0 - 0
compiler/wasm/cpupara.pas → compiler/wasm32/cpupara.pas


+ 0 - 0
compiler/wasm/cpupi.pas → compiler/wasm32/cpupi.pas


+ 0 - 0
compiler/wasm/cputarg.pas → compiler/wasm32/cputarg.pas


+ 0 - 0
compiler/wasm/hlcgcpu.pas → compiler/wasm32/hlcgcpu.pas


+ 0 - 0
compiler/wasm/itcpuwasm.pas → compiler/wasm32/itcpuwasm.pas


+ 0 - 0
compiler/wasm/nwasmadd.pas → compiler/wasm32/nwasmadd.pas


+ 0 - 0
compiler/wasm/nwasmcal.pas → compiler/wasm32/nwasmcal.pas


+ 0 - 0
compiler/wasm/nwasmcon.pas → compiler/wasm32/nwasmcon.pas


+ 0 - 0
compiler/wasm/nwasmflw.pas → compiler/wasm32/nwasmflw.pas


+ 0 - 0
compiler/wasm/nwasmmat.pas → compiler/wasm32/nwasmmat.pas


+ 0 - 0
compiler/wasm/rgcpu.pas → compiler/wasm32/rgcpu.pas


+ 0 - 0
compiler/wasm/rwasmcon.inc → compiler/wasm32/rwasmcon.inc


+ 0 - 0
compiler/wasm/rwasmnor.inc → compiler/wasm32/rwasmnor.inc


+ 0 - 0
compiler/wasm/rwasmnum.inc → compiler/wasm32/rwasmnum.inc


+ 0 - 0
compiler/wasm/rwasmrni.inc → compiler/wasm32/rwasmrni.inc


+ 0 - 0
compiler/wasm/rwasmsri.inc → compiler/wasm32/rwasmsri.inc


+ 0 - 0
compiler/wasm/rwasmstd.inc → compiler/wasm32/rwasmstd.inc


+ 0 - 0
compiler/wasm/rwasmsup.inc → compiler/wasm32/rwasmsup.inc


+ 0 - 0
compiler/wasm/symcpu.pas → compiler/wasm32/symcpu.pas


+ 0 - 0
compiler/wasm/tgcpu.pas → compiler/wasm32/tgcpu.pas


+ 0 - 0
compiler/wasm/tripletcpu.pas → compiler/wasm32/tripletcpu.pas


+ 0 - 0
compiler/wasm/wasmdef.pas → compiler/wasm32/wasmdef.pas


+ 0 - 0
compiler/wasm/wasmreg.dat → compiler/wasm32/wasmreg.dat