mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd
a full configuration (with possible cross-development), instead of using host-aout.c.
This commit is contained in:
parent
9a051b43a6
commit
9832e16cc3
@ -1,3 +1,9 @@
|
||||
Mon Feb 17 12:02:17 1992 Per Bothner (bothner at cygnus.com)
|
||||
|
||||
* hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd
|
||||
a full configuration (with possible cross-development),
|
||||
instead of using host-aout.c.
|
||||
|
||||
Sun Feb 16 13:01:49 1992 Per Bothner (bothner at cygnus.com)
|
||||
|
||||
* aout-target.h (MY(write_object_contents):
|
||||
|
20
bfd/hp300bsd.c
Normal file
20
bfd/hp300bsd.c
Normal file
@ -0,0 +1,20 @@
|
||||
#define TARGET_IS_BIG_ENDIAN_P
|
||||
#define N_HEADER_IN_TEXT(x) 0
|
||||
#define BYTES_IN_WORD 4
|
||||
#define ARCH 32
|
||||
#define ENTRY_CAN_BE_ZERO
|
||||
#define N_SHARED_LIB(x) 0 /* Avoids warning */
|
||||
#define TEXT_START_ADDR 0
|
||||
#define PAGE_SIZE 4096
|
||||
#define SEGMENT_SIZE PAGE_SIZE
|
||||
#define DEFAULT_ARCH bfd_arch_m68k
|
||||
|
||||
#define MY(OP) CAT(hp300bsd_,OP)
|
||||
#define TARGETNAME "a.out-hp300bsd"
|
||||
|
||||
#include "bfd.h"
|
||||
#include "sysdep.h"
|
||||
#include "libbfd.h"
|
||||
#include "libaout.h"
|
||||
|
||||
#include "aout-target.h"
|
Loading…
Reference in New Issue
Block a user