[wwwdocs] gcc-5/changes.html and -malign-data

Gerald Pfeifer gerald@pfeifer.com
Mon Jan 26 04:11:00 GMT 2015


This fixes grammar and avoids "alignment value" without "an" or "the".

Applied.

Gerald

Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.70
diff -u -r1.70 changes.html
--- gcc-5/changes.html	21 Jan 2015 22:04:43 -0000	1.70
+++ gcc-5/changes.html	25 Jan 2015 10:08:07 -0000
@@ -531,12 +531,12 @@
 	place of the __fentry__ or mcount call, so that a call per function
 	can be later patched in. This can be used for low overhead tracing or
 	hot code patching.</li>
-	<li> The new <code>-malign-data=</code> option controls to how
+	<li>The new <code>-malign-data</code> option controls how
 	GCC aligns variables.  <code>-malign-data=compat</code> uses
-	increased alignment value compatible with GCC 4.8 and earlier,
-	<code>-malign-data=abi</code> uses alignment value as specified by
+	increased alignment compatible with GCC 4.8 and earlier,
+	<code>-malign-data=abi</code> uses alignment as specified by
 	the psABI, and <code>-malign-data=cacheline</code> uses increased
-	alignment value to match the cache line size.
+	alignment to match the cache line size.
 	<code>-malign-data=compat</code> is the default.</li>
 	<li>The new <code>-mskip-rax-setup</code> option skips setting
 	up the RAX register when SSE is disabled and there are no variable



More information about the Gcc-patches mailing list