Tool Chain Migration: objdump users, please test llvm-objdump

Ed Maste emaste at freebsd.org
Thu Jun 21 13:09:32 UTC 2018


On 20 June 2018 at 17:26, Alexander Richardson <arichardson at freebsd.org> wrote:
>
> When I made the change to use llvm-objdump in CheriBSD I had to change the
> objdump flags from -xrsSd to -r -s -p -S -d -h -l -t.

Ah yes, I recall discussing this now. Per GNU objdump's man page, -x
is equivalent to -a -f -h -p -r -t. llvm-objdump doesn't support
these:

-a archive headers
-f file headers

so we probably want to address those as well. We'll also need a man page.


More information about the freebsd-current mailing list