diff options
author | Joel Brobecker <brobecker@adacore.com> | 2017-12-07 14:10:33 +0100 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2017-12-07 14:10:33 +0100 |
commit | 9c226a8689db8bced43b94f551e118551219ce54 (patch) | |
tree | d7200acd6845db96d0fa9f2fc7a3358f35a6d16a /gdb | |
parent | 7d6de425dad59050131ac4ffef84068e57bba7c4 (diff) | |
download | gdb-9c226a8689db8bced43b94f551e118551219ce54.zip gdb-9c226a8689db8bced43b94f551e118551219ce54.tar.gz gdb-9c226a8689db8bced43b94f551e118551219ce54.tar.bz2 |
gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entries
This patch restores some entries removed by a recent patch whose purpose
was to update the list of active maintainers. I thought that, the target
information was purely to document the scope of the given target, and
thus could be removed is maintainerless. But, in fact, those entries
are still useful, as a number of scripts (eg: gdb_buildall.sh) use
that information to build GDB with all targets enabled.
gdb/ChangeLog:
* MAINTAINERS: Restore target entries for m68hc11-elf,
score-elf and xstormy16-elf, incorrectly removed in a previous
patch meant to only update the list of active maintainers.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cb3c83d..4d42cf9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2017-12-07 Joel Brobecker <brobecker@adacore.com> + + * MAINTAINERS: Restore target entries for m68hc11-elf, + score-elf and xstormy16-elf, incorrectly removed in a previous + patch meant to only update the list of active maintainers. + 2017-12-06 Pedro Alves <palves@redhat.com> * break-catch-syscall.c (insert_catch_syscall) diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 955536f..4597972 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -258,6 +258,7 @@ the native maintainer when resolving ABI issues. m32r --target=m32r-elf ,-Werror + m68hc11 --target=m68hc11-elf ,-Werror , m68k --target=m68k-elf ,-Werror m88k --target=m88k-openbsd ,-Werror @@ -300,6 +301,7 @@ the native maintainer when resolving ABI issues. s390 --target=s390-linux-gnu ,-Werror Andreas Arnez arnez@linux.vnet.ibm.com + score --target=score-elf sh --target=sh-elf ,-Werror --target=sh64-elf ,-Werror @@ -318,6 +320,7 @@ the native maintainer when resolving ABI issues. x86-64 --target=x86_64-linux-gnu ,-Werror + xstormy16 --target=xstormy16-elf xtensa --target=xtensa-elf All developers recognized by this file can make arbitrary changes to |