This is the mail archive of the binutils@sourceware.org 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]

Re: powerpc gas doc


On Thu, Feb 10, 2011 at 10:30:56PM +1030, Alan Modra wrote:
> 	* doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.

That wasn't quite correct.  I missed two pieces of markup that meant
some target options following the powerpc ones disappeared.  Blackfin
had the same problem.

	* doc/as.texinfo: Add missing markup around Blackfin and PowerPC
	options.

Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.233
diff -u -p -r1.233 as.texinfo
--- gas/doc/as.texinfo	10 Feb 2011 11:59:12 -0000	1.233
+++ gas/doc/as.texinfo	10 Feb 2011 12:24:03 -0000
@@ -771,6 +771,7 @@ ARM code in mind.
 Specify that PIC code has been generated.
 @end table
 @end ifset
+@c man end
 
 @ifset Blackfin
 
@@ -791,6 +792,7 @@ the Blackfin processor family.
 
 @end ifset
 
+@c man begin OPTIONS
 @ifset CRIS
 See the info pages for documentation of the CRIS-specific options.
 @end ifset
@@ -1288,6 +1290,7 @@ Assemble for a little endian target.
 See the info pages for documentation of the MMIX-specific options.
 @end ifset
 
+@c man end
 @ifset PPC
 
 @ifclear man
@@ -1307,6 +1310,7 @@ PowerPC processor.
 
 @end ifset
 
+@c man begin OPTIONS
 @ifset RX
 See the info pages for documentation of the RX-specific options.
 @end ifset

-- 
Alan Modra
Australia Development Lab, IBM


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