mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
102eab0d84
start working on the linker. class.[ch]: redo class defs so the pointer works (needs relocs still) obj_file.h: add prototype for read_obj_file, QFO_* data access macros and include pr_debug.h type.[ch]: separate type system initialisation and recording of the standard types so find_type works properly in multiple compilation def.c: don't mark static defs as initialized expr.c: proper class pointer def stuff immediate.c: clean out dead vars/code obj_file.c: allocate space for the line info and bail if the file can't be opened. qfcc.c: register the standard types for each compile pass and start linking the files |
||
---|---|---|
.. | ||
.gitignore | ||
class.h | ||
cmdlib.h | ||
cpp.h | ||
debug.h | ||
def.h | ||
expr.h | ||
function.h | ||
idstuff.h | ||
immediate.h | ||
linker.h | ||
Makefile.am | ||
method.h | ||
obj_file.h | ||
opcodes.h | ||
options.h | ||
qfcc.h | ||
reloc.h | ||
struct.h | ||
switch.h | ||
type.h |