I'm not sure this was pending review.

On May  6, 2026, Rainer Orth <[email protected]> wrote:

> I'm also including the full patch series in case someone wants to try
> it.

It looks good to me.

I'm not sure why we're making some settings unconditional, such as:

> @@ -2382,14 +2325,8 @@ ia64*-*-elf*)
>       tm_file="${tm_file} elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
>       tmake_file="ia64/t-ia64"
>       target_cpu_default="0"
> -     if test x$gas = xyes
> -     then
> -             target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
> -     fi
> -     if test x$gnu_ld = xyes
> -     then
> -             target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
> -     fi
> +     target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
> +     target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
>       ;;
>  ia64*-*-freebsd*)
>       tm_file="${tm_file} elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
> @@ -2429,10 +2366,7 @@ ia64-hp-*vms*)
>       tm_file="${tm_file} elfos.h ia64/sysv4.h vms/vms.h ia64/vms.h"
>       tmake_file="${tmake_file} ia64/t-ia64"
>       target_cpu_default="0"
> -     if test x$gas = xyes
> -     then
> -             target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
> -     fi
> +     target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
>       extra_options="${extra_options} ia64/vms.opt"
>       ;;
>  iq2000*-*-elf*)

but IIRC there was discussion about some such changes back then, so...
If this is still pending, Ok, thanks ;-)

-- 
Alexandre Oliva, happy hacker            https://blog.lx.oliva.nom.br/
Free Software Activist     FSFLA co-founder     GNU Toolchain Engineer
Learn the truth about Richard Stallman at https://stallmansupport.org/

Reply via email to