URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [gdb-5.0/] [bfd/] [hosts/] [i386sco.h] - Blame information for rev 1765
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
104 |
markom |
/* Core file stuff. At least some, perhaps all, of the following
|
| 2 |
|
|
defines work on many more systems than just SCO. */
|
| 3 |
|
|
|
| 4 |
|
|
#define NBPG NBPC
|
| 5 |
|
|
#define UPAGES USIZE
|
| 6 |
|
|
#define HOST_DATA_START_ADDR u.u_exdata.ux_datorg
|
| 7 |
|
|
#define HOST_STACK_START_ADDR u.u_sub
|
| 8 |
|
|
#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
|
| 9 |
|
|
((core_upage(abfd)->u_sysabort != 0) \
|
| 10 |
|
|
? core_upage(abfd)->u_sysabort \
|
| 11 |
|
|
: -1)
|
| 12 |
|
|
|
| 13 |
|
|
/* According to the manpage, a version 2 SCO corefile can contain
|
| 14 |
|
|
various additional sections (it is cleverly arranged so the u area,
|
| 15 |
|
|
data, and stack are first where we can find them). So without
|
| 16 |
|
|
writing lots of code to parse all their headers and stuff, we can't
|
| 17 |
|
|
know whether a corefile is bigger than it should be. */
|
| 18 |
|
|
|
| 19 |
|
|
#define TRAD_CORE_ALLOW_ANY_EXTRA_SIZE 1
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.