From: Bill Seurer Date: Fri, 21 Jan 2022 19:04:38 +0000 (-0600) Subject: rs6000: Fix bootstrap X-Git-Tag: basepoints/gcc-13~1508 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518aad6a161598fd49dffaa5b5c8da477fda160a;p=thirdparty%2Fgcc.git rs6000: Fix bootstrap Fix a compilation issue in stage2 bootstrap. Fixed as obvious (re: discussion with Bill Schmidt). 2022-01-21 Bill Seurer gcc/ * config/rs6000/rs6000.cc (rs6000_get_function_versions_dispatcher): Fix mention of ifunc in string. --- diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc index 0882ecbaebfa..587fb113d9e2 100644 --- a/gcc/config/rs6000/rs6000.cc +++ b/gcc/config/rs6000/rs6000.cc @@ -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 % which is not supported " "on this target"); } #endif