summaryrefslogtreecommitdiff
path: root/compiler/aasmbase.pas
diff options
context:
space:
mode:
authorhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-03-17 22:10:02 +0000
committerhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-03-17 22:10:02 +0000
commit514073e0998a6c593faa2e63f6b7f7fced88a0e2 (patch)
treef64dde4dcac63813e5c0cb0a9b68166665c3cf77 /compiler/aasmbase.pas
parent8666720218316b68408efb052b065392b10681b9 (diff)
downloadfpc-514073e0998a6c593faa2e63f6b7f7fced88a0e2.tar.gz
* comment about sec_fpc extended to cover current meaning
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@6907 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/aasmbase.pas')
-rw-r--r--compiler/aasmbase.pas7
1 files changed, 6 insertions, 1 deletions
diff --git a/compiler/aasmbase.pas b/compiler/aasmbase.pas
index 1c8cd8407b..902d074dd8 100644
--- a/compiler/aasmbase.pas
+++ b/compiler/aasmbase.pas
@@ -78,7 +78,12 @@ interface
sec_debug_info,
sec_debug_line,
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,
{ Table of contents section }
sec_toc,