quakeforge/tools/qfcc/include
Bill Currie 102eab0d84 linker.[ch]:
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
2002-07-03 20:16:32 +00:00
..
.gitignore Fix stamp ignorance. 2001-10-05 19:42:17 +00:00
class.h linker.[ch]: 2002-07-03 20:16:32 +00:00
cmdlib.h allow the output file to be specified on the command line 2002-06-24 22:53:21 +00:00
cpp.h more cleanup 2002-06-04 18:44:03 +00:00
debug.h even more cleanup 2002-06-04 21:23:39 +00:00
def.h start implementing storage classes (extern, static, etc) 2002-06-28 17:59:32 +00:00
expr.h implement compiler "notices": potentially important information that isn't 2002-06-20 19:29:06 +00:00
function.h various memory saving tricks. seems to have not broken anything 2002-06-27 22:48:28 +00:00
idstuff.h get command line parsing working in an appropriate manner for separate 2002-06-25 21:36:10 +00:00
immediate.h clear out the hash tables for compiling multiple object files 2002-06-28 16:00:01 +00:00
linker.h linker.[ch]: 2002-07-03 20:16:32 +00:00
Makefile.am linker.[ch]: 2002-07-03 20:16:32 +00:00
method.h clear out the hash tables for compiling multiple object files 2002-06-28 16:00:01 +00:00
obj_file.h linker.[ch]: 2002-07-03 20:16:32 +00:00
opcodes.h redo relocations 2002-06-07 17:29:30 +00:00
options.h get command line parsing working in an appropriate manner for separate 2002-06-25 21:36:10 +00:00
qfcc.h clear out the hash tables for compiling multiple object files 2002-06-28 16:00:01 +00:00
reloc.h initial work on actually writing .qfo files. seems to work, but only test.qfo 2002-06-21 20:46:56 +00:00
struct.h clear out the hash tables for compiling multiple object files 2002-06-28 16:00:01 +00:00
switch.h header block fixes 2001-12-08 20:40:50 +00:00
type.h linker.[ch]: 2002-07-03 20:16:32 +00:00