From 47c86d46a329ee2c4c26a82b29edd40bb4b4c35c Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 6 May 2019 17:26:08 +0200 Subject: Check for alignment of command-line switches. Add a check for alignment on command-line switches `-falign-*`. The check is similar to the one for the alignment attribute and ensures that only powers of two can be specified. --- doc/ccomp.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ccomp.1 b/doc/ccomp.1 index 374bd2e7..36fe4e7b 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -191,12 +191,12 @@ Code Generation Options (PowerPC) .TP .B \-falign\-branch\-targets Set alignment of branch targets to bytes. -The default alignment is 0 bytes, which deactivates alignment of branch targets. +By default alignment of branch targets is deactivated. . .TP .B \-falign\-cond\-branches -Set alignment of conditional branches to bytes. -The default alignment is 0 bytes, which deactivates alignment of conditional branch targets. +Set alignment of conditional branch instructions to bytes. +By default alignment of conditional branches is deactivated. . .SS Code Generation Options (PowerPC with Diab Backend) -- cgit