mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
5076de826c
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.
7 lines
131 B
C
7 lines
131 B
C
/* Definitions to make GDB run on a vax under Ultrix. */
|
|
|
|
#include "vax/xm-vax.h"
|
|
extern char *strdup();
|
|
|
|
#define MEM_FNS_DECLARED
|