> This caused a buildbreaker on arm-linux with --enable-targets=all and
> --enable-64-bit-bfd.
> reverted commit c6df5d79aac5c4a77c06314fd26c837470360f70
Reverting seems a little heavy-handed for what looks like a pretty
simple fix.
FWIW in gdb, printing a CORE_ADDR is typically done with
core_addr_to_string or core_addr_to_string_nz. Then in a printf, "%s"
is used. E.g.:
aarch64_debug_printf ("prologue analysis gave up "
"addr=%s opcode=0x%x (orr x register)",
core_addr_to_string_nz (start), insn);
I fixed it using paddress and retested it - but, will change that to core_addr_to_string_nz and push it.
dhanyavaadaaha
gopi
Tom