diff options
author | Bill Seurer <seurer@gcc.gnu.org> | 2022-01-21 13:04:38 -0600 |
---|---|---|
committer | Bill Seurer <seurer@gcc.gnu.org> | 2022-01-21 13:09:35 -0600 |
commit | 518aad6a161598fd49dffaa5b5c8da477fda160a (patch) | |
tree | f50d2863efacf7f561ac5c7232ca17176b83ad58 /gcc | |
parent | 886e9779581102caf97cd05dea80d9be87c24784 (diff) | |
download | gcc-518aad6a161598fd49dffaa5b5c8da477fda160a.zip gcc-518aad6a161598fd49dffaa5b5c8da477fda160a.tar.gz gcc-518aad6a161598fd49dffaa5b5c8da477fda160a.tar.bz2 |
rs6000: Fix bootstrap
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc index 0882ecb..587fb11 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 %<ifunc%> which is not supported " "on this target"); } #endif |