diff options
-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 |