aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-02-28 12:05:30 +0000
committerNick Clifton <nickc@redhat.com>2022-02-28 12:05:30 +0000
commiteda240cd356adf6224f35e609f3ada37d1799168 (patch)
tree41dde98ce238da589604f977351db91ca464bf92 /bfd/config.bfd
parent85acc25b30fc23af22f3213829101d07a0257f44 (diff)
downloadgdb-eda240cd356adf6224f35e609f3ada37d1799168.zip
gdb-eda240cd356adf6224f35e609f3ada37d1799168.tar.gz
gdb-eda240cd356adf6224f35e609f3ada37d1799168.tar.bz2
Clarify the wording of the error message when an obsolete configuration is encountered.
PR 28886 * config.bfd: Update error message for obsolete configurations.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index f1917f4..02f40d4 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