* 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.
This commit is contained in:
Fred Fish
1993-03-03 06:04:26 +00:00
parent b84d84d7a6
commit 6985bc542e
7 changed files with 33 additions and 3 deletions

7
gdb/xm-vaxult2.h Normal file
View File

@ -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