This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Alan Hayward as AArch64/ARM maintainer


Hi,

I am pleased to announce that Alan Hayward has been appointed as the maintainer
for the AArch64 and ARM architectures.

Alan has contributed a good amount of features and fixes to GDB, most notably the
AArch64 SVE support, which included a fair amount of ground work and clean ups.

I will be committing the following patch shortly.

Thanks for your great work, Alan!

Simon


From af962b535b4e1eda27cce234e0fd98e3484b3128 Mon Sep 17 00:00:00 2001
From: Simon Marchi <simon.marchi@ericsson.com>
Date: Mon, 15 Oct 2018 15:18:21 -0400
Subject: [PATCH] Add Alan Hayward as AArch64/ARM GDB maintainer

gdb/ChangeLog:

	* MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
	AArch64/ARM maintainer.
---
 gdb/MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 63f0a5e3a1d..94873687099 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -235,9 +235,13 @@ The Target/Architecture maintainer works with the host maintainer when
 resolving build issues.  The Target/Architecture maintainer works with
 the native maintainer when resolving ABI issues.

+	aarch64		--target=aarch64-elf ,-Werror
+			Alan Hayward		alan.hayward@arm.com
+
 	alpha		--target=alpha-elf ,-Werror

 	arm		--target=arm-elf ,-Werror
+			Alan Hayward		alan.hayward@arm.com

 	avr		--target=avr ,-Werror

-- 
2.19.0



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]