This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed, bfd/mmo.c: Doc piece misplaced.


Just initially misplaced.  Checked dvi with previously mentioned
patch.  Committed.

	* mmo.c (File Layout): Correct place of misplaced blurb about
	special data.

Index: mmo.c
===================================================================
RCS file: /cvs/src/src/bfd/mmo.c,v
retrieving revision 1.21
diff -u -p -r1.21 mmo.c
--- mmo.c	8 Oct 2004 14:54:01 -0000	1.21
+++ mmo.c	24 Oct 2004 13:56:31 -0000
@@ -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

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]