diff options
author | Kevin Buettner <kevinb@redhat.com> | 2012-02-15 22:17:02 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2012-02-15 22:17:02 +0000 |
commit | a58b110ab4c200e5bf7c4415ab3be44f0d01b868 (patch) | |
tree | 3231c55fdaea03d3218e730804a35d5d8cbf7444 /gdb/MAINTAINERS | |
parent | 4cb6da1cdd239a764f8a08f5aff0ab82ad270a7f (diff) | |
download | gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.zip gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.tar.gz gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.tar.bz2 |
* MAINTAINERS: Add rl78 to target ISA section.
* Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
(ALLDEPFILES): Add rl78-tdep.c.
* NEWS: Mention rl78 as a new target.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 0cb0fbb..508c0c9 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -309,6 +309,8 @@ the native maintainer when resolving ABI issues. powerpc --target=powerpc-eabi ,-Werror + rl78 --target=rl78-elf ,-Werror + s390 --target=s390-linux-gnu ,-Werror score --target=score-elf |