public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5220] Remove reference to Solaris 9 in comment of add_options_for_tls
@ 2023-01-16 23:58 Andrew Pinski
  0 siblings, 0 replies; only message in thread
From: Andrew Pinski @ 2023-01-16 23:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:35627c5fb6a51e31ae651a0c79f0775f4290a86e

commit r13-5220-g35627c5fb6a51e31ae651a0c79f0775f4290a86e
Author: Andrew Pinski <apinski@marvell.com>
Date:   Mon Jan 16 23:53:33 2023 +0000

    Remove reference to Solaris 9 in comment of add_options_for_tls
    
    Since r5-172-gd9f069ab4f6450, the code no longer matches the
    comment as the code for Solaris 9 support was removed.
    This just updates the comment to reference AIX only as
    the code does.
    
    Committed as obvious.
    
    gcc/testsuite/ChangeLog:
    
            * lib/target-supports.exp (add_options_for_tls): Remove
            reference to Solaris 9 in comments.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index b906d4004be..38b95145117 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -869,8 +869,8 @@ proc check_effective_target_pcc_bitfield_type_matters { } {
 # Add to FLAGS all the target-specific flags needed to use thread-local storage.
 
 proc add_options_for_tls { flags } {
-    # On Solaris 9, __tls_get_addr/___tls_get_addr only lives in
-    # libthread, so always pass -pthread for native TLS. Same for AIX.
+    # On AIX, __tls_get_addr/___tls_get_addr only lives in
+    # libthread, so always pass -pthread for native TLS.
     # Need to duplicate native TLS check from
     # check_effective_target_tls_native to avoid recursion.
     if { ([istarget powerpc-ibm-aix*]) &&

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-16 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 23:58 [gcc r13-5220] Remove reference to Solaris 9 in comment of add_options_for_tls Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).