diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-11-19 01:22:45 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-11-19 01:22:45 +0000 |
commit | 6eeb40b2c0dacbea635c455992e6991e88a45ef2 (patch) | |
tree | fe4515b3eb55b582badb81cc59bd17af2d1ca181 /bfd | |
parent | 13f7ad58618b83f70fd82e875bd50780c8b0b03b (diff) | |
download | fsf-binutils-gdb-6eeb40b2c0dacbea635c455992e6991e88a45ef2.zip fsf-binutils-gdb-6eeb40b2c0dacbea635c455992e6991e88a45ef2.tar.gz fsf-binutils-gdb-6eeb40b2c0dacbea635c455992e6991e88a45ef2.tar.bz2 |
* mmo.c: Adjust documentation tags to use texinfo 4 features.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/mmo.c | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 24bb2e6..207bb43 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-11-19 Hans-Peter Nilsson <hp@bitrange.com> + + * mmo.c: Adjust documentation tags to use texinfo 4 features. + 2001-11-15 Daniel Jacobowitz <drow@mvista.com> * elflink.h (elf_reloc_symbol_deleted_p): Catch all relocs against @@ -27,15 +27,15 @@ SECTION The mmo object format is used exclusively together with Professor Donald E.@: Knuth's educational 64-bit processor MMIX. The simulator - @emph{mmix} which is available at - @emph{http://www-cs-faculty.stanford.edu/~knuth/programs/mmix.tar.gz} + @command{mmix} which is available at + @url{http://www-cs-faculty.stanford.edu/~knuth/programs/mmix.tar.gz} understands this format. That package also includes a combined - assembler and linker called @emph{mmixal}. The mmo format has + assembler and linker called @command{mmixal}. The mmo format has no advantages feature-wise compared to e.g. ELF. It is a simple non-relocatable object format with no support for archives or debugging information, except for symbol value information and line numbers (which is not yet implemented in BFD). See - @emph{http://www-cs-faculty.stanford.edu/~knuth/mmix.html} for more + @url{http://www-cs-faculty.stanford.edu/~knuth/mmix.html} for more information about MMIX. The ELF format is used for intermediate object files in the BFD implementation. @@ -68,7 +68,7 @@ SUBSECTION two remaining bytes, called the @samp{Y} and @samp{Z} fields, or the @samp{YZ} field (a 16-bit big-endian number), are used for various purposes different for each lopcode. As documented in - @emph{http://www-cs-faculty.stanford.edu/~knuth/mmixal-intro.ps.gz}, + @url{http://www-cs-faculty.stanford.edu/~knuth/mmixal-intro.ps.gz}, the lopcodes are: There is provision for specifying ``special data'' of 65536 @@ -1210,7 +1210,7 @@ SUBSECTION Symbol table format From mmixal.w (or really, the generated mmixal.tex) in - @emph{http://www-cs-faculty.stanford.edu/~knuth/programs/mmix.tar.gz}): + @url{http://www-cs-faculty.stanford.edu/~knuth/programs/mmix.tar.gz}): ``Symbols are stored and retrieved by means of a @samp{ternary search trie}, following ideas of Bentley and Sedgewick. (See ACM--SIAM Symp.@: on Discrete Algorithms @samp{8} (1997), 360--369; |