public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Deprecating m32c-rtems
@ 2021-12-17 16:16 Joel Sherrill
  2021-12-19 11:47 ` Alan Modra
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Sherrill @ 2021-12-17 16:16 UTC (permalink / raw)
  To: binutils

Hi

I just posted a patch to gcc to mark m32c-rtems as an obsolete and on
the path to removal. Is there anything comparable in binutils.

The m32c-rtems support doesn't appear to be anything but pattern
matches in ld/configure.tgt and bfd/config.bfd so it isn't a huge deal
if it stays.

Thanks.

--joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Deprecating m32c-rtems
  2021-12-17 16:16 Deprecating m32c-rtems Joel Sherrill
@ 2021-12-19 11:47 ` Alan Modra
  2021-12-20 14:41   ` Joel Sherrill
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Modra @ 2021-12-19 11:47 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: binutils

On Fri, Dec 17, 2021 at 10:16:03AM -0600, Joel Sherrill wrote:
> Hi
> 
> I just posted a patch to gcc to mark m32c-rtems as an obsolete and on
> the path to removal. Is there anything comparable in binutils.

This:

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 08755e4679b..23669b74d68 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -48,6 +48,7 @@ targ_underscore=no
 
 # Catch obsolete configurations.
 case $targ in
+ m32c-*-rtems* | \
  ns32k-*-netbsd* | \
  null)
     if test "x$enable_obsolete" != xyes; then


-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Deprecating m32c-rtems
  2021-12-19 11:47 ` Alan Modra
@ 2021-12-20 14:41   ` Joel Sherrill
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Sherrill @ 2021-12-20 14:41 UTC (permalink / raw)
  To: Alan Modra; +Cc: binutils

On Sun, Dec 19, 2021 at 5:47 AM Alan Modra <amodra@gmail.com> wrote:
>
> On Fri, Dec 17, 2021 at 10:16:03AM -0600, Joel Sherrill wrote:
> > Hi
> >
> > I just posted a patch to gcc to mark m32c-rtems as an obsolete and on
> > the path to removal. Is there anything comparable in binutils.
>
> This:

Sorry. I knew about the code. I was wondering about a special case
for enable deprecated targets? GCC has a special option.

I will post the patch for this.

>
> diff --git a/bfd/config.bfd b/bfd/config.bfd
> index 08755e4679b..23669b74d68 100644
> --- a/bfd/config.bfd
> +++ b/bfd/config.bfd
> @@ -48,6 +48,7 @@ targ_underscore=no
>
>  # Catch obsolete configurations.
>  case $targ in
> + m32c-*-rtems* | \
>   ns32k-*-netbsd* | \
>   null)
>      if test "x$enable_obsolete" != xyes; then
>
>
> --
> Alan Modra
> Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-20 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 16:16 Deprecating m32c-rtems Joel Sherrill
2021-12-19 11:47 ` Alan Modra
2021-12-20 14:41   ` Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).