From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id A143D3858C27; Fri, 24 Dec 2021 11:01:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A143D3858C27 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-6112] Darwin: Amend a comment to be more inclusive [NFC]. X-Act-Checkin: gcc X-Git-Author: Iain Sandoe X-Git-Refname: refs/heads/master X-Git-Oldrev: 19bf83a9a068f2d5293b63c9300f99172b2d278d X-Git-Newrev: 43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0 Message-Id: <20211224110151.A143D3858C27@sourceware.org> Date: Fri, 24 Dec 2021 11:01:51 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2021 11:01:51 -0000 https://gcc.gnu.org/g:43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0 commit r12-6112-g43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0 Author: Iain Sandoe Date: Fri Dec 24 10:59:35 2021 +0000 Darwin: Amend a comment to be more inclusive [NFC]. As per title. Signed-off-by: Iain Sandoe gcc/ChangeLog: * config/darwin.c (darwin_override_options): Make a comment more inclusive. Diff: --- gcc/config/darwin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 5045b68e8af..c8e8b9d9f86 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -3339,10 +3339,10 @@ darwin_override_options (void) /* Disable -freorder-blocks-and-partition when unwind tables are being emitted for Darwin < 9 (OSX 10.5). - The strategy is, "Unless the User has specifically set/unset an unwind + The strategy is, "Unless the user has specifically set/unset an unwind flag we will switch off -freorder-blocks-and-partition when unwind tables - will be generated". If the User specifically sets flags... we assume - (s)he knows why... */ + will be generated". If the user specifically sets flags, we have to + assume they know why. */ if (generating_for_darwin_version < 9 && OPTION_SET_P (flag_reorder_blocks_and_partition) && flag_reorder_blocks_and_partition