[binutils-gdb] MIPS/GAS: Fix comment about "img" vendor configurations
Maciej W. Rozycki
macro@sourceware.org
Sat Feb 15 01:35:06 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=83eab1060d654f5ee49596819786d965f4d6dd8a
commit 83eab1060d654f5ee49596819786d965f4d6dd8a
Author: Maciej W. Rozycki <macro@orcam.me.uk>
Date: Sat Feb 15 01:30:58 2025 +0000
MIPS/GAS: Fix comment about "img" vendor configurations
Adjust a comment about "img" vendor configurations to comply with the
GNU coding standards.
Diff:
---
gas/configure | 2 +-
gas/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gas/configure b/gas/configure
index d3a369863fc..16a8937f53a 100755
--- a/gas/configure
+++ b/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
diff --git a/gas/configure.ac b/gas/configure.ac
index 0bde39992cf..e97ec598b6f 100644
--- a/gas/configure.ac
+++ b/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-cvs
mailing list