diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-10-24 14:09:16 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-10-24 14:09:16 +0000 |
commit | 830866afa5fd613f65393af6c2839ce19f5cb9b9 (patch) | |
tree | d4c116522d3dec3e3e4d35caae1cb6a26e979a57 /bfd | |
parent | 7b0eaa22d7c7dfd4d96ec681b6e58f72aaed84b2 (diff) | |
download | gdb-830866afa5fd613f65393af6c2839ce19f5cb9b9.zip gdb-830866afa5fd613f65393af6c2839ce19f5cb9b9.tar.gz gdb-830866afa5fd613f65393af6c2839ce19f5cb9b9.tar.bz2 |
* mmo.c (File Layout): Correct place of misplaced blurb about
special data.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/mmo.c | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fb9c2aa..9fa8fdd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-10-24 Hans-Peter Nilsson <hp@bitrange.com> + + * mmo.c (File Layout): Correct place of misplaced blurb about + special data. + 2004-10-22 Mark Kettenis <kettenis@gnu.org> * config.bfd: Add mips64*-*-openbsd. @@ -61,6 +61,12 @@ SUBSECTION @samp{0x2000@dots{}00} to @samp{0x20ff@dots{}ff} is used for writable data. @xref{mmo section mapping}. + There is provision for specifying ``special data'' of 65536 + different types. We use type 80 (decimal), arbitrarily chosen the + same as the ELF <<e_machine>> number for MMIX, filling it with + section information normally found in ELF objects. @xref{mmo + section mapping}. + Contents is entered as 32-bit words, xor:ed over previous contents, always zero-initialized. A word that starts with the byte @samp{0x98} forms a command called a @samp{lopcode}, where @@ -71,12 +77,6 @@ SUBSECTION @url{http://www-cs-faculty.stanford.edu/~knuth/mmixal-intro.ps.gz}, the lopcodes are: - There is provision for specifying ``special data'' of 65536 - different types. We use type 80 (decimal), arbitrarily chosen the - same as the ELF <<e_machine>> number for MMIX, filling it with - section information normally found in ELF objects. @xref{mmo - section mapping}. - @table @code @item lop_quote 0x98000001. The next word is contents, regardless of whether it |