* ld.texinfo (@node MMIX): For the __.MMIX.start. prefix, only

mention it as being special for global symbols.
This commit is contained in:
Hans-Peter Nilsson 2008-06-16 15:10:13 +00:00
parent 465e2c43ad
commit 7a2de473a3
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
* ld.texinfo (@node MMIX): For the __.MMIX.start. prefix, only
mention it as being special for global symbols.
2008-06-12 Nick Clifton <nickc@redhat.com>
* ldlang.c (print_output_section_statement): If the output section

View File

@ -5841,10 +5841,10 @@ global register multiplied by 8. Register @code{$255} is not included in
this section; it is always set to the program entry, which is at the
symbol @code{Main} for @code{mmo} files.
Symbols with the prefix @code{__.MMIX.start.}, for example
@code{__.MMIX.start..text} and @code{__.MMIX.start..data} are special;
there must be only one each, even if they are local. The default linker
script uses these to set the default start address of a section.
Global symbols with the prefix @code{__.MMIX.start.}, for example
@code{__.MMIX.start..text} and @code{__.MMIX.start..data} are special.
The default linker script uses these to set the default start address
of a section.
Initial and trailing multiples of zero-valued 32-bit words in a section,
are left out from an mmo file.