[PATCH] PR/11368 clearer documentation on -falign-*

Andrew Pinski pinskia@physics.uc.edu
Sun Jun 29 13:40:00 GMT 2003


The problem is that the old -malign-* used 2^n as the byte alignment 
while
-falign-* uses n as the byte alignment so now 1 means no alignment 
while 0
means machine-dependent default (which was not documented).

This patch documents that 1 is no alignment while 0 means 
machine-dependent default.

Thanks,
Andrew Pinski

ChangeLog:
2003-06-29  Andrew Pinski <pinskia@physics.uc.edu>

	* doc/invoke.texi (-falign-functions): Document that
	when n is zero then a machine-dependent default is used.
	Document that when n is one then there is no alignment.
	(-falign-loops): Likewise.
	(-falign-jumps): Likewise.
	(-falign-labels):  Document that when n is zero then a
	machine-dependent default is used.


Patch:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: temp.diff
Type: application/octet-stream
Size: 1798 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030629/4e5dfdb0/attachment.obj>


More information about the Gcc-patches mailing list