Prechádzať zdrojové kódy

* Rename ag386nsm.pas unit source to agx86nsm.pas

git-svn-id: trunk@17933 -
pierre 14 rokov pred
rodič
commit
cff85bdb3b
3 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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/wpoinfo.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/agx86int.pas svneol=native#text/plain
+compiler/x86/agx86nsm.pas svneol=native#text/plain
 compiler/x86/cga.pas svneol=native#text/plain
 compiler/x86/cgx86.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
     {$endif}
     {$ifndef NOAG386NSM}
-      ,ag386nsm
+      ,agx86nsm
     {$endif}
     {$ifndef NOAG386INT}
       ,agx86int

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

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