repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1999-09-11 Donn Terry <donn@interix.com>
[binutils.git]
/
bfd
/
hosts
/
dpx2.h
blob
ea6395f2e5d73b19e783e02a71fea41ffb6c451a
1
/* Definitions that are needed for core files. Core section sizes for
2
the DPX2 are in bytes. */
3
4
#include <sys/param.h>
5
#define NBPG 1
6
#define UPAGES (USIZE * NBPP)
7
#define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)
8
#define HOST_STACK_END_ADDR (USERSTACK)