From 1fe54c23746afe54b313caf77c7be47af63cef32 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 26 Jul 1993 22:53:02 +0000 Subject: [PATCH] Yet another trad-core variant: * config/esix.mh, hosts/esix.h: New files. * configure.hosts: Use them. --- bfd/ChangeLog | 6 ++++++ bfd/hosts/esix.h | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0ff5c0000ea..13942d78274 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 e69de29bb2d..731791d4d57 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 -- 2.30.2