diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-09-15 11:56:18 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-09-15 12:11:52 -0400 |
commit | d27f3b2fde2e0ca347e7eadfb3fe2a4454cd7a65 (patch) | |
tree | 0e3aab9768732c5ce5078989bc469c2fdbbe6869 /gdb | |
parent | fe26aa95336c0ddec01b407b990caf2c758fd93f (diff) | |
download | gdb-d27f3b2fde2e0ca347e7eadfb3fe2a4454cd7a65.zip gdb-d27f3b2fde2e0ca347e7eadfb3fe2a4454cd7a65.tar.gz gdb-d27f3b2fde2e0ca347e7eadfb3fe2a4454cd7a65.tar.bz2 |
gdb: add Lancelot Six as maintainer of the AMD GPU port
Lancelot has accepted to take the role of maintainer for the AMD GPU
port. The AMD GPU port (amdgpu as I've written in the MAINTAINERS file)
is an umbrella term for everything needed to make this work: the amdgcn
arch, the amd-dbgapi target, solib-rocm, etc.
Thanks for accepting the role, and congratulations!
Change-Id: I4c898042fda49b45dcb0d54ca94731bb57287f71
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index df5df6c..7c9f366 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -240,6 +240,9 @@ the native maintainer when resolving ABI issues. alpha --target=alpha-elf ,-Werror + amdgpu --target=amdgcn*-*-* + Lancelot Six lancelot.six@amd.com + arc --target=arc-elf Shahab Vahedi shahab@synopsys.com |