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.mh | |
parent | 83e6b173e791941d7bbd5a0b2057832f56e28b1d (diff) | |
download | binutils-gdb-5769d3cd7dfe38f704e6818b4587a65f885879fa.tar.gz |
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.mh')
-rw-r--r-- | gdb/config/s390/s390.mh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config/s390/s390.mh b/gdb/config/s390/s390.mh new file mode 100644 index 00000000000..fa953b45294 --- /dev/null +++ b/gdb/config/s390/s390.mh @@ -0,0 +1,15 @@ +# Host: S390, running Linux + +XM_FILE= xm-linux.h +XDEPFILES= ser-tcp.o +XM_CLIBS= + +NAT_FILE= nm-linux.h +NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \ + s390-nat.o linux-thread.o core-aout.o core-regset.o +# post 5.0 natdepfiles. +NATDEPFILES+= thread-db.o lin-lwp.o proc-service.o +LOADLIBES = -ldl -rdynamic + + + |