浏览代码

* 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/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}