X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Fobjfile.h;h=1b7796625a1556fd8c6d5b4d0469f9722a7d3990;hb=35e1184901ca38bdb2e56d154ed3b71f6096eacc;hp=f3bdf4cacbf21dfce28ea8e5abaf1dd10fa4f148;hpb=bb24d025f6a68c0d1475f82c473ff5102a351db3;p=cc65 diff --git a/src/ld65/objfile.h b/src/ld65/objfile.h index f3bdf4cac..1b7796625 100644 --- a/src/ld65/objfile.h +++ b/src/ld65/objfile.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998-2003 Ullrich von Bassewitz */ -/* Römerstrasse 52 */ -/* D-70794 Filderstadt */ -/* EMail: uz@cc65.org */ +/* (C) 1998-2011, Ullrich von Bassewitz */ +/* Roemerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -78,6 +78,12 @@ void ObjReadStrPool (FILE* F, unsigned long Pos, ObjData* O); void ObjReadAssertions (FILE* F, unsigned long Pos, ObjData* O); /* Read the assertions from a file at the given offset */ +void ObjReadScopes (FILE* F, unsigned long Pos, ObjData* O); +/* Read the scope table from a file at the given offset */ + +void ObjReadSpans (FILE* F, unsigned long Pos, ObjData* O); +/* Read the span table from a file at the given offset */ + void ObjAdd (FILE* F, const char* Name); /* Add an object file to the module list */