bfd, binutils: add gfx11 amdgpu architectures
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 10 Nov 2023 18:20:22 +0000 (13:20 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 10 Nov 2023 18:20:22 +0000 (13:20 -0500)
commita7a0cb6c92ea76b580b3a1aab5185115459bd7e5
treebbfd2c16eb0b6260fa485d50875f1d0908a4d180
parent364081efa5d629acfcc37f1f8093690cc198cb88
bfd, binutils: add gfx11 amdgpu architectures

Teach bfd and readelf about some recent gfx11 architectures.  This code
is taken from the rocgdb 5.7.x branch [1].

[1] https://github.com/rocm-Developer-Tools/rocgdb/tree/rocm-5.7.x

bfd/ChangeLog:

* archures.c (bfd_mach_amdgcn_gfx1100, bfd_mach_amdgcn_gfx1101,
bfd_mach_amdgcn_gfx1102): New.
* bfd-in2.h (bfd_mach_amdgcn_gfx1100, bfd_mach_amdgcn_gfx1101,
bfd_mach_amdgcn_gfx1102): New.
* cpu-amdgcn.c (arch_info_struct): Add entries for
bfd_mach_amdgcn_gfx1100, bfd_mach_amdgcn_gfx1101,
bfd_mach_amdgcn_gfx1102.

binutils/ChangeLog:

* readelf.c (decode_AMDGPU_machine_flags): Handle gfx1100,
gfx1101, gfx1102.

include/ChangeLog:

* elf/amdgpu.h (EF_AMDGPU_MACH_AMDGCN_GFX1100,
EF_AMDGPU_MACH_AMDGCN_GFX1101,
EF_AMDGPU_MACH_AMDGCN_GFX1102): New.

Change-Id: I95a8a62942e359781a1c9fa2079950fbcf2a78b8
Co-Authored-By: Laurent Morichetti <laurent.morichetti@amd.com>
Cc: Lancelot Six <lancelot.six@amd.com>
bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h
bfd/cpu-amdgcn.c
binutils/ChangeLog
binutils/readelf.c
include/ChangeLog
include/elf/amdgpu.h