NASM 0.98.15
[nasm/avx512.git] / rdoff / ldrdf.c
blobd9aac2ff70a2e19fa669ad54495df5812d8f1b33
1 ***************
2 *** 29,42 ****
3 #include <stdlib.h>
4 #include <string.h>
6 #include "rdoff.h"
7 #include "symtab.h"
8 #include "collectn.h"
9 #include "rdlib.h"
10 #include "segtab.h"
11 - #include "multboot.h"
13 - #define LDRDF_VERSION "1.01 alpha 2"
15 #define RDF_MAXSEGS 64
16 /* #define STINGY_MEMORY */
17 --- 29,42 ----
18 #include <stdlib.h>
19 #include <string.h>
21 + #include "multboot.h"
22 #include "rdoff.h"
23 #include "symtab.h"
24 #include "collectn.h"
25 #include "rdlib.h"
26 #include "segtab.h"
28 + #define LDRDF_VERSION "1.02"
30 #define RDF_MAXSEGS 64
31 /* #define STINGY_MEMORY */