mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* 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:
7
gdb/xm-vaxult2.h
Normal file
7
gdb/xm-vaxult2.h
Normal 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
|
Reference in New Issue
Block a user