[PATCH 4/6] Aarch64/Haiku/binutils/testsuite: Suppress PEI test

Jan Beulich jbeulich@suse.com
Sun Apr 5 06:41:23 GMT 2026


On 03.04.2026 15:16, Maciej W. Rozycki wrote:
> There's no PEI BFD target included with the Haiku target configuration, 

Would you mind adding "by default", as people could always enable it as
secondary target?

> so exclude the EFI test, preventing a regression caused by enabling ELF 
> tests with Haiku targets:
> 
> aarch64-haiku  +FAIL: Check if efi app format is recognized
> ---
>  binutils/testsuite/binutils-all/aarch64/pei-aarch64-little.d |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- binutils-gdb.orig/binutils/testsuite/binutils-all/aarch64/pei-aarch64-little.d
> +++ binutils-gdb/binutils/testsuite/binutils-all/aarch64/pei-aarch64-little.d
> @@ -3,6 +3,8 @@
>  #PROG: objcopy
>  #objcopy: -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel -j .rela -j .rel.* -j .rela.* -j .rel* -j .rela* -j .reloc --output-target=efi-app-aarch64
>  #objdump: -h -f
> +# No `pei-aarch64-little' target support for Haiku.
> +#notarget: *-*-haiku*

I understand you're only after the one target, yet it looks like if already
we're excluding targets here, we might as well add a more complete exclusion
list (as per bfd/config.bfd)?

Jan


More information about the Binutils mailing list