]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Clarify the wording of the error message when an obsolete configuration is encountered.
authorNick Clifton <nickc@redhat.com>
Mon, 28 Feb 2022 12:05:30 +0000 (12:05 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 28 Feb 2022 12:05:30 +0000 (12:05 +0000)
PR 28886
* config.bfd: Update error message for obsolete configurations.

bfd/ChangeLog
bfd/config.bfd

index d64a705abf68d98e27978188685f9ea6839cbb3d..3a003126062ba44182f4c7c716d100dfda53e284 100644 (file)
@@ -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.
index f1917f477808576f4a932e9dd58da9808b411400..02f40d4fba227c4b945f2e8873d9a439d526c300 100644 (file)
@@ -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