diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-11 23:07:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-11 23:07:21 +0000 |
commit | 21bca8f77f4a0b76385b34dd701f84774541b996 (patch) | |
tree | b9d7efdac00d36f01866c2b7935c47822347fdc4 /sys/arch/sun3/include/exec.h | |
parent | afed71da2ec3c53eeaed07724e300eb301143150 (diff) |
sync + our changes
Diffstat (limited to 'sys/arch/sun3/include/exec.h')
-rw-r--r-- | sys/arch/sun3/include/exec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arch/sun3/include/exec.h b/sys/arch/sun3/include/exec.h index 53310fea489..b28a4ea597d 100644 --- a/sys/arch/sun3/include/exec.h +++ b/sys/arch/sun3/include/exec.h @@ -44,11 +44,4 @@ struct relocation_info_m68k { }; #define relocation_info relocation_info_m68k -#define ELF_TARG_CLASS ELFCLASS32 -#define ELF_TARG_DATA ELFDATA2MSB -#define ELF_TARG_MACH EM_68K - -#define DO_AOUT /* support a.out */ -#define DO_ELF /* support ELF */ - #endif /* _LDPGSZ */ |