]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000: Fix bootstrap
authorBill Seurer <seurer@gcc.gnu.org>
Fri, 21 Jan 2022 19:04:38 +0000 (13:04 -0600)
committerBill Seurer <seurer@gcc.gnu.org>
Fri, 21 Jan 2022 19:09:35 +0000 (13:09 -0600)
Fix a compilation issue in stage2 bootstrap.  Fixed as obvious (re:
discussion with Bill Schmidt).

2022-01-21  Bill Seurer  <seurer@gcc.gnu.org>

gcc/
* config/rs6000/rs6000.cc (rs6000_get_function_versions_dispatcher):
Fix mention of ifunc in string.

gcc/config/rs6000/rs6000.cc

index 0882ecbaebfa6e26eb6a2942a2b644be66aa4c25..587fb113d9e292ac81b273e8da3c50e47b05e39e 100644 (file)
@@ -25082,7 +25082,7 @@ rs6000_get_function_versions_dispatcher (void *decl)
   else
     {
       error_at (DECL_SOURCE_LOCATION (default_node->decl),
-               "multiversioning needs ifunc which is not supported "
+               "multiversioning needs %<ifunc%> which is not supported "
                "on this target");
     }
 #endif