repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NASM 0.98.15
[nasm/avx512.git]
/
rdoff
/
ldrdf.c
blob
d9aac2ff70a2e19fa669ad54495df5812d8f1b33
1
***************
2
***
29
,
42
****
3
#include <stdlib.h>
4
#include <string.h>
5
6
#include
"rdoff.h"
7
#include
"symtab.h"
8
#include
"collectn.h"
9
#include
"rdlib.h"
10
#include
"segtab.h"
11
-
#include
"multboot.h"
12
13
-
#define LDRDF_VERSION
"1.01 alpha 2"
14
15
#define RDF_MAXSEGS 64
16
/* #define STINGY_MEMORY */
17
---
29
,
42
----
18
#include <stdlib.h>
19
#include <string.h>
20
21
+
#include
"multboot.h"
22
#include
"rdoff.h"
23
#include
"symtab.h"
24
#include
"collectn.h"
25
#include
"rdlib.h"
26
#include
"segtab.h"
27
28
+
#define LDRDF_VERSION
"1.02"
29
30
#define RDF_MAXSEGS 64
31
/* #define STINGY_MEMORY */