Преглед изворни кода

* Rename ag386nsm.pas unit source to agx86nsm.pas

git-svn-id: trunk@17933 -
pierre пре 14 година
родитељ
комит
cff85bdb3b
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      .gitattributes
  2. 1 1
      compiler/i386/cputarg.pas
  3. 1 1
      compiler/x86/agx86nsm.pas

+ 1 - 1
.gitattributes

@@ -612,9 +612,9 @@ compiler/wpo.pas svneol=native#text/plain
 compiler/wpobase.pas svneol=native#text/plain
 compiler/wpobase.pas svneol=native#text/plain
 compiler/wpoinfo.pas svneol=native#text/plain
 compiler/wpoinfo.pas svneol=native#text/plain
 compiler/x86/aasmcpu.pas svneol=native#text/plain
 compiler/x86/aasmcpu.pas svneol=native#text/plain
-compiler/x86/ag386nsm.pas svneol=native#text/plain
 compiler/x86/agx86att.pas svneol=native#text/plain
 compiler/x86/agx86att.pas svneol=native#text/plain
 compiler/x86/agx86int.pas svneol=native#text/plain
 compiler/x86/agx86int.pas svneol=native#text/plain
+compiler/x86/agx86nsm.pas svneol=native#text/plain
 compiler/x86/cga.pas svneol=native#text/plain
 compiler/x86/cga.pas svneol=native#text/plain
 compiler/x86/cgx86.pas svneol=native#text/plain
 compiler/x86/cgx86.pas svneol=native#text/plain
 compiler/x86/cpubase.pas svneol=native#text/plain
 compiler/x86/cpubase.pas svneol=native#text/plain

+ 1 - 1
compiler/i386/cputarg.pas

@@ -92,7 +92,7 @@ implementation
       ,agx86att
       ,agx86att
     {$endif}
     {$endif}
     {$ifndef NOAG386NSM}
     {$ifndef NOAG386NSM}
-      ,ag386nsm
+      ,agx86nsm
     {$endif}
     {$endif}
     {$ifndef NOAG386INT}
     {$ifndef NOAG386INT}
       ,agx86int
       ,agx86int

+ 1 - 1
compiler/x86/ag386nsm.pas → compiler/x86/agx86nsm.pas

@@ -20,7 +20,7 @@
 
 
  ****************************************************************************
  ****************************************************************************
 }
 }
-unit ag386nsm;
+unit agx86nsm;
 
 
 {$i fpcdefs.inc}
 {$i fpcdefs.inc}