[PATCH 2/2] gdb: Remove Itanium (IA-64) architecture

Xi Ruoyao xry111@xry111.site
Wed May 8 09:43:36 GMT 2024


On Wed, 2024-05-08 at 17:29 +0800, Tiezhu Yang wrote:
> The Itanium architecture is obsolete, after the upstream Linux kernel
> commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture"), the
> IA-64 port has been removed from the Linux kernel, so also remove the
> IA-64 specific code from gdb.

The reasoning is incorrect.  The dependency chain of a port is:

- Upstream GCC needs upstream Binutils
- Upstream Linux kernel needs upstream GCC
- Upstream Glibc needs upstream Linux kernel

So the removal of IA64 from the Linux kernel means we should remove it
from Glibc, but you cannot reversely traverse the dependency chain and
claim it should be removed from GCC or Binutils.

Note that I don't mean IA64 shouldn't be removed.  I just mean the
reasoning is incorrect, the conclusion may be correct or not.

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University


More information about the Binutils mailing list