diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-12-24 10:59:35 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2021-12-24 10:59:35 +0000 |
commit | 43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0 (patch) | |
tree | 0076ecf6743830336ab542ecca0caa9f255abad3 /gcc/config | |
parent | 19bf83a9a068f2d5293b63c9300f99172b2d278d (diff) | |
download | gcc-43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0.zip gcc-43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0.tar.gz gcc-43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0.tar.bz2 |
Darwin: Amend a comment to be more inclusive [NFC].
As per title.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/ChangeLog:
* config/darwin.c (darwin_override_options): Make a comment
more inclusive.
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 5045b68..c8e8b9d 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 |