opdosseg.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 38 行

GML
38
字号
.*
.*
.option DOSSEG
.*
.np
The "DOSSEG" option tells the &lnkname to order segments in a special
way.
The format of the "DOSSEG" option (short form "D") is as follows.
.mbigbox
    OPTION DOSSEG
.embigbox
.pc
When the "DOSSEG" option is specified, segments will be ordered in the
following way.
.*
.im wlsorder
.*
.np
When using &company run-time libraries, it is not necessary to specify
the "DOSSEG" option.
One of the object files in the &company run-time libraries contains a
special record that specifies the "DOSSEG" option.
.np
If no "DOSSEG" option is specified,
segments are ordered in the order they are encountered by the &lnkname..
.np
When the "DOSSEG" option is specified, the &lnkname defines two
special variables.
.ix '_edata linker symbol'
.ix '_end linker symbol'
.ix 'linker symbols' '_edata'
.ix 'linker symbols' '_end'
.id _edata
defines the start of the "BSS" class of segments and
.id _end
defines the end of the "BSS" class of segments.
Your program must not redefine these symbols.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?