Переглянути джерело

* gcc does add a .file statement for AIX (but using different code than for
other platforms, which is where the confusion stemmed from)

git-svn-id: trunk@20846 -

Jonas Maebe 13 роки тому
батько
коміт
ebc542a48b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compiler/aggas.pas

+ 1 - 1
compiler/aggas.pas

@@ -1518,7 +1518,7 @@ implementation
       else
       else
         n:=InputFileName;
         n:=InputFileName;
 
 
-      { gcc does not add it either for Darwin (and AIX). Grep for
+      { gcc does not add it either for Darwin. Grep for
         TARGET_ASM_FILE_START_FILE_DIRECTIVE in gcc/config/*.h
         TARGET_ASM_FILE_START_FILE_DIRECTIVE in gcc/config/*.h
       }
       }
       if not(target_info.system in systems_darwin) then
       if not(target_info.system in systems_darwin) then