public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Obsolete beos
@ 2022-10-19 23:47 Alan Modra
  2022-10-20 19:04 ` Joel Sherrill
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Modra @ 2022-10-19 23:47 UTC (permalink / raw)
  To: binutils

See https://sourceware.org/pipermail/binutils/2021-September/117850.html

	* config.bfd: Obsolete *-*-beos*.  Simplify x86 beos match.

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 0ae8eb39d29..0bc27fdce97 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -48,6 +48,7 @@ targ_underscore=no
 
 # Catch obsolete configurations.
 case $targ in
+ *-*-beos* | \
  null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2
@@ -751,7 +752,7 @@ case "${targ}" in
     targ_defvec=i386_pe_vec
     targ_selvecs="i386_pe_vec i386_pei_vec"
     ;;
-  i[3-7]86-*-beoself* | i[3-7]86-*-beos*)
+  i[3-7]86-*-beos*)
     targ_defvec=i386_elf32_vec
     targ_selvecs="iamcu_elf32_vec i386_pe_vec i386_pei_vec"
     ;;

-- 
Alan Modra
Australia Development Lab, IBM

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

* Re: Obsolete beos
  2022-10-19 23:47 Obsolete beos Alan Modra
@ 2022-10-20 19:04 ` Joel Sherrill
  2022-10-21  0:06   ` Alan Modra
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Sherrill @ 2022-10-20 19:04 UTC (permalink / raw)
  To: Alan Modra; +Cc: binutils

[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]

What happens with Haiku? Does this impact it?

Not that I have any detailed knowledge about Haiku or Beos but I do know
they are related. :)

--joel

On Wed, Oct 19, 2022 at 6:48 PM Alan Modra via Binutils <
binutils@sourceware.org> wrote:

> See https://sourceware.org/pipermail/binutils/2021-September/117850.html
>
>         * config.bfd: Obsolete *-*-beos*.  Simplify x86 beos match.
>
> diff --git a/bfd/config.bfd b/bfd/config.bfd
> index 0ae8eb39d29..0bc27fdce97 100644
> --- a/bfd/config.bfd
> +++ b/bfd/config.bfd
> @@ -48,6 +48,7 @@ targ_underscore=no
>
>  # Catch obsolete configurations.
>  case $targ in
> + *-*-beos* | \
>   null)
>      if test "x$enable_obsolete" != xyes; then
>        echo "*** Configuration $targ is obsolete." >&2
> @@ -751,7 +752,7 @@ case "${targ}" in
>      targ_defvec=i386_pe_vec
>      targ_selvecs="i386_pe_vec i386_pei_vec"
>      ;;
> -  i[3-7]86-*-beoself* | i[3-7]86-*-beos*)
> +  i[3-7]86-*-beos*)
>      targ_defvec=i386_elf32_vec
>      targ_selvecs="iamcu_elf32_vec i386_pe_vec i386_pei_vec"
>      ;;
>
> --
> Alan Modra
> Australia Development Lab, IBM
>

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

* Re: Obsolete beos
  2022-10-20 19:04 ` Joel Sherrill
@ 2022-10-21  0:06   ` Alan Modra
  2022-10-21  0:12     ` Joel Sherrill
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Modra @ 2022-10-21  0:06 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: binutils

On Thu, Oct 20, 2022 at 02:04:01PM -0500, Joel Sherrill wrote:
> What happens with Haiku? Does this impact it?

No impact, unless people are configuring for haiku using a beos
triplet.  That shouldn't be necessary since the binutils haiku support
went in before this patch:
> > See https://sourceware.org/pipermail/binutils/2021-September/117850.html

Which aimed to remove all traces of beos, without any period of
obsolescence.

-- 
Alan Modra
Australia Development Lab, IBM

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

* Re: Obsolete beos
  2022-10-21  0:06   ` Alan Modra
@ 2022-10-21  0:12     ` Joel Sherrill
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Sherrill @ 2022-10-21  0:12 UTC (permalink / raw)
  To: Alan Modra; +Cc: binutils

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

On Thu, Oct 20, 2022, 7:06 PM Alan Modra <amodra@gmail.com> wrote:

> On Thu, Oct 20, 2022 at 02:04:01PM -0500, Joel Sherrill wrote:
> > What happens with Haiku? Does this impact it?
>
> No impact, unless people are configuring for haiku using a beos
> triplet.  That shouldn't be necessary since the binutils haiku support
> went in before this patch:
> > > See
> https://sourceware.org/pipermail/binutils/2021-September/117850.html
>
> Which aimed to remove all traces of beos, without any period of
> obsolescence.
>

Ok. Just asking.

>
>
> --
> Alan Modra
> Australia Development Lab, IBM
>

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

end of thread, other threads:[~2022-10-21  0:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 23:47 Obsolete beos Alan Modra
2022-10-20 19:04 ` Joel Sherrill
2022-10-21  0:06   ` Alan Modra
2022-10-21  0:12     ` 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).