os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/win/coffbase.txt
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/win/coffbase.txt Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,28 @@
1.4 +;
1.5 +; This file defines the virtual base addresses for the Dynamic Link Libraries
1.6 +; that are part of the Tcl system. The first token on a line is the key (or name
1.7 +; of the DLL) and the second token is the virtual base address, in hexidecimal.
1.8 +; The third token is the maximum size of the DLL image file, including symbols.
1.9 +;
1.10 +; Using a specified "prefered load address" should speed loading time by avoiding
1.11 +; relocations (NT supported only). It is assumed extension authors will contribute
1.12 +; their modules to this grand-master list. You can use the dumpbin utility with
1.13 +; the /headers option to get the "size of image" data (already in hex). If the
1.14 +; maximum size is too small a linker warning will occur. Modules can overlap when
1.15 +; they're mutually exclusive. This info is placed in the DLL's PE header by the
1.16 +; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option.
1.17 +;
1.18 +; RCS: @(#) $Id: coffbase.txt,v 1.5.2.1 2004/05/06 01:03:33 davygrvy Exp $
1.19 +
1.20 +tcl 0x10000000 0x00200000
1.21 +tcldde 0x10200000 0x00010000
1.22 +tclreg 0x10210000 0x00010000
1.23 +tk 0x10220000 0x00200000
1.24 +expect 0x10480000 0x00080000
1.25 +itcl 0x10500000 0x00080000
1.26 +itk 0x10580000 0x00080000
1.27 +bltlite 0x10600000 0x00080000
1.28 +blt 0x10680000 0x00080000
1.29 +iocpsock 0x10700000 0x00080000
1.30 +tls 0x10780000 0x00080000
1.31 +