diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-06-16 15:10:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-06-16 15:10:13 +0000 |
commit | 7a2de473a3b65c21cdc483217bd37af14c54c6ce (patch) | |
tree | 654dff18a7c6efed187705a4bc7261aead32ef98 /ld/ld.texinfo | |
parent | 465e2c43ad8492bf2a50771ba74e6d1c39160580 (diff) | |
download | gdb-7a2de473a3b65c21cdc483217bd37af14c54c6ce.zip gdb-7a2de473a3b65c21cdc483217bd37af14c54c6ce.tar.gz gdb-7a2de473a3b65c21cdc483217bd37af14c54c6ce.tar.bz2 |
* ld.texinfo (@node MMIX): For the __.MMIX.start. prefix, only
mention it as being special for global symbols.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index c90d953..d0c0335 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -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. |