diff options
author | davygrvy <davygrvy@pobox.com> | 2004-05-06 01:03:33 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-05-06 01:03:33 (GMT) |
commit | e166c0cd095d11af250326255dc2a976cd87ea58 (patch) | |
tree | 48c71ed15349ebfaedbfcab58c05c6afc2fd62bc /win/coffbase.txt | |
parent | 84a75075141136a76e5f65c8e3c322704de6b830 (diff) | |
download | tcl-e166c0cd095d11af250326255dc2a976cd87ea58.zip tcl-e166c0cd095d11af250326255dc2a976cd87ea58.tar.gz tcl-e166c0cd095d11af250326255dc2a976cd87ea58.tar.bz2 |
* win/coffbase.txt: Added the tls extension to the list of
preferred load addresses.
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r-- | win/coffbase.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt index 42d40d1..c14485e 100644 --- a/win/coffbase.txt +++ b/win/coffbase.txt @@ -12,7 +12,7 @@ ; they're mutually exclusive. This info is placed in the DLL's PE header by the ; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option. ; -; RCS: @(#) $Id: coffbase.txt,v 1.5 2002/09/12 22:31:27 davygrvy Exp $ +; RCS: @(#) $Id: coffbase.txt,v 1.5.2.1 2004/05/06 01:03:33 davygrvy Exp $ tcl 0x10000000 0x00200000 tcldde 0x10200000 0x00010000 @@ -23,3 +23,5 @@ itcl 0x10500000 0x00080000 itk 0x10580000 0x00080000 bltlite 0x10600000 0x00080000 blt 0x10680000 0x00080000 +iocpsock 0x10700000 0x00080000 +tls 0x10780000 0x00080000 |