diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-26 22:53:02 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-26 22:53:02 +0000 |
commit | 1fe54c23746afe54b313caf77c7be47af63cef32 (patch) | |
tree | 9edc335c3249d47a21df443823411b03c909318b /bfd/hosts | |
parent | fc18f5ca3bd93c278c770fa2cfcc2e330231d7ea (diff) | |
download | gdb-1fe54c23746afe54b313caf77c7be47af63cef32.zip gdb-1fe54c23746afe54b313caf77c7be47af63cef32.tar.gz gdb-1fe54c23746afe54b313caf77c7be47af63cef32.tar.bz2 |
Yet another trad-core variant:
* config/esix.mh, hosts/esix.h: New files.
* configure.hosts: Use them.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/esix.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/hosts/esix.h b/bfd/hosts/esix.h index e69de29..731791d 100644 --- a/bfd/hosts/esix.h +++ b/bfd/hosts/esix.h @@ -0,0 +1,6 @@ +#include "hosts/std-host.h" + +#define NBPG NBPC +#define UPAGES USIZE +#define HOST_DATA_START_ADDR u.u_exdata.ux_datorg +#define HOST_STACK_END_ADDR 0x80000000 |