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.
This commit is contained in:
Shahab Vahedi 2020-08-05 17:58:45 +02:00
parent 13f8a2465e
commit 4c6e63bfa8
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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