blob: cc6ec7737a4499f791497900f95c1211cb26bcc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NM_OBSD64_H
#define NM_OBSD64_H
#define SVR4_SHARED_LIBS
/* Before storing, read all the registers. (see inftarg.c) */
#define CHILD_PREPARE_TO_STORE() \
read_register_bytes (0, NULL, REGISTER_BYTES)
/* Get generic OpenBSD native definitions. */
#include "nm-obsd.h"
#endif /* NM_OBSD64_H */
|