Let the linker generate a new symbol __NAME_FILEOFFS__ that contains the
offset of a memory area in the output file. Partially based on a contribution by David M. Lloyd, david.lloyd@redhat.com. git-svn-id: svn://svn.cc65.org/cc65/trunk@5351 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -58,6 +58,7 @@ MemoryArea* NewMemoryArea (const FilePos* Pos, unsigned Name)
|
||||
M->Name = Name;
|
||||
M->Attr = 0;
|
||||
M->Flags = 0;
|
||||
M->FileOffs = ~0UL;
|
||||
M->StartExpr = 0;
|
||||
M->Start = 0;
|
||||
M->SizeExpr = 0;
|
||||
|
||||
Reference in New Issue
Block a user