mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Yet another trad-core variant:
* config/esix.mh, hosts/esix.h: New files. * configure.hosts: Use them.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user