diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-03 06:04:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-03 06:04:26 +0000 |
commit | 6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26 (patch) | |
tree | bfbb520e0a4ffecd8088b768ea2c629803786b4c /gdb/xm-vaxult2.h | |
parent | b84d84d7a62e5495bab764b04944ead8903ac256 (diff) | |
download | gdb-6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26.zip gdb-6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26.tar.gz gdb-6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26.tar.bz2 |
* dbxread.c (dbx_symfile_init): Fix for nonexistant string table,
reported by mycroft@gnu.ai.mit.edu.
(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
* configure.in (vax-*-ultrix2*): New triplet.
* config/vaxult2.mh: New file.
* xm-vaxult2.h: New file.
Diffstat (limited to 'gdb/xm-vaxult2.h')
-rw-r--r-- | gdb/xm-vaxult2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/xm-vaxult2.h b/gdb/xm-vaxult2.h new file mode 100644 index 0000000..7470350 --- /dev/null +++ b/gdb/xm-vaxult2.h @@ -0,0 +1,7 @@ +/* Definitions to make GDB run on a vax under Ultrix. */ + +#include "xm-vax.h" +extern char *strdup(); + +#define MEM_FNS_DECLARED +#define NO_PTRACE_H |