sl@0
|
1 |
;
|
sl@0
|
2 |
; This file defines the virtual base addresses for the Dynamic Link Libraries
|
sl@0
|
3 |
; that are part of the Tcl system. The first token on a line is the key (or name
|
sl@0
|
4 |
; of the DLL) and the second token is the virtual base address, in hexidecimal.
|
sl@0
|
5 |
; The third token is the maximum size of the DLL image file, including symbols.
|
sl@0
|
6 |
;
|
sl@0
|
7 |
; Using a specified "prefered load address" should speed loading time by avoiding
|
sl@0
|
8 |
; relocations (NT supported only). It is assumed extension authors will contribute
|
sl@0
|
9 |
; their modules to this grand-master list. You can use the dumpbin utility with
|
sl@0
|
10 |
; the /headers option to get the "size of image" data (already in hex). If the
|
sl@0
|
11 |
; maximum size is too small a linker warning will occur. Modules can overlap when
|
sl@0
|
12 |
; they're mutually exclusive. This info is placed in the DLL's PE header by the
|
sl@0
|
13 |
; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option.
|
sl@0
|
14 |
;
|
sl@0
|
15 |
; RCS: @(#) $Id: coffbase.txt,v 1.5.2.1 2004/05/06 01:03:33 davygrvy Exp $
|
sl@0
|
16 |
|
sl@0
|
17 |
tcl 0x10000000 0x00200000
|
sl@0
|
18 |
tcldde 0x10200000 0x00010000
|
sl@0
|
19 |
tclreg 0x10210000 0x00010000
|
sl@0
|
20 |
tk 0x10220000 0x00200000
|
sl@0
|
21 |
expect 0x10480000 0x00080000
|
sl@0
|
22 |
itcl 0x10500000 0x00080000
|
sl@0
|
23 |
itk 0x10580000 0x00080000
|
sl@0
|
24 |
bltlite 0x10600000 0x00080000
|
sl@0
|
25 |
blt 0x10680000 0x00080000
|
sl@0
|
26 |
iocpsock 0x10700000 0x00080000
|
sl@0
|
27 |
tls 0x10780000 0x00080000
|
sl@0
|
28 |
|