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/config/s390/s390.mt | |
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/config/s390/s390.mt')
-rw-r--r-- | gdb/config/s390/s390.mt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/s390/s390.mt b/gdb/config/s390/s390.mt new file mode 100644 index 0000000..87a5ba3 --- /dev/null +++ b/gdb/config/s390/s390.mt @@ -0,0 +1,7 @@ +# Target: S390 running Linux +TM_FILE= tm-linux.h +TDEPFILES=s390-tdep.o solib.o +# Post 5.0 tdep-files +TDEPFILES+=solib-svr4.o solib-legacy.o +GDB_MULTI_ARCH=GDB_MULTI_ARCH_PARTIAL +GDBSERVER_DEPFILES= low-linux.o s390-tdep.o s390-nat.o |