diff options
author | John Baldwin <jhb@FreeBSD.org> | 2024-04-15 10:39:46 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2024-04-15 10:39:46 -0700 |
commit | 35d691515799a8cf7b82a1cb934dadb6a85b022f (patch) | |
tree | 82847fe5a96ba4b3d4baa434fd256c1f014ad567 | |
parent | 9dd918142787246ea7ed53494d9cbc6b51486133 (diff) | |
download | binutils-35d691515799a8cf7b82a1cb934dadb6a85b022f.zip binutils-35d691515799a8cf7b82a1cb934dadb6a85b022f.tar.gz binutils-35d691515799a8cf7b82a1cb934dadb6a85b022f.tar.bz2 |
gdb: Add Felix Willgerodt as the x86 architecture maintainer
This includes both the i386 and x86-64 architectures.
-rw-r--r-- | gdb/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 50ad259..457dd40 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -346,6 +346,7 @@ the native maintainer when resolving ABI issues. h8300 --target=h8300-elf i386 --target=i386-elf + Felix Willgerodt felix.willgerodt@intel.com ia64 --target=ia64-linux-gnu (--target=ia64-elf broken) @@ -421,6 +422,7 @@ the native maintainer when resolving ABI issues. vax --target=vax-netbsd x86-64 --target=x86_64-linux-gnu + Felix Willgerodt felix.willgerodt@intel.com xstormy16 --target=xstormy16-elf xtensa --target=xtensa-elf |