[PATCH v3 1/2] arm, objdump: Make objdump use bfd's machine detection to drive disassembly
Alan Modra
amodra@gmail.com
Tue Nov 12 06:30:28 GMT 2024
On Fri, Nov 01, 2024 at 10:26:18AM +0000, Andre Vieira wrote:
> - if ((info->flags & USER_SPECIFIED_MACHINE_TYPE) == 0)
> + if (info->flavour != bfd_target_elf_flavour
> + && (info->flags & USER_SPECIFIED_MACHINE_TYPE) == 0)
>
It looks like this change caused arm-nacl regressions:
+FAIL: ARM-ARM farcall
+FAIL: ARM-ARM farcall (PIC veneer)
+FAIL: ARM-ARM farcall (BE8)
+FAIL: ARM-ARM farcall (BE)
+FAIL: Long branch with mixed text and data
--
Alan Modra
More information about the Binutils
mailing list