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 | |
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')
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/hosts/esix.h | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0ff5c00..13942d7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Mon Jul 26 17:39:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + Yet another trad-core variant: + * config/esix.mh, hosts/esix.h: New files. + * configure.hosts: Use them. + Mon Jul 26 13:22:15 1993 Ian Lance Taylor (ian@cygnus.com) * reloc.c (bfd_perform_relocation): Handle the case of 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 |