diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-13 22:13:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-13 22:13:35 +0000 |
commit | 5769d3cd7dfe38f704e6818b4587a65f885879fa (patch) | |
tree | 1666b8fa77daca955a4446fe1940fff3190188a9 /gdb/MAINTAINERS | |
parent | 83e6b173e791941d7bbd5a0b2057832f56e28b1d (diff) | |
download | gdb-5769d3cd7dfe38f704e6818b4587a65f885879fa.zip gdb-5769d3cd7dfe38f704e6818b4587a65f885879fa.tar.gz gdb-5769d3cd7dfe38f704e6818b4587a65f885879fa.tar.bz2 |
S/390 31 & 64 bit target and GNU/Linux native support.
Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
* s390-nat.c, s390-tdep.c: New file.
* config/s390/nm-linux.h, config/s390/s390.mh: New file.
* config/s390/s390.mt, config/s390/s390x.mt: New file.
* config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
* config/s390/xm-linux.h: New file.
* NEWS: Update.
* MAINTAINERS: Update.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 9081d0c..db41592 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -128,6 +128,9 @@ maintainer works with the native maintainer when resolving API issues. rs6000 --target=rs6000-ibm-aix3.2,rs6000-ibm-aix4.1 ,-Werror (see rs6000 native and ppc target) + s390 --target=s390-linux ,-Werror + (contact DJ Barrow djbarrow@de.ibm.com) + sh --target=sh-hms,sh-elf ,-Werror Elena Zannoni ezannoni@redhat.com |