Fixed typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5936 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
7cda393a82
commit
369f702860
1 changed files with 1 additions and 1 deletions
|
@ -4549,7 +4549,7 @@ useful for assembler programs.
|
|||
|
||||
Using the <tt><ref id=".CONSTRUCTOR" name=".CONSTRUCTOR"></tt>, <tt><ref
|
||||
id=".DESTRUCTOR" name=".DESTRUCTOR"></tt> and <tt><ref id=".INTERRUPTOR"
|
||||
name=".INTERRUPTOR"></tt> keywords it it possible to export functions in a
|
||||
name=".INTERRUPTOR"></tt> keywords it is possible to export functions in a
|
||||
special way. The linker is able to generate tables with all functions of a
|
||||
specific type. Such a table will <em>only</em> include symbols from object
|
||||
files that are linked into a specific executable. This may be used to add
|
||||
|
|
Loading…
Add table
Reference in a new issue