In aslod, remove some unused m68k2 stuff.
This commit is contained in:
parent
2874806048
commit
8280ca8745
|
@ -45,12 +45,6 @@ FILE* output; /* Output stream */
|
||||||
#define readf(a, b, c) fread((a), (b), (int)(c), input)
|
#define readf(a, b, c) fread((a), (b), (int)(c), input)
|
||||||
#define writef(a, b, c) fwrite((a), (b), (int)(c), output)
|
#define writef(a, b, c) fwrite((a), (b), (int)(c), output)
|
||||||
|
|
||||||
/* Output file definitions and such */
|
|
||||||
|
|
||||||
#define HDR_LENGTH 32
|
|
||||||
|
|
||||||
char hdr[HDR_LENGTH] ;
|
|
||||||
|
|
||||||
bool verbose = false;
|
bool verbose = false;
|
||||||
|
|
||||||
/* Segment numbers understood by aslod. */
|
/* Segment numbers understood by aslod. */
|
||||||
|
@ -63,14 +57,6 @@ enum {
|
||||||
NUM_SEGMENTS
|
NUM_SEGMENTS
|
||||||
};
|
};
|
||||||
|
|
||||||
#define N_EXT 040
|
|
||||||
#define N_UNDEF 00
|
|
||||||
#define N_ABS 01
|
|
||||||
#define N_TEXT 02
|
|
||||||
#define N_DATA 03
|
|
||||||
#define N_BSS 04
|
|
||||||
#define N_FN 037
|
|
||||||
|
|
||||||
/* Produce an error message and exit. */
|
/* Produce an error message and exit. */
|
||||||
|
|
||||||
void fatal(const char* s, ...)
|
void fatal(const char* s, ...)
|
||||||
|
|
Loading…
Reference in a new issue