]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/MAINTAINERS
S/390 31 & 64 bit target and GNU/Linux native support.
authorAndrew Cagney <cagney@redhat.com>
Sat, 13 Oct 2001 22:13:35 +0000 (22:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 13 Oct 2001 22:13:35 +0000 (22:13 +0000)
commit5769d3cd7dfe38f704e6818b4587a65f885879fa
tree1666b8fa77daca955a4446fe1940fff3190188a9
parent83e6b173e791941d7bbd5a0b2057832f56e28b1d
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.
12 files changed:
gdb/ChangeLog
gdb/MAINTAINERS
gdb/NEWS
gdb/config/s390/nm-linux.h [new file with mode: 0644]
gdb/config/s390/s390.mh [new file with mode: 0644]
gdb/config/s390/s390.mt [new file with mode: 0644]
gdb/config/s390/s390x.mt [new file with mode: 0644]
gdb/config/s390/tm-linux.h [new file with mode: 0644]
gdb/config/s390/tm-s390.h [new file with mode: 0644]
gdb/config/s390/xm-linux.h [new file with mode: 0644]
gdb/s390-nat.c [new file with mode: 0644]
gdb/s390-tdep.c [new file with mode: 0644]