public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [H8 Patch] Documenting assembler target options
@ 2010-12-20 12:59 Kaushik Phatak
  2011-02-10 11:33 ` Alan Modra
  0 siblings, 1 reply; 3+ messages in thread
From: Kaushik Phatak @ 2010-12-20 12:59 UTC (permalink / raw)
  To: binutils; +Cc: Prafulla Thakare

Hi,
Please find below the texi patch in reference to the post,

http://sourceware.org/ml/binutils/2010-11/msg00397.html

Regards,
Kaushik Phatak
kaushik.phatak@kpitgnutools.com

--- orig/gas/doc/as.texinfo	2010-11-29 13:09:49.000000000 +0530
+++ mod/gas/doc/as.texinfo	2010-11-29 14:43:53.000000000 +0530
@@ -819,6 +819,25 @@ Warn when a nop after a 32-bit multiply 
 @end ifset
 @c man end
 
+@ifset H8300
+
+@ifclear man
+@xref{H8300 Options}, for the options available when @value{AS} is configured
+for a H8300 processor.
+@end ifclear
+
+@ifset man
+@c man begin OPTIONS
+The following options are available when @value{AS} is configured for a H8300
+processor.
+@c man end
+@c man begin INCLUDE
+@include c-h8300.texi
+@c ended inside the included file
+@end ifset
+
+@end ifset
+
 @ifset I80386
 
 @ifclear man


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [H8 Patch] Documenting assembler target options
  2010-12-20 12:59 [H8 Patch] Documenting assembler target options Kaushik Phatak
@ 2011-02-10 11:33 ` Alan Modra
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Modra @ 2011-02-10 11:33 UTC (permalink / raw)
  To: Kaushik Phatak; +Cc: binutils, Prafulla Thakare

On Mon, Dec 20, 2010 at 04:37:01PM +0530, Kaushik Phatak wrote:
> Hi,
> Please find below the texi patch in reference to the post,
> 
> http://sourceware.org/ml/binutils/2010-11/msg00397.html

You will need some changes to c-h8300.texi too.

[patch snipped]

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [H8 Patch] Documenting assembler target options
@ 2013-04-03  2:49 Alan Modra
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Modra @ 2013-04-03  2:49 UTC (permalink / raw)
  To: binutils

Ref http://sourceware.org/ml/binutils/2011-02/msg00100.html
Multiple errors in the original submission, clearly not tested.

	* doc/as.texinfo: Add support to generate man options for h8300.
	* doc/c-h8300.texi: Likewise.

Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.264
diff -u -p -r1.264 as.texinfo
--- gas/doc/as.texinfo	6 Feb 2013 23:22:14 -0000	1.264
+++ gas/doc/as.texinfo	3 Apr 2013 01:39:51 -0000
@@ -909,6 +909,25 @@ an Epiphany processor.
 
 @end ifset
 
+@ifset H8300
+
+@ifclear man
+@xref{H8/300 Options}, for the options available when @value{AS} is configured
+for an H8/300 processor.
+@end ifclear
+
+@ifset man
+@c man begin OPTIONS
+The following options are available when @value{AS} is configured for an H8/300
+processor.
+@c man end
+@c man begin INCLUDE
+@include c-h8300.texi
+@c ended inside the included file
+@end ifset
+
+@end ifset
+
 @ifset I80386
 
 @ifclear man
Index: gas/doc/c-h8300.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-h8300.texi,v
retrieving revision 1.8
diff -u -p -r1.8 c-h8300.texi
--- gas/doc/c-h8300.texi	10 Jan 2013 19:51:55 -0000	1.8
+++ gas/doc/c-h8300.texi	3 Apr 2013 01:39:51 -0000
@@ -25,11 +25,13 @@
 The Renesas H8/300 version of @code{@value{AS}} has one
 machine-dependent option:
 
-@table @code
+@c man begin OPTIONS
+@table @gcctabopt
 @item -h-tick-hex
 Support H'00 style hex constants in addition to 0x00 style.
 
 @end table
+@c man end
 
 @node H8/300 Syntax
 @section Syntax

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-03  2:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-20 12:59 [H8 Patch] Documenting assembler target options Kaushik Phatak
2011-02-10 11:33 ` Alan Modra
2013-04-03  2:49 Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).