https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111246

--- Comment #11 from Luke Geeson <luke.geeson at cs dot ucl.ac.uk> ---
I'm using

`powerpc64le-linux-gnu-objdump -Dr --disassemble --section=.text
--no-show-raw-insn`. 

installed using `binutils-powerpc64le-linux-gnu` under Ubuntu 20:04 (in a
docker container running on an Arm AArch64 machine). I realise I should be
testing using trunk binutils, but I provide the objdump info regardless:
```
$ powerpc64le-linux-gnu-objdump --version
GNU objdump (GNU Binutils for Ubuntu) 2.34
Copyright (C) 2020 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
```
Do you have a trunk build of binutils to hand to test? Godbolt doesn't support
objdump. I will try to install binutils from source to reproduce.

I have a custom tool that parses that and turns the disassembly into the below
(The custom tool is correct as far as I can see.

Reply via email to