* added compilers lcc and bcc (linux86)
[mascara-docs.git] / compilers / linux86-0.16.17 / ld / writeemu.c
blobb0438fc5426178c7886a4640c62a9043b28eff7e
1 /*
2 * This uses a special version of writebin for bug compatibility with
3 * the old bin86 package.
5 * This _should_ be replaced by a function that writes out a as86 object
6 * but then it would completely **** up dosemu compiles.
8 * NOTE: A some time I intend to replace this with a routine that generates
9 * an as86 object file.
12 #undef A_OUT_INCL
13 #define A_OUT_INCL "rel_aout.h"
14 #define BSD_A_OUT 1
15 #define FILEHEADERLENGTH 32
16 #define ELF_SYMS 0
18 #define FUNCNAME write_dosemu
20 #include "writebin.c"