On Mon, Dec 20, 2021 at 03:07:53PM +0100, Patrick Wildt wrote:
Am Mon, Dec 20, 2021 at 11:42:06AM +0100 schrieb Christopher Zimmermann:
now I'm wondering why there even is a GNU objdump on aarch64.
Wouldn't it be
sensible to use llvm-objdump as default?
I think initially we first of all wanted to add llvm-objdump and check
for and fix any fallout. The next step is to install llvm-objdump as
objdump and then make sure base, xenocara and ports still work fine.
Are you now thinking about any arch or just aarch64 ?
It's probably not a problem for objdump, but objcopy is often used and
I fear for incompabilities. So yeah, I guess someone has to start and
see if llvm-objdump as objdump still works fine.
How would I go about this? There are packing lists in
/usr/src/distrib/sets/lists/comp
But how do I rename llvm-objdump to objdump?
Christopher