This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch bfd] Mark sh5*-*-* and sh64*-*-* as obsolete (Was: Re: New failures with .debug_ranges test)


Nick Clifton <nickc@redhat.com> wrote:
>> I guess that now we have no reason to keep sh5/sh64 targets.
> 
> You are the SH maintainer, so if you are happy to mark these targets
> as obsolete please update bfd/config.bfd.

OK, I'd like to apply the following patch in 48 hours if there is
no objection.  It's tested with and without --enable-obsolete.

Regards,
	kaz
--
	* config.bfd: Mark sh5*-*-* and sh64*-*-* as obsolete.

diff --git a/config.bfd b/config.bfd
index 462a00d..c11204e 100644
--- a/config.bfd
+++ b/config.bfd
@@ -53,6 +53,7 @@ case $targ in
     echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
     exit 1
     ;;
+ sh5*-*-* | sh64*-*-* | \
  null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]