[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/30046] power cmpi leads to unknown architecture
From: |
murphyp at linux dot vnet.ibm.com |
Subject: |
[Bug gas/30046] power cmpi leads to unknown architecture |
Date: |
Wed, 08 Feb 2023 22:38:17 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30046
Paul E. Murphy <murphyp at linux dot vnet.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murphyp at linux dot
vnet.ibm.com
--- Comment #2 from Paul E. Murphy <murphyp at linux dot vnet.ibm.com> ---
pwr and pwr2 machine options select bfd_arch_rs6000 machine. The elf backend
bits for ppc seem to assume a bfd_arch_powerpc machine.
The mismatch is visible when _bfd_elf_set_arch_mach is called, fails, and the
failure is quietly ignored when setting up the output object file.
I suspect there is more history between the powerpc and rs6000 backends that I
don't understand yet. Should the assembler generate an error instead of trying
to generate an elf object for very, very old power cpus?
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gas/30046] power cmpi leads to unknown architecture,
murphyp at linux dot vnet.ibm.com <=