[Wisp-cvs] wisp/users/dig linkie.py,1.55,1.56
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-12 20:52:37
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv19771 Modified Files: linkie.py Log Message: dropped Linkie._origin_secondary Index: linkie.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/linkie.py,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- linkie.py 11 May 2003 09:50:43 -0000 1.55 +++ linkie.py 12 May 2003 20:52:34 -0000 1.56 @@ -20,7 +20,6 @@ this._locals = [] # label no -> address this._unresolved_locals = [] # order is irrelevant this._origin = 0 # the base address of this linkie - this._origin_secondary = 0 # support MS-style RVAs (%foo symbols) this._linker_notes = [] # list of (location, type, data) def notify_linker (this, offset, type, arg): |