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.Received on Thu Jun 21 2018 - 11:09:32 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:16 UTC