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]

document missing Xtensa option in GAS overview


I noticed recently that the --rename-section option for the Xtensa port of GAS is documented in the "Xtensa Options" section but not in the "Overview". This patch fixes that. I tested a build to make sure that the info file builds OK. Committed on trunk.

2007-10-16  Bob Wilson  <bob.wilson@acm.org>
	
	* doc/as.texinfo (Overview): Add Xtensa --rename-section option.
Index: doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.172
diff -u -r1.172 as.texinfo
--- doc/as.texinfo	12 Oct 2007 16:28:02 -0000	1.172
+++ doc/as.texinfo	16 Oct 2007 18:27:21 -0000
@@ -1185,6 +1185,10 @@
 The default is @option{--transform};
 @option{--no-transform} should be used only in the rare cases when the
 instructions must be exactly as specified in the assembly source.
+
+@item --rename-section @var{oldname}=@var{newname}
+When generating output sections, rename the @var{oldname} section to
+@var{newname}.
 @end table
 @end ifset
 

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