]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove reference to Solaris 9 in comment of add_options_for_tls
authorAndrew Pinski <apinski@marvell.com>
Mon, 16 Jan 2023 23:53:33 +0000 (23:53 +0000)
committerAndrew Pinski <apinski@marvell.com>
Mon, 16 Jan 2023 23:57:20 +0000 (23:57 +0000)
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.

gcc/testsuite/lib/target-supports.exp

index b906d4004be6e40d70ca4e19f7eec7a3e566e386..38b9514511758eea8c9f54265b07af96bdfc8a08 100644 (file)
@@ -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*]) &&