[committed] MIPS/GAS: Fix comment about "img" vendor configurations

Maciej W. Rozycki macro@orcam.me.uk
Sat Feb 15 01:36:48 GMT 2025


Adjust a comment about "img" vendor configurations to comply with the 
GNU coding standards.
---
 gas/configure    |    2 +-
 gas/configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

binutils-mips-gas-img-comment.diff
Index: binutils-gdb/gas/configure
===================================================================
--- binutils-gdb.orig/gas/configure
+++ binutils-gdb/gas/configure
@@ -12275,7 +12275,7 @@ _ACEOF
 	    use_ef_mips_abi_o32=1
 	    ;;
 	esac
-	# If Vendor is IMG, then MIPSr6 is used
+	# If target vendor is IMG, then MIPSr6 is used.
 	case ${target} in
 	  mips64*-img-*)
 	    mips_cpu=mips64r6
Index: binutils-gdb/gas/configure.ac
===================================================================
--- binutils-gdb.orig/gas/configure.ac
+++ binutils-gdb/gas/configure.ac
@@ -392,7 +392,7 @@ changequote([,])dnl
 	    use_ef_mips_abi_o32=1
 	    ;;
 	esac
-	# If Vendor is IMG, then MIPSr6 is used
+	# If target vendor is IMG, then MIPSr6 is used.
 	case ${target} in
 	  mips64*-img-*)
 	    mips_cpu=mips64r6


More information about the Binutils mailing list