aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorShahab Vahedi <shahab@synopsys.com>2020-08-05 17:58:45 +0200
committerShahab Vahedi <shahab@synopsys.com>2020-08-26 10:07:14 +0200
commit4c6e63bfa89d22e9cc1a08fe94b847c9946ff0d6 (patch)
tree530ea1ce2d235090ab8681beaf65a14e37d71335 /gdb
parent13f8a2465ec5babfb777c14a6215d8eaef4aa6ef (diff)
downloadfsf-binutils-gdb-4c6e63bfa89d22e9cc1a08fe94b847c9946ff0d6.zip
fsf-binutils-gdb-4c6e63bfa89d22e9cc1a08fe94b847c9946ff0d6.tar.gz
fsf-binutils-gdb-4c6e63bfa89d22e9cc1a08fe94b847c9946ff0d6.tar.bz2
gdb: Add ARC target and maintainer to MAINTAINERS
This patch updates gdb/MAINTAINERS with ARC as a target and myself as the maintainer. There is no mention of "-Werror" because that is enabled by default for gdb/ targets now. gdb/ChangeLog: * MAINTAINERS: Add ARC target and maintainer.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/MAINTAINERS3
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 150a7af..ceff808 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-08-25 Shahab Vahedi <shahab@synopsys.com>
+
+ * MAINTAINERS: Add ARC target and maintainer.
+
2020-08-25 Anton Kolesov <anton.kolesov@synopsys.com>
* configure.tgt: ARC support for GNU/Linux.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index de883dc..fbb0131 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -242,6 +242,9 @@ the native maintainer when resolving ABI issues.
alpha --target=alpha-elf ,-Werror
+ arc --target=arc-elf
+ Shahab Vahedi shahab@synopsys.com
+
arm --target=arm-elf ,-Werror
Alan Hayward alan.hayward@arm.com