[binutils-gdb] Clarify the wording of the error message when an obsolete configuration is encountered.

Nick Clifton nickc@sourceware.org
Mon Feb 28 12:06:09 GMT 2022


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eda240cd356adf6224f35e609f3ada37d1799168

commit eda240cd356adf6224f35e609f3ada37d1799168
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Feb 28 12:05:30 2022 +0000

    Clarify the wording of the error message when an obsolete configuration is encountered.
    
            PR 28886
            * config.bfd: Update error message for obsolete configurations.

Diff:
---
 bfd/ChangeLog  | 5 +++++
 bfd/config.bfd | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d64a705abf6..3a003126062 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-28  Nick Clifton  <nickc@redhat.com>
+
+	PR 28886
+	* config.bfd: Update error message for obsolete configurations.
+
 2022-02-17  Nick Clifton  <nickc@redhat.com>
 
 	* po/sr.po: Updated Serbian translation.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index f1917f47780..02f40d4fba2 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -171,8 +171,8 @@ case $targ in
  we32k-*-* | \
  xc16x-*-* | \
  null)
-    echo "*** Configuration $targ is obsolete." >&2
-    echo "*** Support has been REMOVED." >&2
+    echo "*** Configuration $targ is now obsolete" >&2
+    echo "*** and so support for it has been REMOVED." >&2
     exit 1
     ;;
 esac


More information about the Binutils-cvs mailing list