From 81bf84cf6b1b16609a59ceac5166c3846bba26cd Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer <gerald@pfeifer.com>
Date: Tue, 20 Aug 2024 16:55:25 +0200
Subject: [PATCH] doc: Normalize reference to binutils version for C6X

We generally do not use a hyphen between project name and version.

gcc:
	* doc/install.texi (Specific) <c6x-*-*>: Normalize reference to
	binutils.
---
 gcc/doc/install.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 4973f195daf9..f871227f684d 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -5048,7 +5048,7 @@ as the @command{build} parameter on the @command{configure} line.  For example:
 @end html
 @anchor{c6x-x-x}
 @heading c6x-*-*
-The C6X family of processors. This port requires binutils-2.22 or newer.
+The C6X family of processors. This port requires binutils 2.22 or newer.
 
 @html
 <hr />
-- 
GitLab