浏览代码

* comment about sec_fpc extended to cover current meaning

git-svn-id: trunk@6907 -
Tomas Hajny 18 年之前
父节点
当前提交
f55b4d9ece
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      compiler/aasmbase.pas

+ 6 - 1
compiler/aasmbase.pas

@@ -78,7 +78,12 @@ interface
          sec_debug_info,
          sec_debug_info,
          sec_debug_line,
          sec_debug_line,
          sec_debug_abbrev,
          sec_debug_abbrev,
-         { ELF resources }
+         { Yury: "sec_fpc is intended for storing fpc specific data
+                  which must be recognized and processed specially by linker.
+                  Currently fpc version string, dummy links to stab sections
+                  and elf resources are stored in .fpc sections."
+                  "If special .fpc section cannot be used on some target,
+                  .text can be used instead." }
          sec_fpc,
          sec_fpc,
          { Table of contents section }
          { Table of contents section }
          sec_toc,
          sec_toc,