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

[binutils-gdb] MIPS/GAS/doc: Include MIPS options in the man page


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7320133163c796d187350013ddf65fcb5752da9e

commit 7320133163c796d187350013ddf65fcb5752da9e
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Thu Feb 2 16:23:21 2017 +0000

    MIPS/GAS/doc: Include MIPS options in the man page
    
    Include the detailed MIPS option description in the man page along with
    other target descriptions and complementing the terse list earlier on.
    
    	gas/
    	* doc/as.texinfo (Overview): Select MIPS options for man page
    	inclusion.

Diff:
---
 gas/ChangeLog      | 5 +++++
 gas/doc/as.texinfo | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 69d7c13..d96516f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-02  Maciej W. Rozycki  <macro@imgtec.com>
+
+	* doc/as.texinfo (Overview): Select MIPS options for man page
+	inclusion.
+
 2017-01-30  Maciej W. Rozycki  <macro@imgtec.com>
 
 	* config/tc-mips.c (mips_ignore_branch_isa): New variable.
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 007332e..0af8569e 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -1351,6 +1351,7 @@ behaviour in the shell.
 @end ifset
 
 @ifset MIPS
+@c man begin OPTIONS
 The following options are available when @value{AS} is configured for
 a MIPS processor.
 
@@ -1593,6 +1594,7 @@ break exception.
 When this option is used, @command{@value{AS}} will issue a warning every
 time it generates a nop instruction from a macro.
 @end table
+@c man end
 @end ifset
 
 @ifset MCORE


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